Skip to content

Commit dc35d8c

Browse files
authored
Update README.md
1 parent c290fb6 commit dc35d8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ To contribute, please fork this repo and open a PR adding a [missing solution](#
1919

2020
If you would like to have collaborator permissions on the repo to merge your own PRs or review others' PRs please let me know.
2121

22+
Please make sure your file names are consistent with the rest of the repo:
23+
24+
>0094-binary-tree-inorder-traversal.py
25+
26+
Basically just add leading zeroes to keep file names sorted and the filename should be lowercase and exactly match the leetcode problem url extension. (e.g. leetcode.com/problems/**binary-tree-inorder-traversal**/)
27+
2228
## Credits
2329

2430
<a href="https://github.com/neetcode-gh/leetcode/graphs/contributors">

0 commit comments

Comments
 (0)