Open chenhg5 opened 5 years ago
参考项目 https://github.com/Workiva/go-datastructures
一个好的思路:
https://io-meter.com/2016/09/15/functional-go-implement-vector-trie/ https://hackernoon.com/how-immutable-data-structures-e-g-immutable-js-are-optimized-using-structural-sharing-e4424a866d56
https://github.com/shanzi/algo-ds/blob/master/vector_trie/list.go
https://github.com/dt-fe/weekly/issues/14