Skip to content

Commit 92a8063

Browse files
Edited README
1 parent 3e9ea98 commit 92a8063

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
This project is meant to be a tutorial for Clement Mihailescu's [Sorting Visualizer project](https://github.com/clementmihailescu/Sorting-Visualizer).
2+
3+
Everything related to the tutorial (i.e., all the code that I, Clement, wrote) is located under /src/SortingVisualizer and /src/sortingAlgorithms. The SortingVisualizer component is imported and rendered in App.js.
4+
5+
If you want to work off of this base to create your own Sorting Visualizer, feel free to fork this project or to just copy-paste code. Also, subscribe to my [YouTube channel](https://www.youtube.com/channel/UCaO6VoaYJv4kS-TQO_M-N_g) if you haven't already, and smash the like button on all my videos. Oh, and check out [AlgoExpert](https://www.algoexpert.io/product) if you're preparing for coding interviews.
6+
7+
Everything below this line was automatically generated by Create React App.
8+
19
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
210

311
## Available Scripts

0 commit comments

Comments
 (0)