Skip to content

Feat: Implement loadTriangle method from file#594

Open
shivambavo wants to merge 1 commit into
CSC207-2025F-UofT:mainfrom
shivambavo:implement-load-method
Open

Feat: Implement loadTriangle method from file#594
shivambavo wants to merge 1 commit into
CSC207-2025F-UofT:mainfrom
shivambavo:implement-load-method

Conversation

@shivambavo

Copy link
Copy Markdown

The method now reads a file line-by-line, builds the triangle structure by linking parent and child nodes, and returns the top node. Closes #1.

The method now reads a file line-by-line, builds the triangle structure by linking parent and child nodes, and returns the top node. Closes #1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retrieve Method

1 participant