From e510309d00c06359f79ce306b7dfa41dae7ac169 Mon Sep 17 00:00:00 2001 From: IshitManojkumarDarania <54116349+IshitManojkumarDarania@users.noreply.github.com> Date: Tue, 18 May 2021 00:17:22 +0530 Subject: [PATCH] Create Report 1.md --- Deep Dive into Algorithms/Report 1.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Deep Dive into Algorithms/Report 1.md diff --git a/Deep Dive into Algorithms/Report 1.md b/Deep Dive into Algorithms/Report 1.md new file mode 100644 index 0000000..3db162d --- /dev/null +++ b/Deep Dive into Algorithms/Report 1.md @@ -0,0 +1,17 @@ +# Deep Dive into Algorithms +#### May 18,2021 + +Progress of Work done in the first month of the project. + +## Setting up a Local IDE for CP: +Resources were shared to mentees for setting up a local IDE for CP. + +## Basic C++: +Blogs were share to mentees to get acquainted to basic C++ which is extensively used for CP and then a basic mashup was organised which consisted of basic problems to help mentees get comfortable with the language. + +## C++ STL: +Blogs and Resources were shared to mentees on The Standard Template Library of C++. Then a Mashup was conducted on the same. + +## Number Theory and Binary Seach: +Blogs are shared to mentees on the basics of Number Theory used in CP and Binary Search. +