abdonkov / DSA

Data structures and algorithms in C#
MIT License
687 stars 115 forks source link

Make HashedArrayTree expose IList #2

Closed ndrwrbgs closed 6 years ago

ndrwrbgs commented 6 years ago

The implementation already mostly exposes IList, so exposing the interface seems natural.

Future work: