C# Implementation of Finger Tree.
Based on the work of Dimitre Novatchev here which in turn is based on this research paper.
Planned changes:
- Update .Net version to 4.6.1 DONE
- Add project for unit tests DONE
- Cover existing code with unit tests TODO
- Switch unit tests to NUnit
- Add implementation for Interval Tree based on the paper by Ralph Hinze mentioned above.
- Add implementation for the Quad Tree based on paper http://sarielhp.org/teach/2004/a_aprx/lec/03_quadtree.pdf