2 Sep 2016

Algorithms notes

This note was taken down after learning on Coursera and learning from “Algorithms,4th edition”.

The course

This course is about data type, sorting and searching in the part I.

  • Sort
  1. quick sort
  2. merge sort
  3. heapsort (堆排序)
  4. radix sort (基数排序)
  • Search
  1. binary search trees
  2. red-black binary trees
  3. hash tables

There is one website for us to see the visualizations of data structure: https://www.cs.usfca.edu/~galles/visualization/Algorithms.html


Tags:
Stats:
0 comments


Share: