https://github.com/jusqua/cses
CSES Problem Set Solutions
https://github.com/jusqua/cses
algorithms cpp marathon problem-set
Last synced: about 1 month ago
JSON representation
CSES Problem Set Solutions
- Host: GitHub
- URL: https://github.com/jusqua/cses
- Owner: jusqua
- Created: 2024-08-05T14:08:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T02:07:32.000Z (about 1 year ago)
- Last Synced: 2025-04-15T02:33:18.127Z (about 1 year ago)
- Topics: algorithms, cpp, marathon, problem-set
- Language: C++
- Homepage: https://cses.fi/problemset
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSES Problem Set
> [!IMPORTANT]
> These files serve to give you a sense of how to do, iff, you feel lost in solving the problem.
>
> **Don't copy and paste any of these files, try to solve any problems by yourself.**
## Introductory Problems
- [Weird Algorithm](./introductory-problems/weird-algorithm.cpp)
- [Missing Number](./introductory-problems/missing-number.cpp)
- [Repetitions](./introductory-problems/repetitions.cpp)
- [Increasing Array](./introductory-problems/increasing-array.cpp)
- [Permutations](./introductory-problems/permutations.cpp)
- [Number Spiral](./introductory-problems/number-spiral.cpp)
- [Two Knights](./introductory-problems/two-knights.cpp)
- [Two Sets](./introductory-problems/two-sets.cpp)
- [Bit Strings](./introductory-problems/bit-strings.cpp)
- [Trailing Zeros](./introductory-problems/trailing-zeros.cpp)
- [Coin Piles](./introductory-problems/coin-piles.cpp)
- [Palindrome Reorder](./introductory-problems/palindrome-reorder.cpp)
- [Gray Code](./introductory-problems/gray-code.cpp)
- [Tower of Hanoi](./introductory-problems/tower-of-hanoi.cpp)
- [Creating Strings](./introductory-problems/creating-strings.cpp)
- [Apple Division](./introductory-problems/apple-division.cpp)
- [Chessboard and Queens](./introductory-problems/chessboard-and-queens.cpp)
- [Digit Queries](./introductory-problems/digit-queries.cpp)
- [Grid Paths](./introductory-problems/grid-paths.cpp)