We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
The method .find() reports all elements to be present in the Singly Linked Lists even when not present.
.find()
.next()
.head()
3.9.12 (default)
Windows 10
llist = SinglyLinkedList() llist.append(10) # add a new element # find the new element in the linked list llist.find("not present") # returns True
The text was updated successfully, but these errors were encountered:
ZenithClown
No branches or pull requests
Contact Details
No response
What happened?
The method
.find()
reports all elements to be present in the Singly Linked Lists even when not present..find()
method with a mock-up code..next()
and.head()
method implementation.Python Version
3.9.12 (default)
What type of operating system are you using?
Windows 10
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: