File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ The summary of **Data Structures and Algorithms** plus **Interview steps** from
6
6
I’ve included the code for each concept in Python in the code folder. I would
7
7
suggest to implement short codes for your projects or coding interviews.
8
8
9
- I highly recommend the following materials by the order of importance:
10
-
11
- 1 . [ Udacity nano degree: Data Structures and
12
- Algorithms] ( https://www.udacity.com/course/data-structures-and-algorithms-nanodegree--nd256 )
13
-
14
- 2 . Youtube playlist
15
-
16
- 3 . Data Structure in C book
17
-
18
- 4 . CLRS book [ If you are an academic] .
9
+ These notes are currently used to refresh your knowledge and showcase the important part of each domain.
10
+ I highly recommend the following materials by the ordered by importance:
11
+
12
+ - [ Udacity nano degree: Data Structures and
13
+ Algorithms] ( https://www.udacity.com/course/data-structures-and-algorithms-nanodegree--nd256 ) 3
14
+ - [ Data Structures And Algorithmic Thinking With Python] ( https://www.amazon.com/Data-Structure-Algorithmic-Thinking-Python/dp/8192107590 )
15
+ - [ Youtube playlist] ( https://www.youtube.com/watch?v=0IAPZzGSbME&list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O ) [ If you are a begineer]
16
+ - [ CLRS book] ( https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844 ) [ If you are an academic] .
19
17
20
18
TLDR Objectives: Understanding of various types of techniques for algorithms
21
19
design and (run time) analysis in detail. Also, a gentle introduction to several
You can’t perform that action at this time.
0 commit comments