Page 1 of 1

New book: "Programming Algorithms"

Posted: Wed Jul 01, 2020 3:54 pm
by vindarel
Hello,

This new "Programming Algorithm" book is pretty great: http://vseloved.github.io/progalgs.html It was published on the author's website, it is still readable for free online, and we can buy the ebook or a hard copy.

It covers the following areas:
All the important data structures and algorithms.
Essential tools that help in the development of algorithmic code.
Real-world engineering considerations and constraints that influence the programs that use these algorithms.
Practical use cases of the applications of the algorithms to a variety of real-world problems.
The implementation of all of the above in Lisp.
We can share feedback and code here.