Chargement en cours…

Programming algorithms in Lisp : writing efficient programs with examples in ANSI Common Lisp /

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...

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Domkin, Vsevolod (Auteur)
Format: Électronique eBook
Langue:Inglés
Publié: [Berkeley, California] : Apress, [2021]
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • 1: Introduction
  • 2: Algorithmic Complexity
  • 3: A Crash Course in Lisp
  • 4: Data Structures
  • 5: Arrays
  • 6: Linked Lists
  • 7: Key-Values
  • 8: Hash-Tables
  • 9: Trees
  • 10: Graphs
  • 11: Strings
  • 12: Dynamic Programming
  • 13: Approximation
  • 14: Compression
  • 15: Synchronization
  • Afterword.