Skip to content

Commit

Permalink
Update CodeSummary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieisaac authored Mar 24, 2018
1 parent 738e7a8 commit 72e6e86
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CodeSummary.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

# Tree Review

TODO 1: Put this section after Graph Secion
TODO 2:
Summarize this:
https://leetcode.com/problems/validate-binary-search-tree/discuss/32112/Learn-one-iterative-inorder-traversal-apply-it-to-multiple-tree-questions-(Java-Solution)
TODO 3:
Review Algorithm:
Recursion version + Iterative version for pre-order, in-order, post-order traversal

# Graph Review
Four major types of graph
Representation of the graph and the processing of the graph should be separated
Expand Down

0 comments on commit 72e6e86

Please sign in to comment.