Vishal1003 / Algorithms

🎓 Important Algorithms and their implementations
MIT License
33 stars 99 forks source link

Fenwick tree Algo added #95

Closed arnabsen1729 closed 4 years ago

arnabsen1729 commented 4 years ago

Fenwick Tree (also known as BIT) algorithm added

arnabsen1729 commented 4 years ago

@Vishal1003 sorry I just updated the README.md with a short description of the Fenwick Tree.