Skip to content

🟢 Port problem 1768 (Merge Strings Alternately) from Ruby to C++23 - #12

Open
AF2B wants to merge 2 commits into
chore/cpp23-migrationfrom
feat/cpp-1768-merge-strings-alternately
Open

AF2B wants to merge 2 commits into
chore/cpp23-migrationfrom
feat/cpp-1768-merge-strings-alternately

Conversation

@AF2B

@AF2B AF2B commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Converts ruby/1768.rb to C++23 at solutions/1701-1800/1768-merge-strings-alternately/.
  • Removes the now-converted ruby/1768.rb.

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

Test plan

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

Replaces ruby/1768.rb with
solutions/1701-1800/1768-merge-strings-alternately/, keeping the
single O(n+m) approach it had (the file's commented-out slice!-based
version was already marked "not recommended" and left out).
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