Skip to content

PomeloFruit/Binary-Tree-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Binary-Tree-Library

A binary tree library that stores domain names and their corresponding IP address using C++.

This is a binary tree library that uses Object Oriented Programming to create tree nodes that each store a domain name, IP address and its corresponding status (online or offline).

New nodes can be added to the tree and each existing node can be edited or deleted. Valgrind was used to ensure that there are no memory leaks present in this program.

About

A binary tree library that stores domain names and their corresponding IP address using C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors