Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/debakarr/cses-solution
- Owner: debakarr
- Created: 2023-09-16T05:31:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T06:44:41.000Z (about 1 year ago)
- Last Synced: 2023-09-17T11:15:31.068Z (about 1 year ago)
- Language: Python
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |