Add solution notes scaffold and sub-heading format

- roadmap.org: problems now have *** Python and *** C++ sub-headings,
  plus Notes: links to per-problem org files
- scaffold-notes.mjs: creates 199 note files in org/cpp/dsa/<topic>/
  with backlinks to roadmap.org
- 18 topic folders under org/cpp/dsa/ for NeetCode 150 problems
- Updated AGENTS.md with new conventions and workflow
This commit is contained in:
2026-06-01 02:33:30 +08:00
parent 7371b2617d
commit eabb433ec6
204 changed files with 2686 additions and 403 deletions
@@ -0,0 +1,8 @@
* TODO 0020. Valid Parentheses :easy:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0020. Valid Parentheses][Roadmap]]
:END:
#+begin_src cpp
#+end_src
@@ -0,0 +1,8 @@
* TODO 0084. Largest Rectangle In Histogram :hard:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0084. Largest Rectangle In Histogram][Roadmap]]
:END:
#+begin_src cpp
#+end_src
@@ -0,0 +1,8 @@
* TODO 0150. Evaluate Reverse Polish Notation :medium:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0150. Evaluate Reverse Polish Notation][Roadmap]]
:END:
#+begin_src cpp
#+end_src
+8
View File
@@ -0,0 +1,8 @@
* TODO 0155. Min Stack :medium:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0155. Min Stack][Roadmap]]
:END:
#+begin_src cpp
#+end_src
+8
View File
@@ -0,0 +1,8 @@
* TODO 0682. Baseball Game :easy:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0682. Baseball Game][Roadmap]]
:END:
#+begin_src cpp
#+end_src
@@ -0,0 +1,8 @@
* TODO 0726. Number of Atoms :hard:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0726. Number of Atoms][Roadmap]]
:END:
#+begin_src cpp
#+end_src
@@ -0,0 +1,8 @@
* TODO 0739. Daily Temperatures :medium:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0739. Daily Temperatures][Roadmap]]
:END:
#+begin_src cpp
#+end_src
+8
View File
@@ -0,0 +1,8 @@
* TODO 0853. Car Fleet :medium:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0853. Car Fleet][Roadmap]]
:END:
#+begin_src cpp
#+end_src
@@ -0,0 +1,8 @@
* TODO 0901. Online Stock Span :medium:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0901. Online Stock Span][Roadmap]]
:END:
#+begin_src cpp
#+end_src
@@ -0,0 +1,8 @@
* TODO 1544. Make The String Great :easy:
:PROPERTIES:
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*1544. Make The String Great][Roadmap]]
:END:
#+begin_src cpp
#+end_src