Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamidhosen42/stl-standard-template-library

STL-Standard-Template-Library. All STL Code with problem solving
https://github.com/hamidhosen42/stl-standard-template-library

algorithm c-plus-plus data-structures leetcode online-judge problem-solving stl

Last synced: 10 days ago
JSON representation

STL-Standard-Template-Library. All STL Code with problem solving

Awesome Lists containing this project

README

        

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

 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)