We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ceb4 commit 265d67bCopy full SHA for 265d67b
en/part_i_basics/README.md
@@ -1 +1,12 @@
1
# Part I - Basics
2
+
3
+The first part summarizes some of the main aspects of data structures and
4
+algorithms, such as implementation and usage.
5
6
+This chapter consists of the following sections.
7
8
+## Reference
9
10
+- [VisuAlgo](http://visualgo.net/) - Animated visualizations of data structures and algorithms
11
+- [Data Structure Visualizations](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) - An alternative to VisuAlgo
12
+- [Sorting Algorithms](https://www.toptal.com/developers/sorting-algorithms/) - Animations comparing various sorting algorithms
0 commit comments