Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/debakarr/cses-solution

Solution for CSES Problem set: https://cses.fi/problemset/
https://github.com/debakarr/cses-solution

Last synced: 2 days ago
JSON representation

Solution for CSES Problem set: https://cses.fi/problemset/

Awesome Lists containing this project

README

        

## How I update this repo?

Most of the things are automated like:

- creating problem solution script.
- generating readme.
- marking a problem as solved.

I generally will solve the problem and then run `python update_set.py` and it should take care of updating all the readme. Even add problems if any new problem is added.

---

| Topic | Solution |
|-----------------------|------------------------------------|
| Introductory Problems | [Link](./01_introductory_problems) |
| Sorting and Searching | [Link](./02_sorting_and_searching) |
| Dynamic Programming | [Link](./03_dynamic_programming) |
| Graph Algorithms | [Link](./04_graph_algorithms) |
| Range Queries | [Link](./05_range_queries) |
| Tree Algorithms | [Link](./06_tree_algorithms) |
| Mathematics | [Link](./07_mathematics) |
| String Algorithms | [Link](./08_string_algorithms) |
| Geometry | [Link](./09_geometry) |
| Advanced Techniques | [Link](./10_advanced_techniques) |
| Additional Problems | [Link](./11_additional_problems) |