Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 670 Bytes

File metadata and controls

15 lines (11 loc) · 670 Bytes

Animated Data Structures

This is a web project that shows you how some data structures such as stacks linked, lists and queues work using animations with javascript.
Try it out! https://animated-data-structures.netlify.app/index.html

##Preview Click the image:

Stack: stack.png

Queue: queue.png

Linked List: list.png