Skip to content

ruiwu-bupt/oj-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages