Dynamic Programming

📝📓 record Dynamic Programming algorithm

master theorem

Binary Tree and Traversal

📝📓 record binary tree and trevsersal

Pattern Search

📝📓 record pattern search algorithms and introduce two solutions

Search Algorithms

📝📓 record search algorithms

they are: linear search、binary search、linear selection、Top K problem

Sorting Algorithms

📒📝📓 record seven sort algorithms.

they are: bubble sort 、selection sort、insertion sort、quick sort 、heap sort、merge sort、counting sort