C++ STL and Functions for Beginners

Revision en3, by prakharmishra, 2025-08-15 23:46:13

Hello Everyone,

  1. I found this C++ STL (standard template library) sheet online. Useful for someone starting out. Contains mostly everything about the basic data structures and how to implement them.
    Attaching link to pdf, Link

  2. Also attaching a small document I made, contains frequently used functions and tricks like finding MEX of array, nCr(combination), GCD, LCM, Seive, binary exponentiation for finding power etc.
    Attaching link to document, Link

Preview,


PS: Please suggest if you have more such functions or notice any errors and I'll fix them right away.
UPD: Added some questions in the document to practice.
UPD2: A list of most commonly asked DSA algorithms in interviews — Link

Tags c++ stl

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English prakharmishra 2025-08-15 23:46:13 192 Tiny change: ' practice.\nUPD2: A ' -> ' practice.<>\nUPD2: A '
en2 English prakharmishra 2025-08-07 09:23:22 61
en1 English prakharmishra 2025-08-06 18:48:40 979 Initial revision (published)