Skip to content

Commit 265d67b

Browse files
committed
Add English translations for part 1 intro
1 parent 801ceb4 commit 265d67b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

en/part_i_basics/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# 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

Comments
 (0)