A pseudo difference list with constant time prepend (cons) and append (snoc). Translated to Java from http://blog.tmorris.net/posts/list-with-o1-cons-and-snoc-in-scala/index.html
mduerig/diff-list
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A pseudo difference list with constant time prepend (cons) and append (snoc). Translated to Java from http://blog.tmorris.net/posts/list-with-o1-cons-and-snoc-in-scala/index.html