Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 632 Bytes

SIP_Prep_C-plusplus

SIP Prep for DSA. May include DBMS later on.

Data Structures Operations

Adjaceny Matrix vs Adjacency List

Heap Complexities

Sorting Algorithms Complexities

POINTERS

DYNAMIC ALLOCATION (STACK AND HEAP MEMORY)

RECURSION (PROBLEMS INCLUDED)

ARRAYS

LINKED LISTS (RECURSIVE + NON-RECURSIVE)

DOUBLY LINKED LISTS

QUEUES (ARRAY + LL IMPLEMENTATION)

STACKS (ARRAY + LL IMPLEMENTATION)

TREES (NORMAL + BINARY + BINARY SEARCH TREES)

GRAPHS