Skip to content

StateTree/pivoted-linked-list

Repository files navigation

#Pivoted linked-list

Double Linked List with Pivot

  1. insert happens in the position next to Pivot
  2. shiftPivot shifts pivot in the right for positive value and Shifts left for negative value from current pivot position.
  3. traverse visits each element and execute the callback

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published