Data Structures & Algorithm Analysis Published by VT Virginia Tech and Written By Clifford A. Shaffer

From here you can find two PDF versions of book, i.e Data structures and Algorithms Analysis (Java Version) and Data Structures and Algorithms Analysis (C++ Version). Both these books are written by Clifford A. Shaffer and is published n VT Virginia Tech.

In both text books topics included are Preliminaries, fundamental data structures, sorting and searching, advanced data structures, theory of algorithms, etc.

Data structures and Algorithms Analysis (Java Version)
Read Online/Download

Data Structures and Algorithms Analysis (C++ Version)
Read Online/Download

Skiena's Algorithms Lectures Published by Stony Brook University Written By Steven Skiena

Skiena's Algorithms is a Lecture notes about data structures and algorithms which is published by Stony Brook University and is written By Steven Skiena. This Lecture notes are of video lecturers, audio lectures and PDF notes. Topic covered in this data structures and algorithms lecturer notes are

1 Introduction to Algorithms
2 Asymptotic Notation
3 Modeling / Logarithms
4 Elementary Data Structures
5 Dictionary data structures / Trees
6 Sorting
7 Heapsort/Priority Queues
8 Quicksort
9 Linear Sorting
10 Graph Data Structures
11 Breadth/Depth-First Search
12 Topological Sort / Connectivity
13 Minimum Spanning Trees
14 Shortest Path
15 All-Pairs Shortest Paths
16 Combinatorial Search
17 Program optimization
18 Introduction to Dynamic Programming
19 Examples of Dynamic Programming
20 Introduction to NP-completeness
21 Reductions
22 More Reductions
23 Cook's Theorem / Harder Reduction
24 The NP-completeness challenge
25 Approximation Algorithms
26 Heuristic Methods
Read Online/Download

Lecture Notes on Introduction to Algorithms Published by Duke Computer Science

This is both PS and PDF version of Lecture notes on Introduction to Algorithms Published by Duke Computer Science. Topics including  Introduction to Algorithms, Asymptotic Analysis, Recurrence Equations, Sorting Algorithms, Search Trees, Randomized Algorithms and Quicksort, Selection Algorithms, Number Theory and Cryptography.

Popular Posts