You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff 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
+
1
9
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
0 commit comments