moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

Added Binary Indexed Tree #2 #11

Closed omjego closed 6 years ago

omjego commented 6 years ago

Hey I've just added Binary Indexed Tree with restriction on allowed data types(integer or char data types strictly) due to its use case. Though we can still make it work for other data types by overloading + operator.