From 5ae4cfdced66b955d6453aeedabe635c83866d54 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 13:00:31 -0700 Subject: [PATCH] Added some Algorithm Books --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1ec4829..ae908e78 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -123,6 +123,9 @@ * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) * [Open Data Structures](http://opendatastructures.org/) * [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) +* [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.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) ####Operating systems * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) -- GitLab