segment-tree
There are 184 repositories under segment-tree topic.
williamfiset/DEPRECATED-data-structures
A collection of powerful data structures
dragonslayerx/Competitive-Programming-Repository
Competitive Programming templates that I used during the past few years.
amitbansal7/Data-Structures-and-Algorithms
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, Dynamic Programming, Segment Trees etc.
nisarg0/Algorithm-Implementation
This is our effort to collect the best implementations to tough algorithms. All codes are written in c++.
jasudev/AxisSegmentedView
A library that allows you to easily create various styles of segmented views. Supports iOS, macOS and tvOS.
tinloaf/ygg
An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!
joney000/Java-Competitive-Programming
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 hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...
tr0j4n034/SPOJ
SPOJ solutions (user: mahmud2690)
ice1000/algo4j
:horse_racing: An algorithm library using java native interface
ekzhang/library
Advanced algorithm and data structure library in C++
lxzan/dao
Simple and high-performance data structures and algorithms library
jermp/mutable_rank_select
A SIMD-based C++ library providing rank/select queries over mutable bitmaps.
IvanPinezhaninov/IntervalTree
A red-black self-balancing interval tree
jermp/psds
Efficient Prefix-Sum data structures in C++.
havelessbemore/dastal
Data structures & algorithms implementations in TypeScript
wargraver/Competitive-Programming
This repo conatins the code of the problems practised by me on Codeforces,Codedchef,Leetcode,Geeks For Geeks
karygauss03/Leetcode-Solutions
My Leetcode Solutions
harrypotter0/competitive-programming
Competitive Programming Journey
KHvic/algorithms
Advance algorithm implementations
ManiNandadeep/DSA
Data Structures and Algorithms
prashant-raghu/Algorithms-Data-Structures
Implementations of Fundamental Algorithms & Data Structures in C++.
XDoodler/Algorithms
This repository contains algorithms. <3
dignipy/dignipy
Various data structure implementations in Python
sumeetshirgure/DynamicPlanarHull
C++ implementations of real time dynamic planar convex hull construction algorithms.
supperchong/algm
A fast algorithm library for JavaScript/TypeScript.
12tarun/Spoj-Solutions
This repository contains solutions of various classical problems on SPOJ.
cannor147/itmo-algo
Algorithms and Data Structures course at ITMO University
tjkendev/segment-tree-beats
implementation of "segment tree beats"
kohei-us/mdds
Actively maintained on https://gitlab.com/mdds/mdds instead. This one is just a mirror.
shiningflash/Advance-Data-Structure
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
paras2411/Algorithms
Algorithms useful for CS graduates