Skip to content

Files

Latest commit

Oct 10, 2020
d403043 · Oct 10, 2020

History

History
157 lines (144 loc) · 6.74 KB

File metadata and controls

157 lines (144 loc) · 6.74 KB

Data Structures and Algorithms for Online Programming Contest

bitmasking

  • left shift
  • right shift
  • divisible by 2 or not
  • general problems like subsequence problem

Dynamic Programming

Backtracking

Greedy Algorithm

String Algorithm

Graph Theory

Mathematics

Combinotorics

Game Theory

Binary Search

Data Structure

Computational Geometry

Hashing

Sorting

Miscellaneous