Correction on Page 93 (in-order traversal)

Open Beginner friendly
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
85/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
latex
Domain
documentation

Research direction

Find the PDF source file (likely a .tex file) that generates page 93. Locate the paragraph describing in-order traversal and replace the incorrect description with the corrected version provided in the issue. Verify the change by recompiling the PDF and checking that the correction appears on page 93.

Written by the indexing model from the issue text.

Description

auto-migrated Priority-Medium Type-Defect
First off, thank you for an excellent resource. Great work!

What steps will reproduce the problem?
- Browse to page 93 of pdf copy.
- See the paragraph about in-order traversal.
What is the expected output? What do you see instead?
- I see: Given a binary tree T having at least one vertex, in-order traversal 
first visits the root of T and consider its left- and right children. We then 
recursively apply in-order traversal to the left and right subtrees of the root 
vertex.
- Shouldn't it be something like: Given a binary tree T having at least one 
vertex, in-order traversal recursively traverses the left-subtree of the root, 
the root of T and then its right subtree.

What version of the product are you using? On what operating system?
- 0.8-r1991 which is the latest as of 10/29/2014.

Please provide any additional information below.
- none

Original issue reported on code.google.com by kedar.mh...@gmail.com on 29 Oct 2014 at 10:41

Dominant language
TeX
Stars
6
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aalhour/graphbook

All issues in aalhour/graphbook

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.