New book: "Programming Algorithms"

Discussion of books and various other resources about Lisp
Post Reply
vindarel
Posts: 4
Joined: Tue Sep 24, 2019 8:05 am

New book: "Programming Algorithms"

Post by vindarel » Wed Jul 01, 2020 3:54 pm

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.

Post Reply