Git Product home page Git Product logo

graph-theory-algorithms-book's Issues

Grammer/Sentence formation

Affects: Revision 620, Page 5

I think the sentence -

"A directed graph or digraph G is a graph such that each of whose edges is 
directed."

should be re-written as

"A directed graph or digraph G is a graph such that each of its edges is 
directed."

OR

"A directed graph or digraph G is a graph each of whose edges is directed."

Original issue reported on code.google.com by pravinp on 26 Nov 2010 at 11:58

algorithm2e 4.01

If you 'make' the PDF usign LiveTeX 2010, that include the 4.01 version of 
algorithm2e, you will get an 'Undefined control sequence' error. That is 
because some comands change to camel case notation (\incmargin becomes 
\IncMargin, etc)

To compile the book using that version, we need to change in 
'style/mystyle.sty' this line:

\usepackage[algochapter,linesnumbered,noend,ruled]{algorithm2e}

to:

\usepackage[algochapter,linesnumbered,noend,ruled,oldcommands]{algorithm2e}

Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 5:15

Grammatical error in Dijkstra's Algorithm

Version: latest-r130
Chapter 2, page 30, Algorithm 2.3: Dijkstra's Algorithm

The output line says:
Output: A shortest path from v0 to an vertex in V .

It should say:
Output: A shortest path from v0 to a vertex in V .

Original issue reported on code.google.com by [email protected] on 28 Mar 2010 at 12:02

Add the A* algo to path finding

you might want to add the A* algo to the book on least cost path finding, 
especially i geo-scenarios, http://en.wikipedia.org/wiki/A*.

Dijkstra is a special case of A* so it should fit well ...

/peter

Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 1:17

Terse Definition 1.1: Reword the definition of a graph

The definition of a graph read:  

"A graph G=(V,E) is an ordered pair of finite sets. Elements of V are called 
vertices or nodes, and elements of E\subseteq V^{(2)}are called edges or arcs." 

The reference  E\subseteq V^{(2)} was not immediately obvious to me.  Maybe 
rewriting

E\subseteq V^{(2)} 

to 

E\subseteq V\times V (where V\times V is the cross product).

As a non-mathematician, I had a hard time following what was meant by 
E\subseteq V^{(2)}.

BTW: Thank you for putting this book out under the GPL, I have wanted to learn 
more graph theory for years.  I am going through your book now.

Original issue reported on code.google.com by [email protected] on 2 Apr 2011 at 7:42

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.