Ecosyste.ms: Awesome
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/williamfiset/deprecated-data-structures
A collection of powerful data structures
balanced-tree binarytree data-structures disjoint-set fenwick graph hash-table heap java linkedlist priority-queue queue segment-tree segmenttree stack suffixarray suffixtree trie union-find unionfind
Last synced: 20 Dec 2024
https://github.com/dragonslayerx/Competitive-Programming-Repository
Competitive Programming templates that I used during the past few years.
algorithms algorithms-implemented bellman-ford-algorithm biginteger bipartite-graphs competitive-programming data-structures dijkstra disjoint-sets dynamic-programming fft floyd-warshall graphs hashing lca matching matrix-exponentiation recurrence segment-tree string
Last synced: 08 Nov 2024
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: 20 Dec 2024
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: 30 Oct 2024
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: 15 Dec 2024
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: 27 Oct 2024
https://github.com/ekzhang/library
Advanced algorithm and data structure library in C++
aho-corasick algorithms-and-data-structures code-library competitive-programming cplusplus dynamic-programming fenwick-tree graph-algorithms lazy-propagation max-flow segment-tree splay-tree suffix-array treap
Last synced: 28 Oct 2024
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: 18 Nov 2024
https://github.com/ivanpinezhaninov/intervaltree
A red-black self-balancing interval tree
balanced-tree balanced-trees cplusplus cplusplus-11 cpp cpp11 header-only interval interval-tree intervals intervaltree red-black-tree red-black-trees redblacktree redblacktrees segment segment-tree segments segmenttree self-balancing-trees
Last synced: 12 Oct 2024
https://github.com/tjkendev/segment-tree-beats
implementation of "segment tree beats"
segment-tree segment-tree-beats
Last synced: 13 Dec 2024
https://github.com/anjupriya-v/leetcode-solutions
Solutions for LeetCode problems in java
arrays dynamic-programming java leetcode leetcode-solutions linked-list math segment-tree stack string tree
Last synced: 23 Nov 2024
https://github.com/anmamun0/cp_club_codes
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 Dec 2024
https://github.com/techno-coder/strutters
Rust library for data structures
data-structures graph graph-algorithms no-std rust rust-library segment-tree shortest-paths
Last synced: 16 Dec 2024
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: 13 Nov 2024
https://github.com/anupamakib/datastructures-and-algorithms
My code for some important data structure, algorithm and number theory
binary-search-tree graph-algorithms heap heapsort linked-list prefix-tree queue recursion round-robin searching-algorithms segment-tree sorting-algorithms stack trie
Last synced: 14 Nov 2024
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: 13 Nov 2024
https://github.com/sanjay-1458/strivers-a2z-dsa-sheet
This repo contains the solutions of "Strivers A2Z Dsa Sheet".
binary-search cpp14 dsa-learning-series dsa-practice dsa-questions dynamic-programming segment-tree striver-a2z-sheet
Last synced: 19 Nov 2024
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: 16 Nov 2024
https://github.com/tar3q-az1z/solutions-of-cses-problem-set
Contains solution codes of amazing problems of CSES problem set.
algorithm-challenges competitive-programming cplusplus cpp cses-problem-set cses-solutions data-structures-and-algorithms dp dsa dynamic-programing dynamic-programming graph segment-tree
Last synced: 15 Nov 2024
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: 17 Nov 2024
https://github.com/bigspider/segtree
A simple implementation of a segment tree for range sums.
complexity range-query range-sum segment-tree
Last synced: 12 Dec 2024