[Binary Indexed Tree](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/range_queries/bit.cpp) and [Fenwick Tree](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/range_queries/FenwickTree.cpp) is essentially same Data Structure. Remove any one of them please.