- Algorithm to find biggest pairwise product within array : simplify to find two biggest number.
- Algorithm to find nth fibonacci number.
- Algorithm to find last digit of nth fibonacci number.
- Algorithm to find greadest common divider.
- Algorithm to find least common multiple.
- Algorithm to identify the mod of huge fibonacci number.
- Algorithm to calculate the last digit of sum of fibonacci number.
- Algorithm to break money.
- Algorithm to use greedy theory to pack the bag.
- Algorithm to minimum the cal refuel problem from city A to city B with limited tank.
- Algorithm to prefoam the binary search.
- Algorithm to prefoam fast sorting by using merge method.
- Algorithm to prefoam sorting by random initialize first number to compare.
- Algorithm to change money into coins and minmize the number of coins.
- Algorithm to limit the calcuating operations for certain number.
- Algorithm to calculate the editing distance between two strings.
- Algorithm to calculate maximum god without repetition with dynamic programming.
- Algorithm to seperate array into three equal subsum array.
- Algorithm to check if the bracket are closed.
- Algorithm to calculate the tree height.
- Algorithm to build min_heap.
- Algorithm to build sorted priority queue.
- Algorithm to use direct addressing to update smart pointer for phone book.
- Algorithm to build hash chain for table.
- Algorithm to sort the binary tree.
- Algorithm to build splay tree and calculate the sum.
- Algorithm to test the reachitiblity of two point in graphics.
- Algorithm to decide if the graphic include cycle or not.
- Algorithm to implement the breadth first method for distance searching.
- Algorithm to apply Dijkstra's method to search for the minimum cost of flight.
- Algorithm to detect negative cycle for graphics.
- Algorithm to build the shortest road to connect the multi cities.
- Algorithm to build the tire tree for verb searching.
- Algorithm to use the verb tire to do non shared verb searching.
- Algorithm to use the verb tire to do shared verb searching.
- Algorithm to build Burrows-Wheeler Transform compression.
- Algorithm to Invert Burrows-Wheeler Transform.
- Algorithm to perform exact pattern matching by using Knuth-Morris-Pratt.
- Algorithm to build long Suffix Array for Suffix Tree.