7 skills found
saprykin / PlibsysHighly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
SvenWoltmann / Binary TreeSource Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree).
Ekan5h / AVLtreeC++ implementation of an AVL tree template.
sicaril / BalanceTreeBinary balanced search tree: AVL, red-black tree recursive/non-recursive C++ code implementation (non-third-party library)
pavel-kirienko / CavlGeneric single-file implementations of AVL tree in C and C++ suitable for deeply embedded systems. There is little activity because the project is finished.
SPIN0ZAi / Data Structures VisualizerAn interactive web application for learning and visualizing data structures and algorithms. Explore trees (BST/AVL), graph traversals (DFS/BFS), shortest path algorithms (Floyd-Warshall), and Huffman coding with dynamic, step-by-step animations and interactive visualizations
Roberto-Mameli / Libfmrtlibfmrt is a software library written in C, which can be linked (either statically or dynamically) to C/C++ source code. It gives the ability to store huge amount of data into in-memory tables, providing high efficiency and O(log2N) complexity. To achieve this requirement, in-memory data are stored into tables organized as AVL trees.