Skip to content

Binary Search Tree made in C for Big Data course at IESB

Notifications You must be signed in to change notification settings

HugoPfeffer/binary-search-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Binary Search Tree

BST implemantation in C

Made By Lang Made By



Binary Search Trees in general



A binary search trees (BST) is a container that allows fast lookup, addition and removal of items, and can be used to implement either dynamic sets of items, or lookup tables that allow finding an item by its key (e.g., finding the phone number of a person by name).



About:

Assignment for the Data Structure course from Big Data at IESB.

This project implements in a working and optimal way a BST using C as a programming language.

About

Binary Search Tree made in C for Big Data course at IESB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages