Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: avl-tree

AhmWael/Spell_Checking_System_Project

Language: C - Size: 504 KB - Last synced: about 7 hours ago - Pushed: 2 days ago - Stars: 0 - Forks: 0

Aram-Vn/Algorithms_and_Data_structures

A collection of sorting algorithms and data structures implemented in C++. Each algorithm and data structure comes with its own set of test cases to ensure correctness and robustness.

Language: C++ - Size: 9.74 MB - Last synced: about 4 hours ago - Pushed: about 7 hours ago - Stars: 0 - Forks: 0

VileEnd/avlTreeExam

Simple AVL Tree with WebPage which shows deepth- Nodes with a visual interface

Language: Java - Size: 87.9 KB - Last synced: about 8 hours ago - Pushed: about 20 hours ago - Stars: 2 - Forks: 1

kamilsan/algorithms-and-data-structures

Implementation of popular algorithms and data structures.

Language: C++ - Size: 58.6 KB - Last synced: about 20 hours ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

jasonhaak/runtime_analysis_php

Runtime analysis environment in PHP for evaluating the efficiency of algorithms such as AVL tree insertion, graph colouring by backtracking and matrix multiplication

Language: PHP - Size: 30.3 KB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 0 - Forks: 0

samvv/scl.js

A standard collections library for JavaScript/TypeScript

Language: TypeScript - Size: 2.28 MB - Last synced: 1 day ago - Pushed: 3 days ago - Stars: 3 - Forks: 2

happyfish100/libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.

Language: C - Size: 2.08 MB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 893 - Forks: 525

czarekmilek/Numbers-Problem

Task E for the Algorithms and Data Structures lab

Language: C++ - Size: 46.9 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 0 - Forks: 0

zianahmed/Database-Management-System

A CLI based Database management system that reduces spaces and time complexity using self made AVL, Red-Black trees.

Language: C++ - Size: 88.9 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 0 - Forks: 0

loiane/javascript-datastructures-algorithms

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

Language: TypeScript - Size: 13.5 MB - Last synced: 21 days ago - Pushed: 26 days ago - Stars: 4,516 - Forks: 1,239

zrwusa/data-structure-typed

Javascript Data Structure & TypeScript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree, AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack.

Language: TypeScript - Size: 35.6 MB - Last synced: 7 days ago - Pushed: 2 months ago - Stars: 85 - Forks: 5

justcoding121/advanced-algorithms

100+ algorithms & data structures generically implemented in C#

Language: C# - Size: 6.26 MB - Last synced: 7 days ago - Pushed: over 1 year ago - Stars: 1,257 - Forks: 286

MrEntity303/ST0853-ASD

Algorithms and Data Structures Project

Language: Java - Size: 4.62 MB - Last synced: 11 days ago - Pushed: 11 days ago - Stars: 0 - Forks: 1

Anwarvic/extra-collections

extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.

Language: Python - Size: 13.4 MB - Last synced: 1 day ago - Pushed: about 1 year ago - Stars: 44 - Forks: 9

TheSolom/Solved-Leetcode-problems

Collection of solved Leetcode questions

Language: C++ - Size: 44.9 KB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 0 - Forks: 0

bihterbes/AVL-Tree-Project

Avl Tree Operations, data structures project

Language: C++ - Size: 315 KB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 0 - Forks: 0

lolooppo/CsGetSkilled-Data-Structures

Most important data structures , exercises and homworks.

Language: C++ - Size: 169 KB - Last synced: 15 days ago - Pushed: 15 days ago - Stars: 0 - Forks: 0

Mouradouchane/data_structures

my implementation of "data structures" using C++

Language: C++ - Size: 239 MB - Last synced: about 9 hours ago - Pushed: 16 days ago - Stars: 5 - Forks: 0

SvenWoltmann/binary-tree

Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).

Language: Java - Size: 135 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 32 - Forks: 21

attractivechaos/klib

A standalone and lightweight C library

Language: C - Size: 1.2 MB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 4,029 - Forks: 541

jeffzh4ng/iruka 📦

data structures and algorithms

Language: TypeScript - Size: 1.81 MB - Last synced: 16 days ago - Pushed: 8 months ago - Stars: 782 - Forks: 94

dadhi/ImTools

Fast and memory-efficient immutable collections and helper data structures

Language: C# - Size: 8.02 MB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 224 - Forks: 10

dr8co/Cachetron

A simple in-memory data structure store.

Language: C - Size: 12.8 MB - Last synced: 17 days ago - Pushed: 17 days ago - Stars: 0 - Forks: 0

adityaravi9034/Trees

This file has code of trees I learned in my programming classes.

Language: Python - Size: 6.84 KB - Last synced: 21 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

DylanPerdigao/TreesDataStructures 📦

Speed comparison between four data structures: Linked List, AVL Tree, RB Tree and Splay Tree (UC, 2020)

Language: Python - Size: 56.6 KB - Last synced: 21 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

vrcvieira/binary-search-trees

Repositório com conteúdo sobre Dicionários Avançados.

Language: C++ - Size: 1.29 MB - Last synced: 21 days ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 1

rafaelclaycon/ArvoreAVL

App iOS que permite interagir com uma estrutura de árvore AVL implementada em Swift.

Language: Swift - Size: 360 KB - Last synced: 21 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

Lord-of-Algorithms/DSA-in-Python

This repository supplements a mobile app on algorithm and data structure visualization, providing code for the concepts demonstrated in the app. It's an essential resource for users seeking to understand and explore these implementations in detail.

Language: Python - Size: 34.2 KB - Last synced: 20 days ago - Pushed: 21 days ago - Stars: 0 - Forks: 1

Lord-of-Algorithms/DSA-in-Java

This repository supplements a mobile app on algorithm and data structure visualization, providing code for the concepts demonstrated in the app. It's an essential resource for users seeking to understand and explore these implementations in detail.

Language: Java - Size: 43.9 KB - Last synced: 21 days ago - Pushed: 21 days ago - Stars: 1 - Forks: 0

saikumarsuvanam/ImplementationofAdvancedDataStructures

cs6301 course

Language: Java - Size: 11.3 MB - Last synced: 22 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 2

emirpasic/gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

Language: Go - Size: 699 KB - Last synced: 22 days ago - Pushed: about 1 month ago - Stars: 15,444 - Forks: 1,687

cueltschey/AVL-tree-implemetnation

A concise implementation of an AVL tree in c++

Language: C++ - Size: 6.84 KB - Last synced: 25 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

muhammadshaffay/Struct-DB

Struct-DB : Efficient database management system utilizing data structures to optimize performance

Language: C++ - Size: 268 KB - Last synced: 25 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

ajlekcahdp4/myset

rethinking std::set

Language: C++ - Size: 10.1 MB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

ashblair/geocomp

2D computational geometry

Language: C++ - Size: 3.19 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 1

ashblair/dictionary

English dictionary lookup

Language: C++ - Size: 22.4 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 0

ashblair/bible

Bible

Language: C++ - Size: 6.08 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 0

Ualabi/self_balancing_binary_search_tree

A Python implementation of a self balancing binary search tree (AVL Tree). Useful to practice, study and see how the SBBTs works.

Language: Python - Size: 131 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 4 - Forks: 1

sanket2994/trees-graphs

Exploring trees and graphs

Language: C - Size: 69.3 KB - Last synced: 26 days ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

ZacharyPatten/Towel

Throw in the towel.

Language: C# - Size: 19.7 MB - Last synced: 18 days ago - Pushed: 5 months ago - Stars: 702 - Forks: 50

donosonaumczuk/DSA_PW1

Local blockchain which saves operations done over an AVL Tree - Data Structures and Algorithms @ ITBA

Language: Java - Size: 610 KB - Last synced: 28 days ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

timtadh/data-structures

Go datastructures.

Language: Go - Size: 1.19 MB - Last synced: about 20 hours ago - Pushed: over 1 year ago - Stars: 416 - Forks: 83

deevroman/TreeVisualizer

AVL, Red Black and Splay Trees visualizer

Language: C++ - Size: 272 KB - Last synced: 29 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 1

prathwik0/data-structures-in-c

Data Structures in C

Language: C - Size: 246 KB - Last synced: 29 days ago - Pushed: about 1 year ago - Stars: 5 - Forks: 2

papanikge/data-structures-exp

data structures (avl, tries, binary search) experimental project for CEID

Language: C - Size: 414 KB - Last synced: 29 days ago - Pushed: about 10 years ago - Stars: 2 - Forks: 0

ancientlore/go-avltree

AVL tree with some useful extensions written in Go

Language: Go - Size: 75.2 KB - Last synced: 29 days ago - Pushed: 9 months ago - Stars: 30 - Forks: 10

TheArcus02/AiSD-assignments

Algorithms and data structures assignments from university

Language: Python - Size: 33.2 KB - Last synced: 29 days ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

xorz57/AVLTree

AVL Tree written in C++14

Language: C++ - Size: 214 KB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 0 - Forks: 0

Muramatsu2602/mini-googlebot

Simulation of a data-gathering algorithm created by Google called "Googlebot" using C, as part of the "Data Structures And Algorithms I" course @ University of Sao Paulo

Language: C - Size: 969 KB - Last synced: 30 days ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

abdur75648/Organizational-Hierarchy-Java

A java program to store employee data and maintains the information about organization hierarchy

Language: Java - Size: 35.2 KB - Last synced: 30 days ago - Pushed: about 2 years ago - Stars: 0 - Forks: 1

abdur75648/anagram-generator

A Java program that prints out all valid anagrams of an input string present in the a vocabulary

Language: Java - Size: 142 KB - Last synced: 30 days ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

mayankaga94/AVL-tree

# Data Structures and Algorithms. Implanted AVL tree and a set of functions associated with AVL tree.

Language: C - Size: 7.81 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

masnurrm/data-structure-college

This repository was used for college purpose.

Language: C - Size: 220 KB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

fredboy/dsa-coursework

Data Structures and Algorithms

Language: C - Size: 52.7 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Pedro-Lucas-OKB/Arvore_AVL

Implementação em C da estrutura de dados árvore AVL (AVL Tree)

Language: C - Size: 8.79 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

rafandoo/arvores

Language: Java - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

exbibyte/avl

avl tree

Language: C++ - Size: 5.86 KB - Last synced: about 1 month ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Devkant21/keyache

The keyache package introduces an enhanced caching solution using an LRU mechanism combined with AVL trees.

Language: TypeScript - Size: 127 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

Daksh2060/avl-tree-text-analyzer

A C++ project implementing a self-balancing AVL tree for efficient word frequency counting. This program analyzes text files, finds unique words, tracks word occurrences, and prints results in alphabetical order for ease of viewing.

Language: C++ - Size: 93.8 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

54nd339/Data-Structures

An introduction to different data structures

Language: C - Size: 462 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mnpsnuwan/datastructures

A collection of powerful data structures are using java

Language: Java - Size: 1.39 MB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 3 - Forks: 0

berracode/simple-banking-system

Banking system written in C for fun

Language: C - Size: 259 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

capelaum/ED-Codes

Códigos de Estruturas de dados em C

Language: C - Size: 61.1 MB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

clareduval/3120_DesignAndAnalysisOfAlgorithms

Compilation of advanced algorithms projects from CPSC 3120.

Language: C++ - Size: 16.6 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 0 - Forks: 2

mitidevus/Dictionary-DSA

This is an exercise in the course Data Structures and Algorithms at HCMUS. Requirements: Build an English - English dictionary application using the following data structures: Array, Hash Table, Binary Search Tree, AVL Tree, Red-Black Tree.

Language: C++ - Size: 1.55 MB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

Jamesbarford/avl-tree

AVL Tree implementation in c

Language: C - Size: 14.6 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

w8r/avl

:eyeglasses: Fast AVL tree for Node and browser

Language: JavaScript - Size: 411 KB - Last synced: 20 days ago - Pushed: 5 months ago - Stars: 108 - Forks: 33

luongnv89/AVL-Tree

AVL Tree - a self-balancing binary search tree design for very flexible data

Language: C - Size: 856 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 1 - Forks: 0

ossama131/In-memory-URL-Compression

AVL tree for In-memory URL Compression

Language: Jupyter Notebook - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

wawelgreg/avl-tree-visualization

Insertion and automatic balancing of AVL tree with live visualization from Python Curses.

Language: Python - Size: 18.6 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

lpthong90/py-simple-trees

This package is a implementation collection of tree data structures.

Language: Python - Size: 89.8 KB - Last synced: about 2 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

fmela/libdict

C library of key-value data structures.

Language: C - Size: 690 KB - Last synced: about 2 months ago - Pushed: about 4 years ago - Stars: 280 - Forks: 72

machulsky61/Algorithms-and-Data-Structures

This repository covers design principles, C++ class implementations and essential concepts for effective algorithmic problem-solving. It includes abstract data types, algorithm analysis, and advanced techniques with practical exercises and projects for real-world application.

Language: C++ - Size: 805 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

rafaelclaycon/CadastroPessoasAVL

App iOS de cadastro e consulta de pessoas utilizando árvores AVL.

Language: Swift - Size: 3.18 MB - Last synced: 21 days ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

adia-dev/graphflow

Transform your data into stunning visualizations with GraphFlow.

Language: TypeScript - Size: 16.7 MB - Last synced: about 1 month ago - Pushed: 6 months ago - Stars: 6 - Forks: 0

bacali95/sweet-collections

Typescript implementations of in-memory cache data-structures for Node and Browser.

Language: TypeScript - Size: 33.5 MB - Last synced: 17 days ago - Pushed: 10 months ago - Stars: 4 - Forks: 1

Sofosss/DataStructures

This project (Sorting and Searching Algorithms, AVL/Red-Black Trees , Hashing with Chains) was implemented as part of the Data Structures course during my second year of studies at the Department of Computer Engineering and Informatics (CEID) at the University of Patras.

Language: C++ - Size: 2.88 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

Mateus-Mannes/avores-comparacao

C code for a comparative study between AVL, RedBlack and B-Tree trees.

Language: C - Size: 12.8 MB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

jemshit/DataStructures

Data Structures naively implemented in Kotlin for learning purpose

Language: Kotlin - Size: 124 KB - Last synced: 21 days ago - Pushed: over 1 year ago - Stars: 6 - Forks: 0

dominicfollett/argus-db

Rate Limiter Service that implements the Token Bucket Algorithm

Language: Go - Size: 366 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

thanhit95/data-structures-algorithms

Self-practice in Data Structures & Algorithms

Language: C# - Size: 724 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 28 - Forks: 3

andreas19/avltree

A generic AVL tree for Go.

Language: Go - Size: 19.5 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

savicente2109/MARP 📦

Soluciones a problemas de algoritmia y estructuras de datos avanzadas de las asignaturas Métodos Algorítmicos en Resolución de Problemas I y II (2021-2022).

Language: C++ - Size: 27.3 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

azureblue/js-rolling-median

Rolling median - fast N*log*M implementation based on AVL trees.

Language: JavaScript - Size: 1.95 KB - Last synced: 2 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

NelcifranMagalhaes/Programns-challenges

This project have some challenges of programming.Between them an AVL_TREE implementation in python.

Language: Python - Size: 8.79 KB - Last synced: 2 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

dibyendumajumdar/avl

AVL Tree in C

Language: C - Size: 17.6 KB - Last synced: 2 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

zarif98sjs/Balanced-Binary-Search-Trees

Implementation of some popular Balanced Binary Search Trees (AVL, RBT, Splay, Treap) and Performance Comparison

Language: C++ - Size: 12 MB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

SoniGarima/Data_Structures_assignments

The assignments of our Data Structures and Algorithms Course.

Language: C++ - Size: 14.6 KB - Last synced: 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

shubhankar90/DataStructures-JavaCode

Data Structures and Algorithms course solutions

Language: Java - Size: 11 MB - Last synced: 2 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

MiaBui/COMP4433_AVL_Tree

This repository contains an implementation of an AVL tree data structure in C++.

Language: C++ - Size: 192 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

Wizcorp/avltree-js

Javascript impl of AVL tree

Language: JavaScript - Size: 58.6 KB - Last synced: 14 days ago - Pushed: about 6 years ago - Stars: 9 - Forks: 3

barannmeisterr/Comprasion-Of-Execution-Times-BST-AVL-SINGLY-LINKED-LIST

This java project is to show execution times of Binary Search Tree, AVL tree and Singly Linked List for insertion,deletion and search operations

Language: Java - Size: 8.79 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

spectrewall/avl-tree

An implementation of AVL Tree in C.

Language: C - Size: 840 KB - Last synced: 3 months ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

ThaddeusOwl/AvlVsBst

Compared the efficiency of AVL and Regular BST to insert and search for data.

Language: Java - Size: 1.43 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

brianburton/java-immutable-collections

Efficient Immutable/Persistent Collections for Java

Language: Java - Size: 10.1 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 40 - Forks: 4

lucasvianav/word-checker 📦

This repository contains implementations that utilizes BSTs and AVLs and also the concept of Abstract Data Types. The project is detailed in the project.pdf.

Language: C - Size: 1.84 MB - Last synced: 3 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

lpthong90/python-order-matching-engine

A demo project is a simple order matching engine which using double linked list and AVL tree.

Language: Python - Size: 167 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

zorgonide/javascript-data-structures

Contains different DS and sorting algorithms with tests in javascript

Language: JavaScript - Size: 32.2 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 1

abdullahtahir-cs/hybrid-chaining-model

A Hybrid Chaining Model with AVL & BST to Enhance Searching Speed

Language: C++ - Size: 64.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

rayaan01/lsm

A key value storage engine based on LSM Trees. Memtable is implemented using AVL Trees.

Language: Go - Size: 4.88 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0