From ce352c38f06e17dc9e12c23ae618228beea18425 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Fri, 20 Apr 2018 16:49:37 +0300 Subject: [PATCH] Add a book about Geometry Algorithms by Dan Sunday (#2804) * Add a book about Geometry Algorithms by Dan Sunday * remove / from url to satisfy linter --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 68c1832f..d5ad97da 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -294,6 +294,7 @@ * [Data Structures Succinctly Part 2, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2) (PDF, Kindle) *(Just fill the fields with any values)* * [Elementary Algorithms](https://github.com/liuxinyu95/AlgoXY) - Larry LIU Xinyu * [Foundations of Computer Science](http://infolab.stanford.edu/~ullman/focs.html) - Al Aho and Jeff Ullman +* [Geometry Algorithms](http://geomalgorithms.com) - Dan Sunday * [Handbook of Graph Drawing and Visualization](https://cs.brown.edu/~rt/gdhandbook/) * [Lectures Notes on Algorithm Analysis and Computational Complexity (Fourth Edition)](https://larc.unt.edu/ian/books/free/license.html) - Ian Parberry (use form at bottom of license) * [LEDA: A Platform for Combinatorial and Geometric Computing](http://people.mpi-inf.mpg.de/~mehlhorn/LEDAbook.html) - K. Mehlhorn et al. -- GitLab