-
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
bfa7931
commit ae24ad9
Showing
5 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+2.16 MB
Freshers/CompetitiveProgramming/2022_03_05_CPClass-2/Finding Primes.pptx
Binary file not shown.
45 changes: 45 additions & 0 deletions
45
Freshers/CompetitiveProgramming/2022_03_05_CPClass-2/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,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 %} |
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
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