Cantitate/Preț
Produs

Programming Algorithms in 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ț: 18667 lei

Preț vechi: 23333 lei
-20%

Puncte Express: 280

Preț estimativ în valută:
3298 3823$ 2876£

Carte disponibilă

Livrare economică 24 aprilie-08 mai
Livrare express 10-16 aprilie pentru 6926 lei


Specificații

ISBN-13: 9781484264270
ISBN-10: 1484264274
Pagini: 392
Ilustrații: XIII, 377 p. 26 illus.
Dimensiuni: 178 x 254 x 22 mm
Greutate: 0.74 kg
Ediția:1st edition
Editura: 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