An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with segment-tree

A curated list of projects in awesome lists tagged with segment-tree .

https://github.com/jasudev/AxisSegmentedView

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

ios macos segment segment-tree segmentation segmented segmented-controls segmented-view segmentedcontrol segmentedview segments swift swiftui tabbar tabview tvos tvos-framework tvos-library

Last synced: 27 Mar 2025

https://github.com/jasudev/axissegmentedview

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

ios macos segment segment-tree segmentation segmented segmented-controls segmented-view segmentedcontrol segmentedview segments swift swiftui tabbar tabview tvos tvos-framework tvos-library

Last synced: 21 Aug 2025

https://github.com/tinloaf/ygg

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

cpp14 data-structure interval-map interval-set interval-tree red-black-tree search-trees segment-tree weight-balanced-tree zip-tree

Last synced: 14 Aug 2025

https://github.com/ice1000/algo4j

:horse_racing: An algorithm library using java native interface

algorithm-library graph-algorithms java jni kotlin kotlin-extensions network-streams segment-tree

Last synced: 17 Mar 2025

https://github.com/lxzan/dao

Simple and high-performance data structures and algorithms library

data-structure generic hashmap heap linkedlist rbtree segment-tree trie

Last synced: 09 May 2025

https://github.com/tjkendev/segment-tree-beats

implementation of "segment tree beats"

segment-tree segment-tree-beats

Last synced: 30 Apr 2025

https://github.com/shiningflash/advance-data-structure

Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.

advance-data-structure binary-indexed-tree c-plus-plus data-structure disjoint-set lazy-propagation ordered-set queue segment-tree sqrt-decomposition stack stl trie-tree

Last synced: 25 Dec 2025

https://github.com/anmamun0/cp-problem-solving-zone

Competitive Programming Practice with C++, covering Algorithms, Problem-Solving, and Data Structures to enhance Coding Skills and Efficiency.

backtracking cpp recursion segment-tree slicing

Last synced: 19 Jun 2025

https://github.com/xkrejc70/unipi-cpc-project2

CPC - Competitive Programming and Contests - Project: Segment tree

competitive-programming segment-tree unipisa

Last synced: 16 Mar 2025

https://github.com/nxhawk/segment-tree

A segment tree is a data structure used to store information about array segments and answer segment queries efficiently. So this directory helps you better understand through basic to advanced exercises (with solutions and basic ideas)

cpp exercises learning-by-doing segment-tree tree-structure

Last synced: 01 Mar 2025

https://github.com/algerfan/data-structure

手写 Java 版数据结构,包含数组、栈、队列、链表、二叉搜索树、集合、映射、优先队列、堆、线段树、字典树、并查集、AVL、红黑树、哈希表。

array avl-tree binary-search-tree hash-table heap java-8 linkedl map priority-queue queues recursion red-black-tree segment-tree set stack trie union-find

Last synced: 28 Apr 2025

https://github.com/bigspider/segtree

A simple implementation of a segment tree for range sums.

complexity range-query range-sum segment-tree

Last synced: 20 Oct 2025

https://github.com/sohnryang/code-archive-cplusplus

My useful algorithms and data structure implementations... in C++

algorithms c-plus-plus data-structures graph-algorithms math-algorithms segment-tree treap

Last synced: 09 Sep 2025

https://github.com/stepantishhen/segmenttreejava

Семестровая работа ИТИС КФУ - Дерево Отрезков на Java

algorithms itis java segment-tree

Last synced: 07 May 2025

https://github.com/nxhawk/dsa-hcmus

Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes

algorithms avl bfs bfs-search bst-tree cpp dfs dfs-search dijkstra-algorithm dsa graph hash lca python3 redblacktree segment-tree sorting-algorithms tree tree-structure

Last synced: 27 Jun 2025

https://github.com/roy7077/segmenttree_fenwicktree

This repository includes clear explanations and practical problems related to Segment Trees and Fenwick Trees, helping you understand and use these data structures effectively.

advance-data-structure codeforces dsa dsa-algorithm fenwick-tree hackerearth leetcode problem-solving segment-tree

Last synced: 10 Mar 2025

https://github.com/everysoftware/search-trees

Applied algorithms on search trees.

avl-tree bst rope search-trees segment-tree

Last synced: 27 Nov 2025