Skip to content

Commit c90fa48

Browse files
Update README.md
1 parent 6916777 commit c90fa48

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# DSA Visualizer
1+
# V - Learn : The Visual Learning
22

33
### [Live Demo](https://ovuiproduction.github.io/Data-Structure-and-Algorithm-Simulation/)
44

5-
## Title : V-Learn - Visualizing Data Structures and Algorithms through Animations
5+
## V-Learn - Visualizing Data Structures and Algorithms through Animations
66

77
<p style="text-align:justify">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>
88

@@ -15,16 +15,22 @@
1515
4. Doubly LinkedList
1616

1717
### Sorting Algorithms
18-
5. Bubble Sort
19-
6. Merge Sort
20-
7. Quick Sort
21-
8. Insertion Sort
22-
9. Selection Sort
18+
1. Merge Sort
19+
2. Quick Sort
2320

2421
### Expression Conversion Algorithms
25-
10. infix to prefix , prefix to infix
26-
11. infix to postfix , postfix to infix
27-
12. prefix to postfix , postfix to prefix
22+
1. infix to prefix
23+
2. infix to postfix
24+
3. postfix to infix
25+
4. prefix to postfix
26+
27+
### Encryption Algorithms
28+
1. Ceasar Cipher
29+
2. DES Encryption
30+
3. DES Decryption
31+
32+
## Code AI - The chat bot
33+
- AI chat bot for solving all type of DSA queries.
2834

2935
## Aim of Project
3036

0 commit comments

Comments
 (0)