Showing posts with label algorithms. Show all posts
Showing posts with label algorithms. Show all posts

Thursday, June 11, 2015

Quick-sort

https://class.coursera.org/algo-006/lecture/23

Algorithms: Tree traversal, Depth-first-search (DFS), Breadth-first-search (BFS)

http://en.wikipedia.org/wiki/Depth-first_search
http://en.wikipedia.org/wiki/Tree_traversal
http://en.wikipedia.org/wiki/Iterative_deepening_depth-first_search

Q: how to invert binary tree?
DO:  pascal triangle problems
DO: cases using stacks
DO:Graph algs
LRN: Quick sort, insert sort, bobble sort, selection sort, binary tree search
graph search.