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