-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
It would be very nice to provide some basic usage examples. While using the library (which is very good and solved my tasks) I was confused by multiple things:
Addbehavior (already reported in Allow for duplicate coordinates #4 and Inserted values are ignored if inserted with the same key #5).- Whether I need to call
Balance()at all. - That I should declare my own instance for
TypeMath<T>and whether I need toRegisterit or pass toKdTreeconstructor or both.
veraciousnottaken and pjsgsy