ProAlgos / ProAlgos-Cpp

C++ implementations of well-known (and some rare) algorithms, while following good software development practices
MIT License
507 stars 363 forks source link

Fixed typos errors in Fenwick tree comments #393

Closed PhysicsUofRAUI closed 3 years ago

PhysicsUofRAUI commented 3 years ago
PhysicsUofRAUI commented 3 years ago

I made some pretty embarrassing syntax errors in the Fenwick tree usage section. I found them when I started the binary search tree documentation

alxmjo commented 3 years ago

Depends on how you define embarrassing. 😉 Merged!