From a7484ed25f85316d22da75430d6ea2c6b34fc04d Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Tue, 27 Jun 2017 19:48:27 -0500 Subject: [PATCH] Updated the README. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a98174f..124c3a5 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# LeetCode \ No newline at end of file +# LeetCode + +## Author + +Brandon Scott + +## About + +These are my solutions to the problems on LeetCode. Some of them may be +done incorrectly or inefficiently, but all of them have passed the unit tests +and were accepted by LeetCode. + +## License + +By default, all code in this project is licensed under the MIT license. \ No newline at end of file