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

Create FirstReport.md #22

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
15 changes: 15 additions & 0 deletions Algorithms Simplified/FirstReport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# First Month Report of Algorithms Simplified
#### May 17, 2021


## Intro to C++/Setting up environment:
Posted a codeforces blog on setting up CP environment on mentees' PCs and familiarised them with various DOs and DONTs of CP.
Also provided them with a basic CPP template for CP and explained its each component in detail.
## C++ STL Library:
Posted a blog and provided them with various resources related to STL Library including, but not limited to, articles from other websites and YT videos.
Organised a Long Contest on CF (15 problems on STL) spanning over 5 days.
## Sorting:
Various sorting algorithms were discussed and some practice problems were given.
## Binary Search:
Posted a blog on CF and provided them with tutorial links having straightforward introduction to binary search.
Put up another long contest on Binary Search having 15 questions.