From 4051bcb003deb4008521ff20b4955d77c33b8511 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 5 Nov 2021 12:27:07 +0000 Subject: [PATCH] README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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.