Browse By

Category Archives: Guides

No Thumbnail

Quick sort Algorithm in Java

Quick sort Algorithm in Pseudo code from Quick sort algorithm article in Wikipedia [javascript] function quicksort(‘array’) if length(‘array’) ≤ 1 return ‘array’ // an array of zero or one elements is already sorted select and remove a pivot value ‘pivot’ from ‘array’ create empty lists

No Thumbnail

Merge Sort Algorithm Java

(Merge sort algorithm video tutorial) Slowly building my list of algorithm implementation, this time it’s Merge sort algorithm. Let me know if you found error on my code. 🙂

No Thumbnail

Three Different Android App Development Approaches

UPDATE: For more resources about how to develop Android apps, check my “Learning How to Create Android Apps Series“. As the Android phones getting more and more mobile phones market share, I notice that there is increasing number of people interested in getting into Android