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

Update some functions in the btree directory #334

Merged
merged 5 commits into from
Sep 5, 2021

Conversation

yaolin-Li
Copy link
Contributor

@yaolin-Li yaolin-Li commented Sep 5, 2021

1.Add AccessNodesByLayer Function, which is used to access nodes layer by layer instead of printing the results as one line.

{
 [0],
 [1] [2],
 [3] [4] [5] [6],
 [10]
}

2.Update the case of the parameters name in the main function so that it can run normally without error.

Yaolin_Li and others added 4 commits September 2, 2021 20:03
…r by layer instead of printing the results as one line.

2.Update the case of the function name in the main function so that it can run normally.
@yaolin-Li yaolin-Li changed the title Liyl Update some functions in the btree directory Sep 5, 2021
@siriak siriak merged commit f37786a into TheAlgorithms:master Sep 5, 2021
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.

3 participants