Files
cpp-flashcards/org/study_deck_02/dsa/trees/0230-kth-smallest-element-in-a-bst.org
T

19 lines
312 B
Org Mode
Raw Normal View History

#+PROPERTY: STUDY_DECK_02
* TODO 0230. Kth Smallest Element In a Bst :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0230. Kth Smallest Element In a Bst][Roadmap]]
:END:
** TODO Approach
Write your approach here.
** TODO Python
#+begin_src python
#+end_src
** TODO C++
#+begin_src cpp
#+end_src