From 79a1f6f480f0028a9455cdd9db7971abddce3b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Tue, 15 Oct 2013 23:21:05 -0300 Subject: [PATCH] fix link --- free-programming-books.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 97bd8ab7..b0bb3c5e 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -138,12 +138,10 @@ * [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) * [Programming Pearls](http://cs.bell-labs.com/cm/cs/pearls/) * [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) -* [Sequential and parallel sorting algorithms](http://ww -* -* w.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) +* [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) -####Theoretical Computer Science +####TheoreticalC omputer Science * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) * [Programming Languages: Application and Interpretation](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/) * [Introduction to Computing](http://www.computingbook.org/) -- GitLab