joaquinhojman / TPF

Trabajo practico profesional FIUBA
0 stars 0 forks source link

[INVESTIGATION] Graph representation - NetworkX internals #4

Open leogm99 opened 1 year ago

leogm99 commented 1 year ago

We need to understand how are graphs actually represented in networkx in order to understand the memory representation of the objects that we are going to work with. Is it all python dicts? Or is something represented via numpy?