Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution Of Day 3 Problem Of Easy Level #21

Closed
wants to merge 3 commits into from
Closed

Solution Of Day 3 Problem Of Easy Level #21

wants to merge 3 commits into from

Conversation

Tanishq112005
Copy link
Contributor

Added a map function to easier data manipulation.

In This Problem , I am using  the  Concept of Map
feat(utils): Add map function

Added a map function to the utils module for easier data manipulation.
Copy link
Collaborator

@sanghaibiraj sanghaibiraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry mate, your code is wrong and won't pass for all test cases.
example:
input
6
2 2 1 2 2 1
2 2 1 2 2 1
output
4

your code gives 8

@sanghaibiraj sanghaibiraj added the PR:Reject Pr has been rejected as it doesnt follow the guildlines label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR:Reject Pr has been rejected as it doesnt follow the guildlines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants