upd
This commit is contained in:
@@ -37,13 +37,13 @@ Output: [["Q"]]
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
#+begin_src python :lc-problem 51 :lc-lang python3
|
||||
class Solution:
|
||||
def solveNQueens(self, n: int) -> List[List[str]]:
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
#+begin_src cpp :lc-problem 51
|
||||
class Solution {
|
||||
public:
|
||||
vector<vector<string>> solveNQueens(int n) {
|
||||
|
||||
Reference in New Issue
Block a user