Algo Stacks Queues

Implement Stack (LIFO)/Queue (FIFO) in Python (array, linked-list, two-stack) with O(1) ops; validate balanced brackets/RNA dot-bracket notation. Use for stack/queue from scratch, backing BFS/DFS, or checking parens.

pavel-kravchenko Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/algo-stacks-queues commit ec63864b80

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/algo-stacks-queues