Skip to content

🟢 Port problem 83 (Remove Duplicates from Sorted List) from TypeScript to C++23 - #29

Open
AF2B wants to merge 2 commits into
chore/cpp23-migrationfrom
feat/cpp-0083-remove-duplicates-from-sorted-list
Open

AF2B wants to merge 2 commits into
chore/cpp23-migrationfrom
feat/cpp-0083-remove-duplicates-from-sorted-list

Conversation

@AF2B

@AF2B AF2B commented Sep 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Converts typescript/deleteDuplicates.ts to C++23 at solutions/0001-0100/0083-remove-duplicates-from-sorted-list/.
  • Simplified to a single-pointer walk (the TS version split the same idea across two mutually-recursive-looking helpers).
  • Removes the now-converted typescript/deleteDuplicates.ts.

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

Test plan

  • Verified locally with a standalone compile + assertions.
  • CI (build & test, static analysis, format check) passes.

…t to C++23

Replaces typescript/deleteDuplicates.ts with
solutions/0001-0100/0083-remove-duplicates-from-sorted-list/,
simplified to a single-pointer walk (the TS version split the same
idea across two mutually-recursive-looking helpers).
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