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:
We can share feedback and code here.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.