segment-tree topic

List segment-tree repositories

algo4j

67
Stars
12
Forks
Watchers

:horse_racing: An algorithm library using java native interface

DEPRECATED-data-structures

2.8k
Stars
1.3k
Forks
Watchers

A collection of powerful data structures

Competitive-Programming-Repository

432
Stars
154
Forks
Watchers

Competitive Programming templates that I used during the past few years.

Data-Structures-and-Algorithms

239
Stars
90
Forks
Watchers

Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dyn...

AxisSegmentedView

174
Stars
14
Forks
Watchers

A library that allows you to easily create various styles of segmented views. Supports iOS, macOS and tvOS.

ygg

119
Stars
18
Forks
Watchers

An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!

Java-Competitive-Programming

103
Stars
27
Forks
Watchers

I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger ha...

Algorithm-Implementation

19
Stars
6
Forks
Watchers

This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.