Skip to content

Tree traversal implementation scala #531

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kenpower
Copy link
Contributor

No description provided.

@kenpower kenpower force-pushed the tree-traversal-implementation-scala branch 2 times, most recently from 4ed892e to 570df70 Compare October 22, 2018 11:44
@leios leios added Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) Hacktoberfest The label for all Hacktoberfest related things! labels Oct 22, 2018
Copy link
Member

@jiegillet jiegillet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you! Sorry it took me so long to review.
When you make changes, don't forget to update the lines in the .md file.

kenpower added a commit to kenpower/algorithm-archive that referenced this pull request Mar 21, 2021
@kenpower kenpower force-pushed the tree-traversal-implementation-scala branch from 3793bc6 to 336ef50 Compare March 21, 2021 23:47
@kenpower
Copy link
Contributor Author

Sorry, it's been a while since the PR started. It kind of fell off my radar for a bit. Hope you can look at it again.
Thanks

@kenpower kenpower requested a review from jiegillet March 22, 2021 18:16
@leios leios added the lang: scala Scala programming language label Aug 28, 2021
Copy link
Member

@leios leios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes and I think it is good to merge since all og @jiegillet's issues have been resolved.

Super sorry for the delay with all of this

@@ -93,6 +95,8 @@ Because of this, the most straightforward way to traverse the tree might be recu
[import:31-45, lang:"matlab"](code/matlab/tree.m)
{% sample lang="coco" %}
[import:5-9, lang:"coconut"](code/coconut/tree_traversal.coco)
{% sample lang="scala" %}
[import:26-34, lang:"scala"](code/scala/tree.scala)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[import:26-34, lang:"scala"](code/scala/tree.scala)
[import:27-34, lang:"scala"](code/scala/tree.scala)

@@ -148,6 +152,9 @@ Now, in this case the first element searched through is still the root of the tr
{% sample lang="m" %}
[import:47-62, lang:"matlab"](code/matlab/tree.m)
{% sample lang="coco" %}
[import:11-15, lang:="coconut"](codo/coconut/tree_traversal.coco)
{% sample lang="scala" %}
[import:36-43, lang:"scala"](code/scala/tree.scala)
[import:11-15, lang:="coconut"](code/coconut/tree_traversal.coco)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[import:11-15, lang:="coconut"](code/coconut/tree_traversal.coco)

@Amaras Amaras dismissed jiegillet’s stale review December 28, 2021 20:27

Changes were made, this review is (probably) no longer valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest The label for all Hacktoberfest related things! Implementation This provides an implementation for an algorithm. (Code and maybe md files are edited.) lang: scala Scala programming language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants