Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 249 Bytes

Overview

Contains custom implementation of interesting data structures. Written in a library format.

Index

  • segment tree is a cool data structure that allows fast update & query on segments of an array.

Dependencies

  • googletest
  • cmake