Skip to content

🟡 Port problem 12 (Integer to Roman) from Clojure/Swift to C++23 - #7

Open
AF2B wants to merge 3 commits into
chore/cpp23-migrationfrom
feat/cpp-0012-integer-to-roman
Open

AF2B wants to merge 3 commits into
chore/cpp23-migrationfrom
feat/cpp-0012-integer-to-roman

Conversation

@AF2B

@AF2B AF2B commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Converts clojure/12.clj and swift/12.swift (Integer to Roman, solved twice) to C++23 at solutions/0001-0100/0012-integer-to-roman/.
  • Both old solutions used the identical greedy symbol-table algorithm, so this ports one approach rather than two redundant copies of the same logic.
  • Removes both now-converted old files.

Base is chore/cpp23-migration (#4) — retarget to main once that lands.

Test plan

  • CI (build & test, static analysis, format check) passes.

Replaces clojure/12.clj and swift/12.swift with
solutions/0001-0100/0012-integer-to-roman/. Both used the same greedy
symbol-table algorithm, so only one approach was ported instead of
two redundant ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants