Get the latest tech news
Common Data Structures in Common Lisp
ked about building data structures with examples in Common Lisp on the Lisp Discord. I thought, how fun.
We're going to cover creating three different types of data structures in Common Lisp: linked lists, growable vectors, and hash tables. I know that might be a tall glass of water, but I'm covering knowledge from my whole CS 235 class over ten years after I attended said class in one blog post in Common Lisp and trying to write it in a single Saturday morning, so I'mma need your help here. Linear time (where n is the number of conses) to grow and traverse the items a list or tree.
Or read this on Hacker News