https://github.com/pidgey0403/nhl-tracker
Determine the champion NHL team by tracking wins and losses.
https://github.com/pidgey0403/nhl-tracker
abstract-data-types binary-tree binary-tree-traversal input-output java queues
Last synced: 3 months ago
JSON representation
Determine the champion NHL team by tracking wins and losses.
- Host: GitHub
- URL: https://github.com/pidgey0403/nhl-tracker
- Owner: pidgey0403
- Created: 2021-12-27T20:41:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T21:52:25.000Z (over 4 years ago)
- Last Synced: 2025-01-01T05:32:29.860Z (over 1 year ago)
- Topics: abstract-data-types, binary-tree, binary-tree-traversal, input-output, java, queues
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NHL-tracker
Using data read from provided text files regarding NHL team statistics, track wins and losses per playoff round to determine which team won the championship by updating nodes in a binary tree.
This was the final assignment for my Intro to CS Fundamentals II course, intended to strengthen algorithm design, traverse binary trees, build tree structures, implement helper methods, and manipulate data read from external files.
Files I authored: HockeySeries.java, Playoffs.java, TreeBuilder.java
Note: run and inspect the test files, TestTreeBuilder.java and TestPlayoffs.java to see how the program works.