Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 254 Bytes

File metadata and controls

9 lines (8 loc) · 254 Bytes

Algorithm

Code base for course on Khan Academy - Computer science (Algorithms)

topics covered

#1 binary search
#2 recursive algorithm
#3 tower of hanoi
#4 searching algorithm (liner-binary)
#5 sorting algorithm (insertion-merge-quick-selection)