naming section in README.md

This commit is contained in:
Gleb Koval 2021-11-05 12:52:08 +00:00
parent 4051bcb003
commit cc79df656f
No known key found for this signature in database
GPG Key ID: 7C89CDC822F8392B
1 changed files with 7 additions and 0 deletions

View File

@ -9,3 +9,10 @@ In each solution I always aim for the lowest
possible time complexity first; however, there possible time complexity first; however, there
may be multiple solutions for some problems to may be multiple solutions for some problems to
try to minimise space complexity instead. try to minimise space complexity instead.
## Naming
Each folder is the name of the problem from its URL,
so the problem can be accessed at:
```
https://leetcode.com/problems/<folder-name>/
```