From 3c3197be0ad6e467cedeabc10b02e915f808cefd Mon Sep 17 00:00:00 2001 From: RinRi Date: Tue, 6 Apr 2021 10:03:34 +0600 Subject: [PATCH] add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9361fa --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Algorithms and Data Structures by RinRi + +To-Do: +- add binary search implementations +- add two pointers implementations +- add graph algorithms +- add string algorithms +- add other working source codes + +# Contribute + +Everyone is free to contribute to this repository. \ No newline at end of file