Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 3.15 KB

README.md

File metadata and controls

54 lines (49 loc) · 3.15 KB

Competitive_Programming

Number Theory
  1. Problem: Trailling zero I
  2. Problem: Intelligent Factorial Factorization
DFS
  1. Problem: Is A Graph Cycle Or Not(Undirected) ?
  2. Problem: Is A Graph Cycle Or Not(Directed) ?
  3. Problem: Back to Underworld(Loj)
  4. Problem: Kefa and Park (CF)
  5. Problem: Balanced Bracket Sequence (CF)
  6. Problem: White-Black Balanced Subtrees (CF)
Binary Search
  1. Problem: Point in segment
  2. Problem: Sum of Cube
  3. Problem: Candels