C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

feat : add fenwick tree 2D data structure, struct fenwick2D

Open zyrch opened this issue 5 years ago • 5 comments

Description of Change

Checklist

  • [x] Added description of change
  • [x] Added file name matches File name guidelines
  • [x] Added tests and example, test must pass
  • [x] Added documentation so that the program is self-explanatory and educational - Doxygen guidelines
  • [x] Relevant documentation/comments is changed or added
  • [x] PR title follows semantic commit guidelines
  • [x] Search previous suggestions before making a new one, as yours may be a duplicate.
  • [x] I acknowledge that all my contributions will be made under the project's license.

Notes:

zyrch avatar Oct 08 '20 17:10 zyrch

Review existing code and standards: https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/range_queries/fenwick_tree.cpp image

kvedala avatar Oct 08 '20 21:10 kvedala

Changes have been made.

zyrch avatar Oct 09 '20 10:10 zyrch

code looks fine but documentation is not up to standard

ayaankhan98 avatar Oct 12 '20 06:10 ayaankhan98

changes have been made in the documentation

zyrch avatar Oct 13 '20 16:10 zyrch

this seems to be stale

realstealthninja avatar Apr 25 '23 14:04 realstealthninja