Skip to content

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