upd
This commit is contained in:
@@ -49,7 +49,7 @@ trie.search("app"); // return True
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
#+begin_src python :lc-problem 208 :lc-lang python3
|
||||
class Trie:
|
||||
|
||||
def __init__(self):
|
||||
@@ -73,7 +73,7 @@ class Trie:
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
#+begin_src cpp :lc-problem 208
|
||||
class Trie {
|
||||
public:
|
||||
Trie() {
|
||||
|
||||
Reference in New Issue
Block a user