Code Monkey home page Code Monkey logo

graphbook's People

Watchers

 avatar

graphbook's Issues

Correction on Page 93 (in-order traversal)

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 [email protected] on 29 Oct 2014 at 10:41

Typo in Erdös-Gallai theorem

There seems to be a small typo in Theorem 1.31 (the Erdös-Gallai theorem).
On the right end of the inequality, min{k, d_i} should be min{k, d_j}.

Original issue reported on code.google.com by [email protected] on 18 Dec 2013 at 11:21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.