KO
|
EN
gitlite — search
Search
#python
#javascript
#game
#ruby
#c-sharp
#go
#golang
#ios
#qt
#php
#java
#c-plus-plus
algorithms-notes
★ 13
Open GitHub ↗
Notes of Algorithms Learning
Download README (.md)
Explore Similar Repositories
sort
:
Highly-optimized sorting implemention in C++, including insertsort, shellsort, heapsort, quicksort, mergesort, timsort
Data-Structures-and-Algorithms-in-C
:
Data structures implemented in C
PixelSorting
:
Pixel Sorting visualization using different methods for Processing 3
coursera-dsa
:
Some solutions for Data Structures and Algorithms Specialization at Coursera.
heapsort.io
:
A socially-curated collection of web development & programming resources
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
algorithms-notes
?
Download (.md)
# Notes of Algorithms - [Notes of Algorithms, Part I](part-I/readme.md) - [Notes of Algorithms, Part II](part-II/readme.md) The notes are taken from the *Algorithms* course on Coursera ([Part I](https://www.coursera.org/learn/algorithms-part1), [Part II](https://www.coursera.org/learn/algorithms-part2)). > This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms. Resources link: - [Algorithms, 4th Edition](https://algs4.cs.princeton.edu/home/) - [Lecture PPT](https://algs4.cs.princeton.edu/lectures/) - [Introduction to Algorithms](https://ocw.mit.edu/courses/6-006-introduction-to-algorithms-fall-2011/) (MIT Open Course)