Skip to content

Commit

Permalink
Freshers' CP Class 2 content added
Browse files Browse the repository at this point in the history
  • Loading branch information
nisiddharth committed Mar 9, 2022
1 parent bfa7931 commit ae24ad9
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
Binary file not shown.
45 changes: 45 additions & 0 deletions Freshers/CompetitiveProgramming/2022_03_05_CPClass-2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# CP Class 2

[.. Previous Page](..)

## Class recording: [Here](https://mnnitedu.sharepoint.com/sites/MNNITCCQueriesOfficial/Shared%20Documents/Freshers%202021%20Panel%201/Recordings/Freshers%202021-20220306_170712-Meeting%20Recording.mp4?web=1)

## PPT: [Here](Finding%20Primes.pptx)

March 06th, 2022

<div align="center"><img src="../CP_logo.png" alt="CP logos" height=200/></div>

<hr>

## Tutorials

- [HackerEarth Number Theory Notes](https://www.hackerearth.com/practice/notes/number-theory-1/)
- [Mathematics For TopCoders](https://www.topcoder.com/community/data-science/data-science-tutorials/mathematics-for-topcoders/)
- [Sieve of Eratosthenes](http://codeforces.com/blog/entry/3519)
- [Segmented Sieve Self Read](https://www.geeksforgeeks.org/segmented-sieve/)
- [Euler Totient Function](https://www.geeksforgeeks.org/eulers-totient-function/)
- [GCD Complexity Proof](https://leimao.github.io/blog/Euclidean-Algorithm/)

## Tasks

- *First complete [last class tasks](../2022_03_05_CPClass-1/).*

- [Codeforces: Almost Prime](http://codeforces.com/problemset/problem/26/A)
- [SPOJ: LASTDIG](https://www.spoj.com/problems/LASTDIG/)
- [Codeforces: T-primes](https://codeforces.com/problemset/problem/230/B)
- [Spoj: PRIME1 - Prime Generator](https://www.spoj.com/problems/PRIME1/)
- [Codechef: Count K-Primes](https://www.codechef.com/problems/KPRIME)
- [Codechef: Primality Test](https://www.codechef.com/problems/PRB01)
- [Spoj: PRIME1 - Prime Generator](https://www.spoj.com/problems/PRIME1/) (Segmented Sieve)
- [Spoj: ALICESIE - Alice Sieve](https://www.spoj.com/problems/ALICESIE/)
- [HackerEarth: Chandu and his Interns](https://www.hackerearth.com/problem/algorithm/chandu-and-his-interns/description/)
- [HackerEarth Code Monk Number Theory](https://www.hackerearth.com/challenge/competitive/code-monk-number-theory-i/problems/)
- [Spoj ZSUM - Just Add It](https://www.spoj.com/problems/ZSUM/)
- [Spoj ENIGMATH - PLAY WITH MATH](https://www.spoj.com/problems/ENIGMATH/)
- [Spoj CRDS - Cards](https://www.spoj.com/problems/CRDS/)
- [GCD2](https://www.spoj.com/problems/GCD2/)

<hr>

{% include disqus.html %}
1 change: 1 addition & 0 deletions Freshers/CompetitiveProgramming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Classes held

- [Class 1: held on March 05, 2022](2022_03_05_CPClass-1)
- [Class 2: held on March 06, 2022](2022_03_06_CPClass-2)

## Books
- *(Not a book)*: [cp-algorithms.com](https://cp-algorithms.com/)
Expand Down
1 change: 1 addition & 0 deletions Freshers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [C Class 10](C/2022_02_26_CClass-10)
- [Competitive Programming](CompetitiveProgramming)
- [Class 1](CompetitiveProgramming/2022_03_05_CPClass-1): Time & Space complexity, Modular arithmetic, Hashing
- [Class 2](CompetitiveProgramming/2022_03_12_CPClass-2): Sieve of Eratosthenes, Sieve of Eratosthenes (Segmented), Smallest Prime Factor, GCD, Binary Exponentiation.

## Get all class recordings:
[Here](https://drive.google.com/drive/folders/1v2kw3r9IcaHw8eIsZJgJvS6TqFnLNaaH?usp=sharing)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ If you are a part of MNNIT join us on Microsoft Team [MNNIT CC Queries Official]
- [C Class-10](Freshers/C/2022_02_26_CClass-10)
- [Competitive Programming](Freshers/CompetitiveProgramming)
- [Class-1](Freshers/CompetitiveProgramming/2022_03_05_CPClass-1)
- [Class-2](Freshers/CompetitiveProgramming/2022_03_06_CPClass-2)

- [Git/GitHub classes](Git-GitHub)
- [Git Class-1](Git-GitHub/2021_04_20_GitClass-1)
Expand Down

0 comments on commit ae24ad9

Please sign in to comment.