commit 705883cbca61418008ec89c963779a3a82722b79 Author: Vasily Guzov Date: Tue Jun 27 21:00:40 2023 +0300 [docs] init commit, add readme diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cd7f9f2 --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# learn algorithms + +I will be studying algorithms and collecting different cases to improve my knowledge on this repository. + +---