atulep / data-structures

cool data structures that I wanted to learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

cool data structures that I wanted to learn

License:MIT License


Languages

Language:C++ 77.6%Language:Makefile 21.8%Language:Shell 0.5%