Skip to content

KhanhHa1109/Product_Database_using_BSTree

Repository files navigation

PRODUCT DATABASE USING BINARY SEARCH TREE

Uni Project (Data Structures and Alogorithms in C#)

Menu display

image

5 choices: (5 main functions)

[Function 1: Insert New Product]

image

[Function 2: Traverse BSTree]

(NOTE: This function also provides the number of nodes and edges in BSTree)

image

[Function 3: Find Product]

image

[Function 4: Delete Product]

(NOTE: After deleting 1 product, program will show list of other remaining products in Pre-order Traversal)

5

[Function 5: Find Depth of BSTree]

image

How to end program:

image

If you enter wrong number:

image

Releases

No releases published

Packages

No packages published

Languages