Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamidhosen42/stl-all-code-cps-academy
STL-all-code-CPS-Academy With Problem Solving
https://github.com/hamidhosen42/stl-all-code-cps-academy
c-plus-plus-17 codeforces online-judge problem-solving-algorithms stl
Last synced: 2 days ago
JSON representation
STL-all-code-CPS-Academy With Problem Solving
- Host: GitHub
- URL: https://github.com/hamidhosen42/stl-all-code-cps-academy
- Owner: hamidhosen42
- Created: 2021-07-04T17:21:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T17:09:27.000Z (over 3 years ago)
- Last Synced: 2024-11-08T11:37:30.621Z (about 2 months ago)
- Topics: c-plus-plus-17, codeforces, online-judge, problem-solving-algorithms, stl
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STL-all-code-slide
Basic Data structure :
Standard Template Library :### Vector Problem:
1. Code force=381A(Sereja and Dima)
2. LeetCode=852( Peak Index in a Mountain Array)
3. LeetCode= 1502(Can Make Arithmetic Progression From Sequence)
4. Hackerearth=( Distinct Count)
5. Geeksforgeeks=C++ STL|Set 1(Vector)
### String Problem:1. Codeforce=118A(String Task)
2. CodeForce=112A(Petya and String)
3. CodeForce=78A(Haiku)
4. Hackerearth=(The Palindrome)
5. Hackerearth=(LexoGeek)
6. Geeksforgeeks= Sum of Digit is Pallindrome or not
7. Codeforce=909A(Generate Login-1000)
8. CodeForce=258A(Little Elephant and Bits-1100)
### Pair Problem:1. Codeforce=44A(Indian Summer)
2. CodeForce=166A(Rank List)
3. Geeksforgeeks= Count distinct pairs with difference k
4. SPOJ=SORT2D-SORT
5. CodeForce=230A(Dragons-1000)
### Map Problem:1. Geeks for Geeks= Find the Frequency
2. Geeks for Geeks=Twice Counter
3. Geeks for Geeks = Word with maximum frequency
4. AtCoder = C-Good sequence
5. CodeForce=855A(Tom Riddle’s Diary)
6. CodeForce=4C(Registration System)
7. CodeForce=918B(Radio Station)
8. CodeForce=903C(Boxes Packing)
9. SPOJ=RPLD-Database
10. CodeForce=1003A(Polycarp’s Pockets-800)
11. CodeForce=43B(Letter-1100)
### Set Problem:1. Geeks for Geeks= C++ STL | Set 6 (set)
2. Geeks for Geeks= Set Operations
3. HackerRank=Sets-STL
4. LeetCode=217(Contains Duplicate)
5. CodeForce=22A(Second Order Statistics)
6. CodeForce=469A(I Wanna Be the Guy)
7. CodeForce =1015A(Points in Segments-800)
### MultiSet Problem:1. Geeks for Geeks= Multiset Operations
### Queue Problem:1. Geeks for Geeks= Queue Push & Pop
2. Geeks for Geeks= Reverse First K elements of Queue
3. Geeks for Geeks= Queue Reversal
### Deque Problem:1. Geeks for Geeks= Deque Implementations
### Priority queue Problem:1. CodeForce=799B(T-shirt buying)
2. SPOJ=REDARR2-Reduce the array
3. Hackerearth= Monk And Champions League
4. Hackerearth= Monk and Multiplication
5. CodeForce=1353D(Constructing the array)
6. CodeForce=218B(Airport-1100)