Skip to content

DSA Visualization is a project on data structures and algorithms. In this project all points of data structures and algorithms like as working approach, properties, operations, applications, advantages and disadvantages are well explained and visualize the operations for better understanding.

raj-rathod/DSA-visualisation-in-angular

Repository files navigation

GitHub Repo stars GitHub forks GitHub watchers GitHub contributors GitHub issues

Data structure and algorithms visualization Tweet

DSA Visualization is a project on data structures and algorithms. In this project all points of data structures and algorithms like as working approach, properties, operations, applications, advantages and disadvantages are well explained and visualize the operations for better understanding.

Visualization  is the better way to understand of the things

If you like this project, please leave me a star.

Table of Contents

graph TD;
    DSA-Visualization-->Data-Structure;
    DSA-Visualization-->Algorithms;
    Data-Structure-->Linear;
    Data-Structure-->Non-linear;
    Linear-->Array;
    Linear-->Stack;
    Linear-->Queue;
    Linear-->Linked-List;
    Non-linear-->Tree;
    Non-linear-->Graph;
    Non-linear-->Trie;
    Non-linear-->Hash-Table;
    Algorithms-->Sorting;
    Algorithms-->Searching;
    Algorithms-->Divide-And-Conquer;
    Algorithms-->Recursive;
    Algorithms-->Dynamic-Programming;
    Algorithms-->Greedy;
    Algorithms-->Backtracking;
    Algorithms-->Hashing; 
  • Data Structures

  • Algorithms

    • Sorting
    • Searching
      • Linear Search
      • Binary Search
      • Jump Search
      • Interpolation Search
      • Exponential Search
      • Fibonacci Search
    • Divide and Conquer
      • Merge Sort
      • Quick Sort
      • Strassen's Algorithm
      • Closest Pair of Points
      • Karatsuba Algorithm
    • Recursive
    • Dynamic Programming
    • Greedy
    • Backtracking
    • Hashing
    • Randomized

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please read the Contribute guide

Connect with me ~Rajesh Rathore

Linkedin Badge Website Badge Twitter Badge Instagram Badge

Do star, fork and share the repo to show your support, it would help others too!

Let me know your views or any changes or improvements or contribute to make better for others

❤️ Thank you all for Forking this repository and contribute ❤️