Skip to content

Commit 6912999

Browse files
authored
leetcode materials updated (#87)
* update Leetcode README.md * leetcode materials updated * leetcode materials updated
1 parent 2b52b70 commit 6912999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LeetCodeSeries/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ presented by: Chethana and Karen
1010

1111
---------------------
1212
[repl_link]: https://replit.com/@codernewbie/WWCodePythonLeetcode
13-
<font size=5>__Live Coding Materials: [repl_link]__ </font>
14-
13+
<font size=5>__Live Coding Materials: [repl_link]__ </font>
1514

1615
__<font size=4>Table of Content</font>__
1716
| __Session__ | Topic Pattern | Materials | Easy Problem Suggestions |
@@ -22,7 +21,8 @@ __<font size=4>Table of Content</font>__
2221
| 4 | Greedy | [Slides](slides/S4_GreddyAlgorithm.pdf) <br /> [Leetcode problem: Jump Game](https://leetcode.com/problems/jump-game/) <br /> | |
2322
| 5 | Hashtable | [Slides](slides/CONNECT_PowerOfHashtables.pdf) <br /> [Colab Link](https://github.com/nuageklow/WWCodePython/blob/master/LeetCodeSeries/PowerOfHashtables.ipynb) <br /> [Leetcode problem: Group Anagrams](https://leetcode.com/problems/group-anagrams/) <br /> | |
2423
| 6 | DFS | [Slides](slides/S6_DFS&BFS.pdf) <br /> [Leetcode problem: Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/) <br /> | |
25-
| 7 | Backtracking | [Slides](slides/S7_Backtracking.pdf) <br /> [Leetcode problem: Subsets](https://leetcode.com/problems/subsets/) <br /> | |
24+
| 7 | Backtracking | [Slides](slides/S7_Backtracking.pdf) <br /> [Leetcode problem: Subsets](https://leetcode.com/problems/subsets/) <br /> | |
25+
| 8 | Bonus Pattern I | [Slides](slidees/S8_BonusPatterns#1.pdf) <br /> [Leetcode problem: Validate BST](https://leetcode.com/problems/validate-binary-search-tree/) <br /> [Leetcode problem: Binary Tree Right Side View](https://leetcode.com/problems/binary-tree-right-side-view/) <br /> [Leetcode problem: Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/) | |
2626

2727

2828
</div>
3.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)