Files
cpp-flashcards/org/study_deck_02/dsa/math-geometry/1780-check-if-number-is-a-sum-of-powers-of-three.org
T

19 lines
335 B
Org Mode
Raw Normal View History

* TODO 1780. Check if Number is a Sum of Powers of Three :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1780. Check if Number is a Sum of Powers of Three][Roadmap]]
:END:
** TODO Approach
Write your approach here.
** TODO Python
#+begin_src python
#+end_src
** TODO C++
#+begin_src cpp
#+end_src