C++ STL and Functions for Beginners

Правка en3, от 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

Теги c++ stl

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский prakharmishra 2025-08-15 23:46:13 192 Tiny change: ' practice.\nUPD2: A ' -> ' practice.<>\nUPD2: A '
en2 Английский prakharmishra 2025-08-07 09:23:22 61
en1 Английский prakharmishra 2025-08-06 18:48:40 979 Initial revision (published)