Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonskodt/aldes-kattis
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
https://github.com/simonskodt/aldes-kattis
algorithm-design divide-and-conquer dynamic-programming flow greedy stable-matching
Last synced: 2 days ago
JSON representation
Weekly Kattis exercises, implementing various algorithms introduced in the course on Algorithm Design.
- Host: GitHub
- URL: https://github.com/simonskodt/aldes-kattis
- Owner: simonskodt
- License: mit
- Created: 2023-09-14T07:26:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T08:04:43.000Z (about 1 year ago)
- Last Synced: 2024-11-09T12:26:13.434Z (about 2 months ago)
- Topics: algorithm-design, divide-and-conquer, dynamic-programming, flow, greedy, stable-matching
- Language: Python
- Homepage:
- Size: 779 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithm Design
This repository is dedicated to my weekly algorithm design practice through Kattis exercises.
## Weekly Challenges
Each week, I will tackle Kattis exercises that require the implementation of various algorithms.
These exercises serve as a practical way for me to reinforce algorithmic concepts and improve my problem-solving skills.## Choice of Programming Language
I have the freedom to use any programming language of my choice, but I will stick to Python due to its concise and expressive environment for implementation.