We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694b32a commit 1fc950fCopy full SHA for 1fc950f
README.md
@@ -6,4 +6,5 @@ A repo that contains my solutions to coding practice problems on leetcode.com! T
6
7
Repo also contains some problems from BinarySearch.io & Pramp, which are other prep sites.
8
9
-File format: [leetcode problem #]-name_of_problem.py
+File format for python 2: [problem #]-name_of_problem.py
10
+File format for python 3: [problem #]_name-of-problem.py (will almost always the last part of the URL)
0 commit comments