Use array of children for each node

This vastly simplifies the code and makes it easy to add more children
per node if that becomes useful.
1 file changed
tree: 5b88acfc3f05cad11da2cd10a2395f37cf46192d
  1. LICENSE
  2. list.go
  3. list_test.go
  4. map.go
  5. map_test.go
  6. profile.sh
  7. README.md
README.md

ps

Persistent data structures for Go. See the full package documentation

Install with

go get github.com/mndrix/ps