ClojureBridge/curriculum

Diagrams for data structures

Closed this issue · 1 comments

In the "Data Structures" section, there's a diagram for lists:

linked-list

It would be ideal if we had diagrams like this for all of the data structures.

@kpfell What would the diagrams look like? I know what the list one should be because it's in every Lisp book ever. Vectors, maps, and sets escape me, though.