commit 4051bcb003deb4008521ff20b4955d77c33b8511 Author: Gleb Koval Date: Fri Nov 5 12:27:07 2021 +0000 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6896617 --- /dev/null +++ b/README.md @@ -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.