Commit Graph

4 Commits

Author SHA1 Message Date
user 70090a66e7 refactor: remove unnecessary using declarations and qualify std symbols
Replace global using declarations with explicit std:: qualifications.
Update ranges algorithms usage to std::ranges and fix permutation
iterator
offset to correctly handle 1-based k indexing.
2026-07-29 21:19:50 +04:00
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