Skip to content

Implement Transform function#907

Closed
SebastianSosnowski wants to merge 1 commit into
coders-school:transform-containersfrom
SebastianSosnowski:transform-containers
Closed

Implement Transform function#907
SebastianSosnowski wants to merge 1 commit into
coders-school:transform-containersfrom
SebastianSosnowski:transform-containers

Conversation

@SebastianSosnowski

Copy link
Copy Markdown

The function removes duplicates from both containers and then return output as map. STL functions sort, unique and erase are used to remove duplicates from both containers. Transform with vector are used to prepare pairs of values, which then are inserted to result map.

The function removes duplicates from both containers and then return output as map.
STL functions sort, unique and erase are used to remove duplicates from both containers.
Transform with vector are used to prepare pairs of values, which then are inserted to result map.
@ziobron

ziobron commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

✅ CI Passed - Task: formatting_check
🏅 Granted 1 XP for @SebastianSosnowski

@ziobron

ziobron commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

⚠️ Points for @SebastianSosnowski for task transform-containers were already granted in #906

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants