This commit is contained in:
2026-06-05 22:18:39 +08:00
parent 0aed1528e2
commit 14d05011d5
7 changed files with 169 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#+TITLE: NeetCode Roadmap
#+ANKI_DECK: study_deck_02
#+DATE: 2026-06-01
#+TODO: TODO DONE
#+TODO: TODO TOO_EASY DONE
#+STARTUP: overview
Source: [[https://neetcode.io/roadmap][neetcode.io/roadmap]]
@@ -32,7 +32,7 @@ Notes: [[file:dsa/arrays-hashing/0217-contains-duplicate.org]]
*** DONE Python
*** DONE C++
Notes: [[file:dsa/arrays-hashing/0242-valid-anagram.org]]
** TODO 2678. Number of Senior Citizens :easy:
** TOO_EASY 2678. Number of Senior Citizens :easy:
:PROPERTIES:
:LEETCODE: [[https://leetcode.com/problems/number-of-senior-citizens/][Problem]]
:CPP: [[https://github.com/neetcode-gh/leetcode/blob/main/cpp/2678-number-of-senior-citizens.cpp][Solution]]
@@ -51,7 +51,7 @@ Notes: [[file:dsa/arrays-hashing/2678-number-of-senior-citizens.org]]
:VIDEO: [[https://youtube.com/watch?v=KLlXCFG5TnA][Watch]]
:END:
*** TODO Python
*** DONE Python
*** TODO C++
Notes: [[file:dsa/arrays-hashing/0001-two-sum.org]]
** TODO 1408. String Matching in an Array :easy: