Skip to content

Commit ecbbbde

Browse files
author
kaidi
committed
update
1 parent af63f31 commit ecbbbde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For question details, please go to [Leetcode](https://leetcode.com/problemset/al
1414
+ Medium 515 Find Largest Value in Each Tree Row --`[float('-inf')]`
1515

1616
2. [Depth First Search]()
17+
1718
Iteration VS recursive.
1819
---
1920
+ Pre-order traversal
@@ -22,6 +23,7 @@ For question details, please go to [Leetcode](https://leetcode.com/problemset/al
2223
+ Medium 200 Number of Islands
2324

2425
3. [Hashing](https://github.com/KaidiGuo/Algorithm-Exercises/tree/master/Hashing)
26+
2527
The use of collections.Counter() and dictionary.
2628
---
2729
+ Easy 884 Uncommon Words from Two Sentences -- `[collections.Counter()]`

0 commit comments

Comments
 (0)