@@ -9,18 +9,20 @@ __*join us every other Thursday at 8PM EDT/EST to crack a algorithm pattern prob
99presented by: Chethana and Karen
1010
1111---------------------
12+ [ repl_link ] : https://replit.com/@codernewbie/WWCodePythonLeetcode
13+ <font size =5 >__ Live Coding Materials: [ repl_link] __ </font >
1214
1315
1416__ <font size =4 >Table of Content</font >__
15-
1617| __ Session__ | Topic Pattern | Materials | Easy Problem Suggestions |
1718| :------: | :------: | :------- | :------- |
18- | 1 | Two Pointers | [ Slides] ( slides/S1_TwoPointers.pdf ) <br /> [ Repl Link] ( https://replit.com/join/bqjttagwxw-codernewbie ) <br /> [ Leetcode Link] ( ) | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) <br /> [ Two Sum II] ( https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ ) |
19- | 2 | Sliding Window | [ Slides] ( slides/S2_SlidingWindow.pdf ) <br /> [ Repl Link] ( https://replit.com/@codernewbie/WWCodePythonLeetcode ) <br /> [ Leetcode link] ( https://leetcode.com/problems/longest-substring-without-repeating-characters/ ) <br /> | |
20- | 3 | Binary Serach | [ Slides] ( slides/S3_BinarySearch.pdf ) <br /> [ Repl Link] ( https://replit.com/@codernewbie/WWCodePythonLeetcode#BinarySearch/IntroScratchPad.py ) <br /> [ Leetcode Link] ( https://leetcode.com/problems/search-in-rotated-sorted-array/ ) <br /> | |
21- | 4 | Greedy | [ Slides] ( slides/S4_GreddyAlgorithm.pdf ) <br /> [ Repl Link] ( https://replit.com/@codernewbie/WWCodePythonLeetcode ) <br />Leetcode Link <br /> | |
22- | 5 | Hashtable | [ Slides] ( slides/CONNECT_PowerOfHashtables.pdf ) <br /> [ Repl Link] ( https://replit.com/@codernewbie/WWCodePythonLeetcode ) <br />[ Colab Link] ( https://github.com/nuageklow/WWCodePython/blob/master/LeetCodeSeries/PowerOfHashtables.ipynb ) <br />Leetcode Link <br /> | |
23- | 6 | DFS | Slides <br /> Repl Link <br /> Leetcode Link <br /> | |
24- | 7 | Backtracking | Slides <br /> Repl Link <br /> Leetcode Link <br /> | |
19+ | 1 | Two Pointers | [ Slides] ( slides/S1_TwoPointers.pdf ) <br /> [ Leetcode problem: Three Sum] ( https://leetcode.com/problems/3sum/ ) | [ Two Sum] ( https://leetcode.com/problems/two-sum/ ) <br /> [ Two Sum II] ( https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ ) |
20+ | 2 | Sliding Window | [ Slides] ( slides/S2_SlidingWindow.pdf ) <br /> [ Leetcode problem: Longest Substring Without Repeating Characters] ( https://leetcode.com/problems/longest-substring-without-repeating-characters/ ) <br /> | |
21+ | 3 | Binary Serach | [ Slides] ( slides/S3_BinarySearch.pdf ) <br /> [ Leetcode problem: Search In Rotated Sorted Array] ( https://leetcode.com/problems/search-in-rotated-sorted-array/ ) <br /> | |
22+ | 4 | Greedy | [ Slides] ( slides/S4_GreddyAlgorithm.pdf ) <br /> [ Leetcode problem: Jump Game] ( https://leetcode.com/problems/jump-game/ ) <br /> | |
23+ | 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 /> | |
24+ | 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 /> | |
26+
2527
2628</div >
0 commit comments