How To Learn Coding?

What are the best resources, online or offline to learn the various algorithms related to Graph Theory, and how can a beginner learn/practise coding them?

Toby Thain at Quora Visit the source

Was this solution helpful to you?

Other answers

If you're looking to work with graphs from a more practical than a theoretical aspect, then I suggest you read the basics about graphs from any popular discrete mathematics textbook, here's one that I like: Discrete Mathematics & It's Applications - Rosen http://www.mhhe.com/math/advmath/rosen/ Then maybe look at some of the more popular graph algorithms: Introduction to Algorithms - Corment et. al. http://mitpress.mit.edu/algorithms/ Then code,code,code. Some interesting Graph problems are available at the University of Vallodilid programming site (popularly known as the UVa Online Judge): http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=150 http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=303

Vikram Kamath

Tarjan, Robert E. (1983). Data structures and network algorithms. Philadelphia: Society for Industrial and Applied Mathematics.ISBN 978-0-89871-187-5. OCLC 10120539.

Paul McJones

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.