Skip to content

Latest commit

 

History

History
159 lines (126 loc) · 7.02 KB

README.md

File metadata and controls

159 lines (126 loc) · 7.02 KB

Awesome Competitive Coding Awesome

A Curated list of Topic wise Theory and Questions to Get You Started On Competitive Coding.

Inspired by the awesome list thing. You might also like to read complete awesome-list.

Contributing

Kindly Go Through Contribution Guidelines First.

Topics

Binary and Ternary Search

Dynamic Programming

Game Theory

  • Theory

    • Stanford - PDF on Combinatorial Games.
    • Wikipedia - Nim Games.
    • Book - Composite Mathematical Games.
    • Book - Game Theory By Thomas S. Ferguson.
  • Questions on

Graphs

Greedy

Maths

  • Theory

    • Stanford - Stanford's Guide on Introduction To Competitive Programming.
    • Aduni - Course Guide to Discrete Mathematics.
    • Topcoder - Understanding Probability.
  • Questions on

Miscellaneous

Prefix and Suffix Trees

Segment Trees

Trees