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

missing_number algorithm dosen't work as intended (bit_manipulation/missing_number.py) #10357

Closed
jamestitus299 opened this issue Oct 13, 2023 · 1 comment · Fixed by #10361
Closed
Labels

Comments

@jamestitus299
Copy link

Repository commit

d0c54ac

Python version (python --version)

Python 3.12.0

Dependencies version (pip freeze)

setuptools==68.2.2
wheel==0.41.2

Expected behavior

for array [1,3,4,5,6] the output should be 2

Actual behavior

the output got is 4

@Manoj-Routhu
Copy link

i have resolved the but its failing in build and the code working fine on mine system.

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