Loading…

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

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Domkin, Vsevolod (Author)
Format: Electronic eBook
Language:Inglés
Published: [Berkeley, California] : Apress, [2021]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.