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

Fix First Recurring Character.py array implementation and typo in Arrays.py line 31 #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lance2k
Copy link

@lance2k lance2k commented Apr 18, 2023

image

@lance2k lance2k changed the title Fix typo in Arrays.py line 31 Fix First Recurring Character.py implementation and typo in Arrays.py line 31 Apr 21, 2023
@lance2k
Copy link
Author

lance2k commented Apr 21, 2023

Fix First Recurring Character so that:
my_list = [2,1,1,2,3,4,5] # Should return 1 instead of 2

Also updated to Python naming convention.
image

@lance2k lance2k changed the title Fix First Recurring Character.py implementation and typo in Arrays.py line 31 Fix First Recurring Character.py array implementation and typo in Arrays.py line 31 Apr 21, 2023
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.

1 participant