An open API service indexing awesome lists of open source software.

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.

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.