Skip to content

Commit

Permalink
linkedlist renew
Browse files Browse the repository at this point in the history
  • Loading branch information
rwang23 committed Jan 17, 2016
1 parent 2316636 commit a44bf0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DataStructure/notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
##一些注意点

- 判断arraylist为空 不能直接 arraylist == null 而是用isEmpty()
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ This is the summary of my experience in LintCode.
* [Scan Line](DataStructure/scan-line.md)
* [Union Find](DataStructure/Union-Find.md)
* [Huffman Compression](DataStructure/huffman_compression.md)
* [Some other notes](DataStructure/notes.md)

* [Data Structure Problem](DataStructureProblem/README.md)
* [Valid Parentheses](DataStructureProblem/Valid-Parentheses.md)
Expand Down

0 comments on commit a44bf0e

Please sign in to comment.