Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Tree#min() class method (#2) #19

Merged
merged 1 commit into from
Jun 11, 2019
Merged

Add new Tree#min() class method (#2) #19

merged 1 commit into from
Jun 11, 2019

Conversation

klaudiosinani
Copy link
Owner

Description

The PR introduces the following new nullary method:

  • Tree#min()

The methods return the node with the smallest value inside the binary search tree.

Also, the corresponding TypeScript ambient declarations are included in the PR.

@klaudiosinani klaudiosinani added the enhancement New feature or request label Jun 11, 2019
@klaudiosinani klaudiosinani merged commit a05be1a into master Jun 11, 2019
@klaudiosinani klaudiosinani deleted the Tree#min branch June 11, 2019 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant