Files
cpp-flashcards/org/study_deck_02/dsa/math-geometry/0840-magic-squares-in-grid.org
T

19 lines
291 B
Org Mode
Raw Normal View History

* TODO 0840. Magic Squares In Grid :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0840. Magic Squares In Grid][Roadmap]]
:END:
** TODO Approach
Write your approach here.
** TODO Python
#+begin_src python
#+end_src
** TODO C++
#+begin_src cpp
#+end_src