https://github.com/ovuiproduction/data-structure-and-algorithm-simulation
https://github.com/ovuiproduction/data-structure-and-algorithm-simulation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ovuiproduction/data-structure-and-algorithm-simulation
- Owner: ovuiproduction
- Created: 2023-06-12T14:51:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T20:22:59.000Z (4 months ago)
- Last Synced: 2025-02-19T21:26:09.468Z (4 months ago)
- Language: CSS
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSA_Visualizer
## Title : V-Learn - Visualizing Data Structures and Algorithms through Animations
This project addresses the inherent challenges students face in comprehending data structures and algorithms, pivotal concepts in computer science and information technology. Recognizing the difficulties students encounter in learning and grasping these fundamental principles, our focus is on developing an innovative tool that leverages user-interactive animations. Unlike existing online tools that offer prebuilt animations, our approach aims to enhance understanding by providing step-by-step visualizations of data structure and algorithm operations.
## The Concepts of Data Structure covered in project
### Data Structures
1. Stack
2. Queue
3. Singly LinkedList
4. Doubly LinkedList### Sorting Algorithms
5. Bubble Sort
6. Merge Sort
7. Quick Sort
8. Insertion Sort
9. Selection Sort### Expression Conversion Algorithms
10. infix to prefix , prefix to infix
11. infix to postfix , postfix to infix
12. prefix to postfix , postfix to prefix## Aim of Project
This project promotes E-learning.
1. To make it the easy job of teachers to teach data structure concepts.
2. To increase the understanding level of students in data structure concepts.
3. To increase the interest of students in data structure learning.Skills: JavaScript · Animation Design · Front-End Development · HTML5 · Data Structures · Cascading Style Sheets (CSS)