/data-structures

cool data structures that I wanted to learn

Primary LanguageC++MIT LicenseMIT

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