Skip to content

Commit

Permalink
Algorithms and Data Structure pdf books updated!
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky002 committed Nov 28, 2014
1 parent c10493b commit 35ba2bc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Free-Books/Algorithms-Data_Structures.md
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)

0 comments on commit 35ba2bc

Please sign in to comment.