Skip to content

Commit 7ef04b5

Browse files
Update README.md
1 parent a7092a0 commit 7ef04b5

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
# DSA_Visualizer
1+
# DSA_Visualizer
2+
3+
## Title : V-Learn - Visualizing Data Structures and Algorithms through Animations
4+
5+
<p>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.</p>
6+
7+
## What Concepts of Data Structure we cover in project :
8+
9+
### Data Structures
10+
1. Stack
11+
2. Queue
12+
3.Singly LinkedList
13+
4. Doubly LinkedList
14+
15+
### Sorting Algorithms
16+
5. Bubble Sort
17+
6. Merge Sort
18+
7. Quick Sort
19+
8. Insertion Sort
20+
9. Selection Sort
21+
22+
### Expression Conversion Algorithms
23+
10. infix to prefix , prefix to infix
24+
11. infix to postfix , postfix to infix
25+
12. prefix to postfix , postfix to prefix
26+
27+
## Aim of Project :
28+
29+
This project promotes E-learning.
30+
1. To make it the easy job of teachers to teach data structure concepts.
31+
2. To increase the understanding level of students in data structure concepts.
32+
3. To increase the interest of students in data structure learning.
33+
34+
35+
Skills: JavaScript · Animation Design · Front-End Development · HTML5 · Data Structures · Cascading Style Sheets (CSS)

0 commit comments

Comments
 (0)