Algo Linked Lists

Implement singly/doubly linked lists in Python (O(1) head/tail insert, delete, reverse) plus pointer problems like Floyd's cycle detection and merge-sorted-lists. Use for linked-list coding-interview questions.

pavel-kravchenko Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/algo-linked-lists commit d28ac63617

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/algo-linked-lists