-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
base: main
Are you sure you want to change the base?
Tree traversal implementation scala #531
Conversation
4ed892e
to
570df70
Compare
There was a problem hiding this 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.
3793bc6
to
336ef50
Compare
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. |
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[import:11-15, lang:="coconut"](code/coconut/tree_traversal.coco) |
Changes were made, this review is (probably) no longer valid
No description provided.