Skip to content

๐ŸŽˆMy notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC

License

Notifications You must be signed in to change notification settings

DortCeL/algorithms-brunoPapa

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

"Think twice, code once"

Overview

I use this repository as a study playground for programming contests, which contains my personal notes and implementations. Note that 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.
    • README.md: solutions index by themes, containing difficulty, name, description and hint of the problem.

Notebook index

๐Ÿงฑ data structures

๐ŸฅŠ brute force

๐Ÿ”ž dynamic programming

๐ŸŒ graphs

โœ๏ธ math

๐Ÿ’ญ miscellaneous

References

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

About

๐ŸŽˆMy notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • Python 1.9%
  • Shell 0.5%