Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.6 KB

README.md

File metadata and controls

44 lines (27 loc) · 2.6 KB

Visualize-DS

Visualize Data Structure is an Android Application aiming to simplify the learning of the Data Structure Algorithm.

  • Visualize DS provides a theory section and a Visualize section of the search Algorithm.
    • Each Theory section of the Algorithm contains Theory + Algorithm + Code + Time Complexity of that particular Data Structure Algorithm.
    • Each Visualize section of the Algorithm dynamically generates a (User Interface) / (Pictorial representation) using the user-given inputs and the selected Algorithm.

# Screenshots

  • HomePage

  • Array Topic

  • Linked List Topic

  • Doubly Linked List Topic

  • Binary Search Tree Topic

  • Theory Section Template

I am working on implementing more algorithms and data structures.