File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments