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

Refactor LinkedList to include middle node caching and concurrent #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Iajrdev
Copy link
Collaborator

@Iajrdev Iajrdev commented Dec 14, 2024

  • Added a middle pointer to the LinkedList structure to optimize search operations by keeping track of the middle node
  • Improved the Find method to use concurrent search SearchConcurrently for large lists (length >= 1000)
  • Updated for switching between sequential and concurrent search for better performance with large datasets

@Iajrdev Iajrdev self-assigned this Dec 14, 2024
Copy link
Collaborator

@alipourhabibi alipourhabibi left a comment

Choose a reason for hiding this comment

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

I've noticed that the pipeline tests are failing.
The failures seem to be related to Property tests when it tries to find the inserted inputs.

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.

2 participants