LeetCode problems and how I solved them.
- Explore - useful technics shortcuts for learn
- Solutions - all solved and refactored problems
- Again - need resolve because of loosing day streak or not enough knowledge
- Archive - all solved problems that in progress refactoring
- Todos - something special for resolve and revise
After adding some code samples run code.sh
make code
You can automate this action by calling pre-commit.sh
# fast unit tests to be sure that no regression was
make test/smoke
# same as test/smoke but with -race condition check
make test/unit
# same as test/smoke but with creation local coverage report in HTML for golang
make test/coverage
- The LeetCode Beginner's Guide
- Array and String. Introduction to Data Structure
- Top Interview Questions. Easy Collection