I solving data structures and algorithm problems with easy code that is simple to understand.
I am a Computer science expert, and problem solver so I can do complex data structures and algorithms.
stack, queue, list .. (linked, array) based
Tree (balanced tree, BST, AVL)
Graphs
binary search tree
sort(bubble, insertion, selection, counting, bucket, heap)
dynamic sort(quick, merge)
DFS, BFS
Dijkstra's Algorithms
minimax
alpha-beta
dynamic programming
genetic Algorithm
searching algorithms