upd
This commit is contained in:
@@ -77,7 +77,7 @@ Explanation: This an empty graph, it does not have any nodes.
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
#+begin_src python :lc-problem 133 :lc-lang python3
|
||||
"""
|
||||
# Definition for a Node.
|
||||
class Node:
|
||||
@@ -92,7 +92,7 @@ class Solution:
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
#+begin_src cpp :lc-problem 133
|
||||
/*
|
||||
// Definition for a Node.
|
||||
class Node {
|
||||
|
||||
Reference in New Issue
Block a user