README.md

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

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Gleb's leetcode solutions
These are most of my solutions to various
[leetcode](https://leetcode.com) problems.
They are by no means the best solutions, rather
what I could come up with by myself.
In each solution I always aim for the lowest
possible time complexity first; however, there
may be multiple solutions for some problems to
try to minimise space complexity instead.