Tagged Questions

1
vote
3answers
34 views

Tracing the longest path using Bellman-Ford with negative edge weights.

Hello All, I'm currently finding the longest path in a directed acyclic positive-weighted graph by negating all edge weights and running Bellman Ford. This is working great. Howev …
1
vote
5answers
134 views

Java: how to represent graphs?

I'm implementing some algorithms to teach myself about graphs and how to work with them. What would you recommend is the best way to do that in Java? I was thinking something like …
4
votes
3answers
143 views

Why is the complexity of A* exponential in memory?

Wikipedia says on A* complexity the following (link here): More problematic than its time complexity is A*’s memory usage. In the worst case, it must also remember an exp …
0
votes
3answers
50 views

How to plot a realtime graph (histogram) using data obtained in a text file

I have a continuously generated data (text file) generated by a program on the server. I want to plot the data as a real-time graph just like powergrid does. This was my approach: …
0
votes
2answers
22 views

Graphs in a Facebook App

I've been messing around a bit with a Facebook application for a while now, which is using FBML. A need has arisen to integrate graphs to display data. From what I can tell my opti …
1
vote
3answers
72 views

Make the X and Y axis scales equal on an Excel chart

I'd like the X and Y axes of my Excel charts to have the same scale on the screen, because I'm plotting geographical data. A 1km by 1km square should look like a square, not like a …
0
votes
5answers
50 views

Modelling country adjacency in SQL

I'm trying to model which countries border each other in MySQL. I have three tables: nodes ----- node_id MEDIUMINT countries --------- country_id MEDIUMINT (used as a foreign key …
0
votes
3answers
139 views

How to create line chart in iphone application?

I am creating a budget application in iPhone. Budget for personal incomes & expenses. Client's need is I want to see line graph ( like stock market line report ). Red line …
4
votes
3answers
53 views

query language for graph sets: data modeling question

Hello. Suppose I have a set of directed graphs. I need to query those graphs. I would like to get a feeling for my best choice for the graph modeling task. So far I have these opt …
-3
votes
1answer
42 views

Is there any web site or software where I can see a project’s progress in graphic style

Basically i have one project where i have to collect points based on hours task has 5 points per hour ans task2 has 20 points per hour and depending upon how much points i have e …
2
votes
2answers
55 views

Graph Isomorphism

Is there an algorithm or heuristics for graph isomorphism? Corollary: A graph can be represented in different different drawings. What s the best approach to find different drawi …
0
votes
3answers
66 views

Real-time graphs

Do you know of a graphing library similar to Google's Annotated Timeline( http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html) that can be update …
0
votes
3answers
45 views

continuous moving graph using JavaScript or flash

I have some data and I want to plot a graph using that data. The problem is that the data keeps on changing (multiple files) and I want the graph to be continuous (something like E …
0
votes
7answers
47 views

Graph Control in Java/Netbeans? Does it exist?

Is it possible that anyone has a link to a graph class/library that I can use to produce a graph in Java? Thanks for any help!
5
votes
1answer
62 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 …

1 2 3 4 5 12 next
15 30 50 per page