TheAlgorithms-C-Plus-Plus/range_queries
matgrz1993 d9fc878962
fix: Remove FenwickTree (#856)
* Remove FenwickTree

FenwickTree is the same Data Structure as Binary Indexed Tree located in file "range_queries/bit.cpp" so it could be removed.

* Fix cpplint errors

* docs: Update documentation

* docs: Update FenwickTree documentation

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-22 01:11:08 +05:30
..
fenwick_tree.cpp fix: Remove FenwickTree (#856) 2020-06-22 01:11:08 +05:30
mo.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
segtree.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30