Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 241 Bytes
  • bit.h
    • a simple binary indexed tree template
    • change N and vector template parameter in main for other tests
    • construct time complexity O(nlogn)
    • add value at certern position: O(logn)
    • query range sum: O(logn)