@@ -571,15 +571,92 @@ Notes:!!
571571
572572---
573573
574- ### [ 20220825 ] ( src/main/kotlin/_2022/_08/_202208.kt )
574+ ### [ 20220824 ] ( src/main/kotlin/_2022/_08/_202208.kt )
575575
576576| Difficulty | Marks | Name | link |
577577| :----------:| :-----:| -----------------| --------------------------------------------------------|
578578| 🟠 | ✅ | 79. Word Search | [ Leetcode] ( https://leetcode.com/problems/word-search/ ) |
579579
580580---
581581
582- ### [ 202208] ( src/main/kotlin/_2022/_08/_202208.kt )
582+ ### [ 20220825] ( src/main/kotlin/_2022/_08/_20220825.kt )
583+
584+ | Difficulty | Marks | Name | link |
585+ | :----------:| :-----:| -------------------------------------------| --------------------------------------------------------------------|
586+ | 🟠 | ❌ | 131. Palindrome Partitioning | [ Leetcode] ( https://leetcode.com/problems/palindrome-partitioning/ ) |
587+ | 🟠 | ✅❗❓❌ | 17. Letter Combinations of a Phone Number | [ Leetcode] ( ) |
588+
589+
590+ ---
591+
592+ ### [ 20220826] ( src/main/kotlin/_2022/_08/_20220826.kt )
593+
594+ | Difficulty | Marks | Name | link |
595+ | :----------:| :-----:| ------| --------------|
596+ | 🟠 | ✅ | 663 · Walls and Gates | [ Leetcode] ( https://www.lintcode.com/problem/663/ ) |
597+ | 🟠 | ✅ | 207. Course Schedule | [ Leetcode] ( https://leetcode.com/problems/course-schedule/submissions/ ) |
598+
599+
600+ - 207: S1
601+
602+ ---
603+ ### [ 20220827] ( src/main/kotlin/_2022/_08/_20220827.kt )
604+
605+ | Difficulty | Marks | Name | link |
606+ | :----------:| :-----:| ---------------------------| --------------------------------------------------------------------|
607+ | 🟠 | ✅❗❓❌ | 684. Redundant Connection | [ Leetcode] (// https://leetcode.com/problems/redundant-connection/) |
608+
609+
610+ ---
611+ ### [ 20220828] ( src/main/kotlin/_2022/_08/_20220828.kt )
612+
613+ | Difficulty | Marks | Name | link |
614+ | :----------:| :-----:| ------| --------------|
615+ | 🟠 | ✅ | 2385. Amount of Time for Binary Tree to Be Infected | [ Leetcode] ( https://leetcode.com/problems/amount-of-time-for-binary-tree-to-be-infected/ ) |
616+
617+ - 2385: S1
618+
619+ ---
620+ ### [ 20220829] ( src/main/kotlin/_2022/_08/_20220829.kt )
621+
622+ | Difficulty | Marks | Name | link |
623+ | :----------:| :-----:| ------| --------------|
624+ | 🔴 | ✅❗❓❌ | 4. Median of Two Sorted Arrays | [ Leetcode] ( ) |
625+
626+ ---
627+ ### [ 20220907] ( src/main/kotlin/_2022/_08/_202208.kt )
628+
629+ | Difficulty | Marks | Name | link |
630+ | :----------:| :-----:| -----------------------------| -------------------------------------------------------------------|
631+ | 🟠 | ✅❗❓❌ | 8. String to Integer (atoi) | [ Leetcode] ( https://leetcode.com/problems/string-to-integer-atoi/ ) |
632+ | 🟠 | ✅❗❓❌ | 56. Merge Intervals | [ Leetcode] ( https://leetcode.com/problems/merge-intervals/ ) |
633+
634+
635+ - 8: stupid ass question, not worth looking at
636+
637+ ---
638+ ### [ 20220908] ( src/main/kotlin/_2022/_08/_20220908.kt )
639+
640+ | Difficulty | Marks | Name | link |
641+ | :----------:| :-----:| ------| -------------------------------------------------------------------------|
642+ | 🟠 | ❌ | 435. Non-overlapping Intervals | [ Leetcode] ( https://leetcode.com/problems/non-overlapping-intervals/ ) |
643+ | 🟠 | ✅❗❓❌ | Lintcode 919 · Meeting Rooms II | [ Leetcode] ( https://leetcode.com/problems/meeting-rooms-ii/ ) [ youtube] ( https://www.youtube.com/watch?v=FdzJmTCVyJU ) |
644+
645+ ---
646+ ### [ 20220911] ( src/main/kotlin/_2022/_08/_20220911.kt )
647+
648+ | Difficulty | Marks | Name | link |
649+ | :----------:| :-----:| --------------------------| ----------------------------------------------------------------|
650+ | 🟠 | ✅ | | [ Leetcode] ( https://leetcode.com/problems/fruit-into-baskets/ ) |
651+ | 🟠 | ✅ | 73. Set Matrix Zeroes | [ Leetcode] ( https://leetcode.com/problems/set-matrix-zeroes/ ) |
652+ | 🟠 | ✅ | 50. Pow(x, n) | [ Leetcode] ( https://leetcode.com/problems/powx-n/ ) |
653+ | 🟠 | ✅❗❓❌ | 371. Sum of Two Integers | [ Leetcode] ( https://leetcode.com/problems/sum-of-two-integers/ ) |
654+ | 🟢 | ✅❗❓❌ | 202. Happy Number | [ Leetcode] ( https://leetcode.com/problems/happy-number/ ) |
655+ | 🟢 | ✅❗❓❌ | 66. Plus One | [ Leetcode] ( https://leetcode.com/problems/plus-one ) |
656+
657+
658+ ---
659+ ### [ 202209] ( src/main/kotlin/_2022/_08/_202209.kt )
583660
584661| Difficulty | Marks | Name | link |
585662| :----------:| :-----:| ------| --------------|
@@ -616,4 +693,12 @@ Notes:!!
616693- [ GitHub - youngyangyang04/leetcode-master: 🚀] ( https://github.com/youngyangyang04/leetcode-master ) 《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序
617694- [ LABULADONG 的算法网站] ( https://labuladong.github.io/algo/ )
618695
619- ---
696+ ---
697+
698+
699+ ### To-Do list
700+ - https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/
701+ - https://leetcode.com/problems/graph-valid-tree/
702+ - https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
703+ - https://leetcode.com/problems/palindrome-partitioning/submissions/
704+ - https://leetcode.cn/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
0 commit comments