Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamidhosen42/competitive-programming-all-topic-and-recourse-list

Competitive programming all topic and recourse list
https://github.com/hamidhosen42/competitive-programming-all-topic-and-recourse-list

algotithms c-plus-plus number-theory online-judge problem-solving stl

Last synced: 2 days ago
JSON representation

Competitive programming all topic and recourse list

Awesome Lists containing this project

README

        

# Competitive-programming-all-topic-recourse-list

# Beginner Problem with cp start:

Practice Online Judge:

1. UVA : https://onlinejudge.org/
2. Timus : https://acm.timus.ru/problemset.aspx
3. URI : https://www.urionlinejudge.com.br/judge/en/login?redirect=%2Fen%2F#
4. Ligh-Oj : https://lightoj.com/auth/login?redirectPath=%2Fhome&needLogin=1
5. CodeForce : https://codeforces.com/contests

Code:

1. https://github.com/hamidhosen42/Competitive-programming-Problem-solution/tree/main/Beginner%20Problem

# STL(Standard Template Library):

Topic:

1. Vector : https://github.com/hamidhosen42/STL/blob/main/Almost%20Everything%20about%20STL%20Vector.cpp
2. String : https://github.com/hamidhosen42/STL/blob/main/Almost%20everything%20about%20STL%20String.cpp
3. Map : https://github.com/hamidhosen42/STL/blob/main/Almost%20everything%20about%20STL%20Map.cpp
4. Pair : https://github.com/hamidhosen42/STL/blob/main/Almost%20everything%20about%20STL%20pair.cpp
5. Set : https://github.com/hamidhosen42/STL/blob/main/Almost%20everything%20about%20STL%20Set.cpp
6. Multiset : https://github.com/hamidhosen42/STL/blob/main/STL%20Multiset.cpp
7. Stack : https://github.com/hamidhosen42/STL/blob/main/STL%20Stack.cpp
8. Queue : https://github.com/hamidhosen42/STL/blob/main/Almost%20everything%20about%20Queue.cpp
9. Deque : https://github.com/hamidhosen42/STL/blob/main/Deque.cpp
10. Priority Queue : https://github.com/hamidhosen42/STL/blob/main/Almost%20everything%20about%20STL%20Priority%20queue.cpp

Code:

1. https://github.com/hamidhosen42/STL

Resource:

1. https://www.youtube.com/watch?v=W1McvE4a910&list=PLoa_roVVsxA0D1Kv_T7rbGHtSdYIUo4f5

Practice Online Judge:

1. Leet Code : https://leetcode.com/accounts/login/
2. Greek for Greeks : https://practice.geeksforgeeks.org/explore/?company%5B%5D=Amazon&problemType=functional&page=1&sortBy=submissions&company%5B%5D=Amazon
3. CodeForce : https://codeforces.com/contests

# Number Theory:

Topic:

1. Harmonic Series/Number of Divisors/Sum of NOD
2. Sieve of Eratosthenes
3. Prime Factorization
4. NOD/NOD using Harmonic Mean
5. NOD/GCD using Prime Factorization
6. NOD/SOD
7. Sum of Number of Divisors (SNOD)
8. Modular Arithmetic
9. Modular Division
10. Euler phi Function
11. Euler phi Extension