From 3497d4708fb221cd9e49226164eff0848ee0a022 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 17 Jan 2021 19:41:32 -0600 Subject: [PATCH] add .gitignore & README.md --- .gitignore | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75ec3f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/* \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..84b6370 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# leetcode + +Where I store my Leetcode.com problem solutions for public viewing. + +I am not a expert on any given solution, and I am borrowing or perhaps even copying entire solutions at times. + +Credit will unfortunately not be properly marked most of the time. \ No newline at end of file