https://github.com/jbachurski/cpp-algorithmics-delta
My collection of algorithms and solutions for algorithmic tasks collected over the years.
https://github.com/jbachurski/cpp-algorithmics-delta
algorithms algorithms-and-data-structures competitive-coding competitive-programming competitive-programming-contests
Last synced: 5 months ago
JSON representation
My collection of algorithms and solutions for algorithmic tasks collected over the years.
- Host: GitHub
- URL: https://github.com/jbachurski/cpp-algorithmics-delta
- Owner: jbachurski
- License: mpl-2.0
- Created: 2018-02-12T22:08:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T19:51:24.000Z (over 3 years ago)
- Last Synced: 2025-04-03T13:39:13.673Z (9 months ago)
- Topics: algorithms, algorithms-and-data-structures, competitive-coding, competitive-programming, competitive-programming-contests
- Language: C++
- Homepage:
- Size: 64.4 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-algorithmics-delta
My collection of algorithms and solutions for algorithmic tasks collected over the years.
- `AlgorithmicsSet` - a lot of solutions to problems, solved by contests and then problems. Mostly Polish and hard to find online, some contests were closed. The older ones especially may sometimes not be finished, but usually should be marked with a different suffix/comment if they were broken.
- `Common` - contains KTL which was my attempt at a templated library for algorithms & data structures in competitive programming.
- `Ideas` - this has some *very old* problem ideas and materials. It began the movement towards Esoterica (computer science club).
I used C++ for almost all of these, with some exceptions for Python - especially in testing and *particular* problems.
Relatedly, also check out https://kubin.w.staszic.waw.pl/ under "Esoterica". Unfortunately, most of those materials are in Polish, but let me know if you would like to see them in English and I just might edit & translate them!
**Please do not use these during competitions and on other occassions other than private work and always ask for permission first.**