Skip to content

Insensitive palindrom using STL#905

Closed
SebastianSosnowski wants to merge 3 commits into
coders-school:insensitive-palindromfrom
SebastianSosnowski:insensitive-palindrom
Closed

Insensitive palindrom using STL#905
SebastianSosnowski wants to merge 3 commits into
coders-school:insensitive-palindromfrom
SebastianSosnowski:insensitive-palindrom

Conversation

@SebastianSosnowski

Copy link
Copy Markdown

No description provided.

Used filter, transform and equal. Time complexity is still O(N), but in practise this will be slower than version with normal while loop.
@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

✅ CI Passed - Task: insensitive-palindrom
🏅 Granted 6 XP for @SebastianSosnowski

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