Anwar Mamat
Wednesday, May 22, 2013
Merge Sort a Linked List
›
/** * Merge Sort a Linked List * Anwar Mamat * anwarmamat@gmail.com * */ #include <iostream> using n...
Saturday, December 29, 2012
Uyghur typesetting in Latex
›
XeTeX now supports Arabic typesetting. It means you can typeset Uyghur in Latex. It is not as good as the professional typesetting systems. ...
1 comment:
Saturday, December 22, 2012
Uyghur Latin Alphabet to Uyghur Alphabet converter
›
There are many websites and blogs that use Uyghur Latin Alphabet . I can read Uyghur Latin Alphabaet, but very slowly. It makes me dizzy if ...
Thursday, December 13, 2012
Incetercept Java Keyboard event: Uyghur Input TextBox
›
I intercepted the keyboard input in Java JTextField and replaced the keycode with corresponding Uyghur Unicode letters. You can directly typ...
Sunday, April 15, 2012
Sort linked list
›
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #define N 12 //number of elements...
Integer Expression Evaluator code
›
/* * Expression evaluator. It supports +,-,*,/ and (), and integers. * Example: 2*((5+4)/2)*6=48 * This code does not evaluate unary express...
Saturday, January 7, 2012
C++ Trie
›
/* * Name: Trie * Author: Anwar Mamat * Date: 12/2011 */ #include <iostream> #include <vector> using namespace std...
1 comment:
›
Home
View web version