-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73fcdc7
commit 33798f8
Showing
7 changed files
with
71 additions
and
8 deletions.
There are no files selected for viewing
Binary file added
BIN
+397 KB
Freshers/CompetitiveProgramming/2022_03_12_CPClass-3/Binary Search.pdf
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
Freshers/CompetitiveProgramming/2022_03_12_CPClass-3/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# CP Class 3 | ||
|
||
[.. Previous Page](..) | ||
|
||
## Class recording: [Here](https://drive.google.com/file/d/1Azd7bniTZgENavj4h0hxmRUaoLsAs02Y/view?usp=sharing) | ||
|
||
## PPT: [Binary Search](Binary%20Search.pdf) | ||
|
||
March 12th, 2022 | ||
|
||
<div align="center"><img src="../CP_logo.png" alt="CP logos" height=200/></div> | ||
|
||
<hr> | ||
|
||
## Tutorials | ||
|
||
- [Linear Search](https://www.hackerearth.com/practice/algorithms/searching/linear-search/tutorial/) | ||
- [Basic Binary Search](https://www.hackerearth.com/practice/algorithms/searching/binary-search/tutorial/) | ||
|
||
## Tasks | ||
|
||
- _First complete [last class tasks](../2022_03_06_CPClass-2/)._ | ||
- _Find Binary Search Questions in the [next class content](../2022_03_13_CPClass-4/)._ | ||
|
||
<hr> | ||
|
||
{% include disqus.html %} |
Binary file added
BIN
+433 KB
Freshers/CompetitiveProgramming/2022_03_13_CPClass-4/Advanced Binary Search.pdf
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
Freshers/CompetitiveProgramming/2022_03_13_CPClass-4/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# CP Class 4 | ||
|
||
[.. Previous Page](..) | ||
|
||
## Class recording: [Here](https://drive.google.com/file/d/1apg5Gj4Rkd6fOmXBuJIyxK66CdsAG7XI/view?usp=sharing) | ||
|
||
## PPT: [Binary Search](Advanced%20Binary%20Search.pdf) | ||
|
||
March 13th, 2022 | ||
|
||
<div align="center"><img src="../CP_logo.png" alt="CP logos" height=200/></div> | ||
|
||
<hr> | ||
|
||
## Tasks | ||
|
||
- [Remaining chocolates](https://www.hackerrank.com/contests/mnnit2018opc1/challenges/remaining-chocolates/problem) | ||
- [SPOJ AGGRESIVE COWS](https://www.spoj.com/problems/AGGRCOW/) | ||
- [SPOJ: EKO](https://www.spoj.com/problems/EKO/) | ||
- [SPOJ: BOOKS1](https://www.spoj.com/problems/BOOKS1/) | ||
- [OPCPIZZA](https://www.spoj.com/problems/OPCPIZZA/) | ||
- [SPOJ: PIE](https://www.spoj.com/problems/PIE/) | ||
- [CODEFORCES: 812C](https://codeforces.com/problemset/problem/812/C) | ||
- [Ada and Chocolate](https://www.hackerrank.com/contests/pir2k21-1/challenges/ada-and-chocolate/problem) | ||
|
||
<hr> | ||
|
||
{% include disqus.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,12 @@ | |
|
||
- [Class 1: held on March 05, 2022](2022_03_05_CPClass-1) | ||
- [Class 2: held on March 06, 2022](2022_03_06_CPClass-2) | ||
- [Class 3: held on March 12, 2022](2022_03_12_CPClass-3) | ||
- [Class 4: held on March 13, 2022](2022_03_13_CPClass-4) | ||
|
||
## Books | ||
- *(Not a book)*: [cp-algorithms.com](https://cp-algorithms.com/) | ||
|
||
- _(Not a book)_: [cp-algorithms.com](https://cp-algorithms.com/) | ||
- [HANDBOOK FOR ICPC by HALIM](https://drive.google.com/file/d/1--c6A6D3hB8QKShEdvAVnj0rkLC5wlt_/view?usp=sharing) | ||
- [CP HANBOOK by Laaksonen](https://cses.fi/book/book.pdf) | ||
- [STANFORD ICPC TEAM NOTEBOOK](https://cs.stanford.edu/group/acm/oldsite/SLPC/notebook.pdf) | ||
|
@@ -44,13 +47,13 @@ | |
|
||
## Coordinator contacts (click to chat) | ||
|
||
- [Aditya Bansal](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Ankit Raj](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Nikhil Kumar Singh](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Ishu Raj](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Aakanksha Khetan](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Ashutosh Chitranshi](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Nishchal Siddharth Pandey](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Aditya Bansal](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Ankit Raj](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Nikhil Kumar Singh](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Ishu Raj](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Aakanksha Khetan](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Ashutosh Chitranshi](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
- [Nishchal Siddharth Pandey](https://teams.microsoft.com/l/chat/0/[email protected]) | ||
|
||
<hr> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters