We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bc28f commit 696ac27Copy full SHA for 696ac27
README.md
@@ -40,6 +40,13 @@ The actively maintained root modules live under `src/`:
40
- `practice/algorithms/`: standalone coding exercises
41
- `practice/leetcode/`: LeetCode solutions archive
42
43
+LeetCode additions follow a lightweight convention:
44
+
45
+- place each solution in the matching hundred-bucket package using `solution_<problem_id>.py`
46
+- keep the solution self-contained and include a small `unittest` case in the same file
47
+- prefer the simplest efficient implementation before opening a PR
48
+- use commit titles like `Add LeetCode solution <problem_id>`
49
50
## Archive
51
52
- `archive/`: archived scripts and reference files kept outside the active code paths
0 commit comments