Skip to content

Adding the missing examples of Tree Traversal to C++ #341

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

Merged
merged 3 commits into from
Aug 20, 2018

Conversation

Gathros
Copy link
Contributor

@Gathros Gathros commented Aug 6, 2018

No description provided.

@Gathros Gathros added the Implementation Edit This provides an edit to an algorithm implementation. (Code and maybe md files are edited.) label Aug 6, 2018
@@ -75,8 +75,7 @@ Now, in this case the first element searched through is still the root of the tr
{% sample lang="jl" %}
[import:18-26, lang:"julia"](code/julia/Tree.jl)
{% sample lang="cpp" %}
This has not been implemented in your chosen language, so here is the Julia code
[import:18-26, lang:"julia"](code/julia/Tree.jl)
[import:29,34 lang:"c_cpp"](code/c++/tree_example.cpp)
Copy link
Member

Choose a reason for hiding this comment

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

Here and in each other line, the comma between the numbers needs to be replaced by a dash. Otherwise, the whole file is displayed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks.

@jiegillet
Copy link
Member

Is this good to go? It looks good to go.

@Gathros
Copy link
Contributor Author

Gathros commented Aug 20, 2018

It's good to go.

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.

It's good to go ^^

@jiegillet jiegillet merged commit 9040faf into algorithm-archivists:master Aug 20, 2018
@Gathros Gathros deleted the c++-trees branch September 6, 2018 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Implementation Edit This provides an edit to an algorithm implementation. (Code and maybe md files are edited.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants