Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 977 Bytes

README.md

File metadata and controls

executable file
·
37 lines (25 loc) · 977 Bytes

ACM-ICPC Algorithms

What is ACM-ICPC?

ACM International Collegiate Programming Contest (abbreviated as ACM-ICPC or ICPC) is an annual multi-tiered competitive programming competition among the universities of the world

For more information visit :

https://icpc.baylor.edu/

https://en.wikipedia.org/wiki/ACM_International_Collegiate_Programming_Contest

What is ACM-ICPC Algorithms?

ACM-ICPC Algorithms is your personal offline collection of every algorithm and data structure used to solve the questions of this worldwide recognized Olympiad.This provides solutions in a various languages spanning C, C++, Java, Python and others.

Table of Contents

  • Breadth First Traversal
  • Backtracking
  • DFS
  • Bit manipulation
  • Computational geometry
  • Data structures
  • Divide conquer
  • Dynamic programming
  • Graph algorithms
  • Greedy algorithms
  • Mathematical algorithms
  • Randomized algorithms
  • Search
  • Sorting
  • String algorithms

Happy Coding!!!!!!!!!