Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp
Autor Vsevolod Domkinen Limba Engleză Paperback – 29 ian 2021
Programming Algorithms in Lisp shows real-world engineering considerations and constraints that influence the programs that use these algorithms. It includes practical use cases of the applications of the algorithms to a variety of real-world problems.
What You Will Learn
- Program algorithms using the Lisp programming language
- Work with data structures, arrays, key-values, hash-tables, trees, graphs, and more
- Use dynamic programming
- Program using strings
- Work with approximations and compression
Preț: 183.98 lei
Preț vechi: 229.97 lei
-20% Nou
Puncte Express: 276
Preț estimativ în valută:
35.21€ • 37.15$ • 29.34£
35.21€ • 37.15$ • 29.34£
Carte disponibilă
Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 55.79 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484264270
ISBN-10: 1484264274
Pagini: 377
Ilustrații: XIII, 377 p. 26 illus.
Dimensiuni: 178 x 254 x 32 mm
Greutate: 0.68 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484264274
Pagini: 377
Ilustrații: XIII, 377 p. 26 illus.
Dimensiuni: 178 x 254 x 32 mm
Greutate: 0.68 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1: Introduction.- 2: Algorithmic Complexity.- 3: A Crash Course in Lisp.- 4: Essential Data Structures.- 5: Arrays.- 6: Linked Lists.- 7: Key-Values.- 8: Derivative Data Structures.- 9: Trees.- 10: Graphs.- 11: Strings.- 12: Selected Algorithms.- 13: Approximation.- 14: Compression.- 15: Synchronization.- Afterword.
Notă biografică
Vsevolod Domkin from Kyiv, Ukraine is a Lisp programmer and enthusiast, a natural language processing researcher, an occasional writer/blogger, and a teacher.
Textul de pe ultima copertă
Master algorithms programming using Lisp, including the most important data structures and algorithms. This book also covers the essential tools that help in the development of algorithmic code to give you all you need to enhance your code.
Programming Algorithms in Lisp shows real-world engineering considerations and constraints that influence the programs that use these algorithms. It includes practical use cases of the applications of the algorithms to a variety of real-world problems.
You will:
Programming Algorithms in Lisp shows real-world engineering considerations and constraints that influence the programs that use these algorithms. It includes practical use cases of the applications of the algorithms to a variety of real-world problems.
You will:
- Program algorithms using the Lisp programming language
- Work with data structures, arrays, key-values, hash-tables, trees, graphs, and more
- Use dynamic programming
- Program using strings
- Work with approximations and compression
Caracteristici
The first book on Common Lisp algorithms programming Includes practical use cases of the applications of the algorithms to a variety of real-world problems Shows real-world engineering considerations and constraints