Skip to content

This program is a hockey statistics calculator that utilizes a binary search tree (BST) database to store and organize player data. The program begins by welcoming the user and prompting them to input the names of the input and output files. The program then reads player data from the input file and constructs a BST using the player data.

Notifications You must be signed in to change notification settings

link2427/Hockey-Player-Statistics

Repository files navigation

Hockey Statistics

Hockey Statistics is a C++ program designed for data manipulation and storage utilizing a binary search tree. This program is capable of storing, organizing, and computing player data with high efficiency. The program handles input flawlessly, and the output is easy to read and copy to a file, making it easier for the user to access their data.

Features

Data manipulation and storage: The program allows the user to store and organize player data in a binary search tree. Efficient computation: The program computes player statistics and data with high efficiency. Easy-to-read output: The output is easy to read and copy to a file, making it easier for the user to access their data. Flawless input handling: The program handles input seamlessly, ensuring data accuracy.

About

This program is a hockey statistics calculator that utilizes a binary search tree (BST) database to store and organize player data. The program begins by welcoming the user and prompting them to input the names of the input and output files. The program then reads player data from the input file and constructs a BST using the player data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages