Commit Graph

3 Commits

Author SHA1 Message Date
user b7f174dc2d fix: correct permutation iterator offset for k index
Adjust iterator advancement to account for 1-based k indexing.
This fixes returning the wrong permutation when selecting the k-th
result.
2026-07-29 21:19:50 +04:00
user eedf8d826a feat: add solution for smallest palindromic rearrangement ii
- add problem 3518 implementation
- add build configuration with debug and release modes
- add test cases and examples
- add makefile for problem-specific build workflow
2026-07-29 21:19:50 +04:00
debug-version 2a04bbde7c Initial commit 2026-07-29 19:15:47 +02:00