Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report of Work in the First Month of project #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Deep Dive into Algorithms/Report 1.md
Original file line number Diff line number Diff line change
@@ -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.