Lisp, the Universe and Everything
2019-11-20
Programming Algorithms: Strings
›
This is a snippet of the "Srings" chapter of the book. It may not be immediately obvious why the whole chapter is dedicated to s...
1 comment:
2019-10-25
Programmatically Drawing Simple Graphviz Graphs
›
For my book , I had to draw a number of graphs. Obviously, I wanted to have a programmatic way to do that, and Graphviz is the goto-library ...
2019-10-24
Programming Algorithms: Graphs
›
This is a snippet of the "Graphs" chapter of the book. Graphs have already been mentioned several times, in the book, in quite d...
2019-09-28
Programming Algorithms: Trees
›
This is a snippet of the "Trees" chapter of the book. Couldn't resist adding this xkcd Balancing a binary tree is the in...
2019-09-11
Programming Algorithms: Hash-Tables
›
This is a snippet of the "Hash-Tables" chapter of the book. Now, we can move on to studying advanced data structures which are...
2019-08-30
Programming Algorithms: Key-Values
›
This is a snippet of the "Key-Values" chapter of the book. To conclude the description of essential data structures, we need to ...
2019-08-29
RUTILS 5.0 and Tutorial
›
RUTILS is my take on the Lisp "modernization" effort that adds the missing syntactic and data structure pieces, which became prov...
2019-08-19
Programming Algorithms: Linked Lists
›
This is a snippet of the "Lists" chapter of the book. Linked data structures are in many ways the opposite of the contiguous one...
2019-08-12
Programming Algorithms: Arrays
›
This is a snippet of the "Arrays" chapter of the book. Arrays are, alongside structs, the most basic data structure and, at t...
2019-08-05
Programming Algorithms: Data Structures
›
The next several chapters will be describing the basic data structures that every programming language provides, their usage, and the most i...
‹
›
Home
View web version