Skip to content

RybOlya/Binary-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary-tree

Development of an an object - oriented program in the C ++ algorithmic language to control the data structure of a bookstore data using binary tree. Realised functions are inserting node in a tree, searching for a node by key, outputting node data, deleting a node, destroying a tree. Additional functional removal of all books by a given author, output of all books of the specified publishing house.

books.cpp - main file for iteracting with user Book.h - header file containing class Book with element structure (information fields): title, author, year of publication, publisher, price BinaryTreeBook.h - header file containing Node class and BinaryTreeBook class with declarations af all the methods tree.cpp - file with BinaryTreeBook class methods realization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages