Cantitate/Preț
Produs

Programming Algorithms in Lisp: Writing Efficient Programs with Examples in ANSI Common Lisp

Autor Vsevolod Domkin
en Limba Engleză Paperback – 29 ian 2021
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.
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 
Who This Book Is For Intermediate Lisp programmers wanting to do algorithms programming. A very experienced non-Lisp programmer may beable to benefit from this book as well.  

Citește tot Restrânge

Preț: 18398 lei

Preț vechi: 22997 lei
-20% Nou

Puncte Express: 276

Preț estimativ în valută:
3521 3715$ 2934£

Carte disponibilă

Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 5579 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

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:
  • 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