GitHub / maximilianfeldthusen / bst
This C++ code implements a Binary Search Tree (BST). A BST is a data structure that maintains a sorted order of elements, allowing for efficient insertion, deletion, and lookup operations.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianfeldthusen%2Fbst
PURL: pkg:github/maximilianfeldthusen/bst
Stars: 2
Forks: 0
Open issues: 0
License: cc0-1.0
Language: C++
Size: 13.7 KB
Dependencies parsed at: Pending
Created at: 6 months ago
Updated at: 4 months ago
Pushed at: 4 months ago
Last synced at: 4 months ago
Topics: binary-search-tree, bst, cpp