This note was taken down after learning on Coursera and learning from “Algorithms,4th edition”.
This course is about data type, sorting and searching in the part I.
- quick sort
- merge sort
- heapsort (堆排序)
- radix sort (基数排序)
- binary search trees
- red-black binary trees
- hash tables
There is one website for us to see the visualizations of data structure: https://www.cs.usfca.edu/~galles/visualization/Algorithms.html