Tagged Questions

A graph can refer to a graphic (such as a chart or diagram) showing or displaying the relationship between two or more variables used, for instance, in visualising scientific data.

learn more… | top users | synonyms (1)

752
votes
16answers
97k views

Cycles in family tree software

I am the developer of some family tree software (written in C++ and Qt). I had no problems until one of my customers mailed me a bug report. The problem is that he has two children with his own ...
37
votes
9answers
1k views

Family Tree Algorithm

I'm working on putting together a problem set for an intro-level CS course and came up with a question that, on the surface, seems very simple: You are given a list of people with the names of ...
32
votes
4answers
24k views

How do you change the size of figures drawn with matplotlib?

How do you change the size of figure drawn with matplotlib?
29
votes
3answers
893 views

Extracting segments from a list of 8-connected pixels

Current situation : I'm trying to extract segments from an image. Thanks to openCV's findContours() method, I now have a list of 8-connected point for every contours. However, these lists are not ...
29
votes
9answers
13k views

Python Graph Library

I'm writing a python application that will make heavy use of a graph data structure. Nothing horribly complex, but I'm thinking some sort of graph/graph-algorithms library would help me out. I've ...
28
votes
20answers
5k views

What are some examples of problems that are best solved with graphs? [closed]

After reading Stevey Yegge's Get That Job At Google article, I found this little quote interesting: Whenever someone gives you a problem, think graphs. They are the most fundamental and flexible ...
27
votes
5answers
7k views

Generating statistics from Git repository

I'm looking for some good tools/scripts that allow me to generate a few statistics from a git repository. I've seen this feature on some code hosting sites, and they contained information like... ...
25
votes
15answers
6k views

Visualizing Undirected Graph That's Too Large for GraphViz?

I was wondering if anyone has any advice for rendering an undirected graph with 178,000 nodes and 500,000 edges. I've tried Neato, Tulip, and Cytoscape. Neato doesn't even come remotely close, and ...
24
votes
9answers
27k views

Finding all cycles in graph

How can I find (iterate over) ALL the cycles in a directed graph from/to a given node? For example, I want something like this: A->B->A A->B->C->A but not: B->C->B
23
votes
12answers
8k views

.NET graph library around?

I am looking for Graph libraries for .net. Are there any out? ps: I mean GRAPH libraries, not graphics nor charting libraries! edit: What I mean is graphs, from graph theory: I also need it to ...
23
votes
13answers
3k views

What options are available for the layout of directed or undirected graphs in .NET?

By graph here I mean something resembling these images: The ideal solution would: use only managed code allow output to a bitmap image allow output to WPF elements include some kind of ...
22
votes
11answers
7k views

Javascript library for drawing Graphs over Timelines (zoomable and selectable)

Is there a javascript library that allows for drawing histograms/graphs over timelines, allow zooming, as well as selecting regions. Something similar to Google's Financial Data Graphs (allows for ...
21
votes
7answers
6k views

How does Dijkstra's Algorithm and A-Star compare?

I was looking at what the guys in the Mario AI Competition have been doing and some of them have built some pretty neat Mario bots utilizing the A* (A-Star) Pathing Algorithm. (Video of Mario A* ...
20
votes
11answers
2k views

Scalable / Parallel Large Graph Analysis Library?

I am looking for good recommendations for scalable and/or parallel large graph analysis libraries in various languages. The problems I am working on involve significant computational analysis of ...
20
votes
7answers
1k views

Book Recommendation on Graph Theory [closed]

I m sorry this obviously is not a programming questions, hope it s fine. Can you please recommend a book on graph theory? Not a very complicated book, with good explanations and examples. I have ...
19
votes
3answers
802 views

Fastest & most flexible way to chart over 2 million rows of flat file data?

I'm collecting some system data in a flatfile, which has this format: YYYY-MM-DD-HH24:MI:SS DD1 DD2 DD3 DD4 Where DD1-DD4 are four items of data. An example of the file is this: ...
19
votes
9answers
613 views

CodeGolf: Find the Unique Paths

Here's a pretty simple idea, in this pastebin I've posted some pair of numbers. These represent Nodes of a directed graph. The input to stdin will be of the form, (they'll be numbers, i'll be using an ...
18
votes
11answers
20k views

Graph Algorithm To Find All Connections Between Two Arbitrary Vertices

I am trying to determine the best time efficient algorithm to accomplish the task described below. I have a set of records. For this set of records I have connection data which indicates how pairs of ...
17
votes
12answers
2k views

Millions of 3D points: How to find the 10 of them closest to a given point?

A point in 3-d is defined by (x,y,z). Distance d between any two points (X,Y,Z) and (x,y,z) is d= Sqrt[(X-x)^2 + (Y-y)^2 + (Z-z)^2]. Now there are a million entries in a file, each entry is some point ...
17
votes
8answers
595 views

Is there a repository of test input, with answers, for algorithms (especially graph algorithms)?

As a summer project, I have decided to practice basic algorithms and learn Haskell at the same time, by implementing large chunks of CLRS in Haskell. Things are going pretty swimmingly, so far, but ...
16
votes
4answers
3k views

What's the fastest, pure Javascript, Graph visualization toolkit? [closed]

This question is about toolkits which draw graphs (those things composed of vertices and edges), not generic plots. The tool mus be able to get a set of vertices and edges, calculate their layout, ...
16
votes
3answers
1k views

comparing open source java graph drawing frameworks(JUNG and Prefuse) for drawing network topology

which of the open source Java graph drawing frameworks to use for a network diagram with the following requirements? The graph will have less than 1000 nodes. 1) has parallel edges 2) directed and ...
16
votes
10answers
3k views

Graphing JavaScript Library

I'm creating a web application on Google App Engine for fun and I'd like to include graphs so users can see some stats. Are there any free (either as in beer or speech) JavaScript libraries that can ...
14
votes
2answers
606 views

Given N points how to find the maximum number of points which are on a circle?

Yesterday, an interesting question comes to mind, Given N points, how do you find the maximum number of points that are on a circle? Can you suggest anything other than brute-force? What is O(?)?
14
votes
5answers
18k views

how send message facebook friend through graph api using Accessstoken

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message"); It's not ...
14
votes
3answers
2k views

graph library for scala

Is there a good library (or wrapper to Java library) for graphs, and/or graph algorithms in scala? This one seems to be quite dead. This is an example for the Dijkstra algorithm in scala, but I'm ...
14
votes
5answers
2k views

Algorithm for nice graph labels for time/date axis?

I'm looking for a "nice numbers" algorithm for determining the labels on a date/time value axis. I'm familar with Paul Heckbert's Nice Numbers algorithm. I have a plot that displays time/date on the ...
14
votes
18answers
11k views

Does anyone know a good network/graph visualization software - just add data?

I want to plot social network visualization, but don't want to do much of programming. Does anyone know a piece of software that can do plotting, zooming in out but does not require much of ...
14
votes
12answers
7k views

Graphs/Charts in PHP

I'm trying to find a good Graph drawing library for my PHP application. Currently I am limited to viewing the data in a table which while specific, is a bit ugly. I require a non-flash system if ...
13
votes
5answers
637 views

find a cost optimized path through a grid/matrix in c++

I am stuck with a problem and could not find much help online. I need to find the minimum cost combination of numbers from multiple vectors of numbers. The vector size is same for all vectors. For ...
13
votes
10answers
581 views

Who owes who money optimization

Say you have n people, each who owe each other money. In general it should be possible to reduce the amount of transactions that need to take place. i.e. if X owes Y £4 and Y owes X £8, then Y only ...
13
votes
4answers
447 views

Cycle finding algorithm

I need do find a cycle beginning and ending at given point. It is not guaranteed that it exists. I use bool[,] points to indicate which point can be in cycle. Poins can be only on grid. points ...
13
votes
1answer
550 views

Graph/lattice simplification

I'm working on data structure for graph cut algorithm. Problem is to make different cuts on shortest paths. I made data structure for which I'm not sure about properties. Input is directed graph of ...
13
votes
5answers
591 views

What are some good algorithms for drawing lines between graph nodes?

What I'm specifically grappling with is not just the layout of a graph, but when a user selects a graph node and starts to drag it around the screen area, the line has to constantly be redrawn to ...
13
votes
4answers
3k views

Library to render Directed Graphs (similar to graphviz) on Google App Engine

I am looking for a Java or Python library that can render graphs in the Dot language as image file. The problem is that I need a library that I can use on Google App Engine. Basically I am looking ...
13
votes
6answers
6k views

Graph Database in Java (other than Neo4J)

Greetings, Is there any open source graph database available other than Neo4J?? NOTE: Why not Neo4J? Neo4J is opensource, but counts primitives (number of nodes,relationships & properties). If ...
13
votes
4answers
1k views

transitive reduction algorithm: pseudocode?

I have been looking for an algorithm to perform a transitive reduction on a graph, but without success. There's nothing in my algorithms bible (Introduction To Algorithms by Cormen et al) and whilst ...
13
votes
6answers
5k views

Java GraphViz

Is there an Open Source java alternative to GraphViz? I'm aware of the existence of Grappa which basically wraps the Graph interface to GraphViz as an JavaAPI. However the layouting is still done by ...
13
votes
8answers
8k views

Dependency graph of Visual Studio projects

I'm currently migrating a big solution (~70 projects) from VS 2005 + .NET 2.0 to VS 2008 + .NET 3.5. Currently I have VS 2008 + .NET 2.0. The problem is that I need to move projects one by one to new ...
13
votes
7answers
4k views

Generate distinctly different RGB colors in graphs

When generating graphs and showing different sets of data it usually a good idea to difference the sets by color. So one line is red and the next is green and so on. The problem is then that when the ...
13
votes
4answers
4k views

Designing a Yahoo Pipes inspired interface

I really like the interface for Yahoo Pipes (http://pipes.yahoo.com/pipes/) and would like to create a similar interface for a different problem. Are there any libraries that would allow me to create ...
12
votes
3answers
284 views

Model an undirected graph in Rails?

Importing the language of graph databases, understand nodes (represented by circles), edges (represented by arrows), and properties (metadata of nodes / edges) The graphic (courtesy of ...
12
votes
3answers
264 views

Finding a shortest path that passes through some arbitrary sequence of nodes?

In this earlier question the OP asked how to find a shortest path in a graph that goes from u to v and also passes through some node w. The accepted answer, which is quite good, was to run Dijkstra's ...
12
votes
5answers
1k views

Find all chordless cycles in an undirected graph

How to find all chordless cycles in an undirected graph? For example, given the graph 0 --- 1 | | \ | | \ 4 --- 3 - 2 the algorithm should return 1-2-3 and 0-1-3-4, but never 0-1-2-3-4. ...
12
votes
4answers
8k views

Looking for a graph layout framework for iOS

For an iOS application I'm making I need to show groups of elements grouped together according to their type, and different groups of types separated from each other in a nicely done layout. I ...
12
votes
5answers
1k views

How do I implement graphs and graph algorithms in a functional programming language?

Basically, I know how to create graph data structures and use Dijkstra's algorithm in programming languages where side effects are allowed. Typically, graph algorithms use a structure to mark certain ...
12
votes
5answers
611 views

Calculate shortest path through a grocery store

I'm trying to find a way to find the shortest path through a grocery store, visiting a list of locations (shopping list). The path should start at a specified startposition and can end at multiple ...
12
votes
6answers
2k views

Algorithm and data structure for solving the game “Globs”/flood fill/“FloodIt”

Suggest an algorithm and data structure for solving the game Globs (http://www.deadwhale.com/play.php?game=131). It's pretty fun in a geeky kind of way. (MatrixFrog correctly points out this game is ...
12
votes
11answers
2k views

Self-referential data structures in Lisp/Scheme

Is there a way to construct a self-referential data structure (say a graph with cycles) in lisp or scheme? I'd never thought about it before, but playing around I can find no straightforward way to ...
12
votes
13answers
8k views

Is there any 'out-of-the-box' 2D/3D plotting library for C++?

I looked at the different options for plotting functions (or other types of graphs) in an interactive window. I mostly use wxWidgets but I'd be open to any other "interfaces". Looking at what is ...

1 2 3 4 5 69