Skip to content

Latest commit

 

History

History
104 lines (87 loc) · 4.78 KB

File metadata and controls

104 lines (87 loc) · 4.78 KB

Note: this is a publish-only repository, so all pull requests will be ignored.

The folders structure is following:

  • notebook: well-explained implementation of general-purpose algorithms.
  • scripts: small scripts for automatizing some repetitive tasks.
  • solutions: code of accepted problems, categorized by online judges.
  • solutions/README.md: solutions index by themes, containing difficulty, name, description and hint of the problem.

Notebook index

🧱 data structures

🔞 dynamic programming

🌍 graphs

✏️ math

💭 miscellaneous

References

  • HALIM, Steven. "Competitive Programming 3: The new lower bound of programming contests".