forked from vicky002/AlgoWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Algorithms and Data Structure pdf books updated!
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Algorithms And Data Structures | ||
============================ | ||
* [A Field Guide To Genetic Programming](http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html) | ||
* [A Field Guide To Genetic Programming](http://dces.essex.ac.uk/staff/rpoli/gp-field-guide/toc.html) | ||
* [Algorithmic Graph Theory](http://code.google.com/p/graphbook/) | ||
* [Algorithms, 4th Edition Robert Sedgewick and Kevin Wayne](http://algs4.cs.princeton.edu/home/) | ||
* [Algorithms and Automatic Computing Machines (1963)B. A. Trakhtenbrot](https://archive.org/details/Algorithms_And_Automatic_Computing_Machines) | ||
* [Algorithms and Complexity(book)(PDF)](http://www.math.upenn.edu/~wilf/AlgoComp.pdf) | ||
* [Algorithms and Data-Structures](http://www.ethoberon.ethz.ch/WirthPubl/AD.pdf) | ||
* [Algorithms Course Materials eff Erickson](http://compgeom.cs.uiuc.edu/~jeffe/teaching/algorithms/) | ||
* [Binary Trees(PDF)](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) | ||
* [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.html) | ||
* [Data Structures and Algorithms: Annotated Reference with Examples](https://drive.google.com/file/d/0B48k2jhdQ5P2aVlmMFB1UUJLczA/edit?usp=sharing") | ||
* [Data Structures Succinctly Part 1, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1") | ||
* [Data Structures Succinctly Part 2, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2") | ||
* [Elementary Algorithms](https://github.com/liuxinyu95/AlgoXY") | ||
* [Foundations of Computer Science- Al Aho and Jeff Ullman](http://infolab.stanford.edu/~ullman/focs.html) | ||
* [Open Data Structures: An Introduction- Pat Morin](http://www.aupress.ca/index.php/books/120226) | ||
* [LEDA: A Platform for Combinatorial and Geometric Computing](http://www.mpi-inf.mpg.de/~mehlhorn/LEDAbook.html) | ||
* [Lectures Notes on Algorithm Analysis and Computational Complexity (Fourth Edition) University of North Texas (PDF)](http://larc.unt.edu/ian/books/free/lnoa.pdf) | ||
* [Linked List Basics (PDF)](http://cslibrary.stanford.edu/103/LinkedListBasics.pdf) | ||
* [Linked List Problems (PDF)](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) | ||
* [Planning Algorithms](http://planning.cs.uiuc.edu/) | ||
* [Problems on Algorithms (Second Edition)](http://larc.unt.edu/ian/books/free/poa.pdf) | ||
* [Programming Pearls](http://www.cs.bell-labs.com/cm/cs/pearls/) | ||
* [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) | ||
* [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) | ||
* [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) | ||
* [The Algorithm Design Manual](http://www8.cs.umu.se/kurser/TDBAfl/VT06/algorithms/BOOK/BOOK/BOOK.HTM) | ||
* [The Art of Computer Programming(fascicles, mostly volume 4) - Donald Knuth](http://www.cs.utsa.edu/~wagner/knuth) | ||
* [The Design of Approximation Algorithms(PDF)](http://www.designofapproxalgs.com/book.pdf) | ||
* [The Great Tree List Recursion Problem (PDF)](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) |