Graph representation compress

This is a discussion on Graph representation compress within the Theory forums in Theory and Concepts category; Hi theory guru! I am interested in compress large (spare/complete) (static/dynamic) graph model representation. What data structures helps to represent graph with 10.000.000 and more vertexes as compress as possible. And what data structures provide high performance factor for such graphs? Maybe, it ll be coded adjacency matrix or map/multimap, sets or hash table..?...

Go Back   Application Development Forum > Theory and Concepts > Theory

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-08-2008, 01:01 PM
Александр
Guest
 
Default Graph representation compress

Hi theory guru! I am interested in compress large (spare/complete)
(static/dynamic) graph model representation. What data structures
helps to represent graph with 10.000.000 and more vertexes as compress
as possible. And what data structures provide high performance factor
for such graphs?
Maybe, it ll be coded adjacency matrix or map/multimap, sets or hash
table..?
Reply With Quote
  #2  
Old 08-12-2008, 12:22 AM
Le Chaud Lapin
Guest
 
Default Re: Graph representation compress

On Aug 8, 12:01 pm, Александр <palgol...@gmail.com> wrote:
> Hi theory guru! I am interested in compress large (spare/complete)
> (static/dynamic) graph model representation. What data structures
> helps to represent graph with 10.000.000 and more vertexes as compress
> as possible. And what data structures provide high performance factor
> for such graphs?
> Maybe, it ll be coded adjacency matrix or map/multimap, sets or hash
> table..?


Hmmm...

I just replied to a very similar post in comp.lang.c++, only the
number was 6.000.000 instead of 10.000.000, so I am curious if there
is any correlation here.

http://groups.google.com/group/comp....4afa0bc96f402/

It depends on what you plan to do with the graph. If you only want to
determine adjacency, then that's one matter, but if you need something
to execute, say, Dijkstra's algorithm, you will find that the suitable
data structure suprisingly fat.

What are you doing this for?

-Le Chaud Lapin-
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 10:44 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.