File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ An interactive sorting algorithm visualizer that helps you understand how differ
5
5
[ ![ MIT License] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://choosealicense.com/licenses/mit/ )
6
6
[ ![ Live Demo] ( https://img.shields.io/badge/demo-live-blue )] ( https://1337xcode.github.io/sortingdemo )
7
7
8
- ## ✨ Features
8
+ ## Features
9
9
- ** Real-time Visualization** : Watch how each sorting algorithm manipulates data in real-time
10
10
- ** Multiple Algorithms** : Choose from various classic sorting algorithms:
11
11
- Bubble Sort
@@ -15,37 +15,28 @@ An interactive sorting algorithm visualizer that helps you understand how differ
15
15
16
16
- ** Educational Tool** : Perfect for learning and understanding sorting algorithms
17
17
18
- ## 🚀 Getting Started
18
+ ## Getting Started
19
19
1 . Visit [ SortingDemo] ( https://1337xcode.github.io/sortingdemo )
20
20
2 . Select your desired sorting algorithm
21
21
3 . Set the array values manually if needed
22
22
4 . Click 'Start' to begin the visualization
23
23
24
- ## 🛠️ Development
24
+ ## Development
25
25
``` bash
26
26
# Clone the repository
27
27
git clone https://github.com/1337Xcode/sortingdemo.git
28
28
29
29
# Navigate to the project directory
30
30
cd sortingdemo
31
-
32
- # Install dependencies
33
- npm install
34
-
35
- # Start the development server
36
- npm start
37
31
```
38
32
39
- ## 📝 License
33
+ ## License
40
34
This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
41
35
42
- ## Credits
43
- - Inspired by [ sorting-visualizer] ( https://github.com/stoicaandrei/sorting-visualizer )
44
-
45
- ## 🔗 Links
36
+ ## Links
46
37
- [ Live Demo] ( https://1337xcode.github.io/sortingdemo )
47
38
- [ Report Bug] ( https://github.com/1337Xcode/sortingdemo/issues )
48
39
- [ Request Feature] ( https://github.com/1337Xcode/sortingdemo/issues )
49
40
50
41
---
51
- Made with ❤️ by [ 1337XCode] ( https://github.com/1337Xcode )
42
+ ~ Inspired by [ sorting-visualizer ] ( https://github.com/stoicaandrei/sorting-visualizer ) & Made with ❤️ by [ 1337XCode] ( https://github.com/1337Xcode ) ~
You can’t perform that action at this time.
0 commit comments