Hashtable(using a LinkedList for collision chaining), Binary Search Tree, and Directed Graph
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This repository contains implementations of three advanced data structures: a Hashtable with LinkedList-based collision chaining, a Binary Search Tree, and a Directed Graph. It's designed for developers learning core data structures in JavaScript, providing both implementations and tests to verify functionality. The project includes setup instructions and is part of a larger educational goal on data structures.