Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.