Add TODO checkboxes to Python/C++ sub-headings
- roadmap.org: *** TODO Python and *** TODO C++ with [/] cookie on each problem heading for [0/2] progress tracking - Note files now have TODO Approach, TODO Python, TODO C++ sections for structured problem solving
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
:NEETCODE: [[../../../../leetcode/out/roadmap.org::*0097. Interleaving String][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user