Skip to content

FelipeSchreiber/GraphTheoryBFS-DFS-w-Memory-optimizations

Repository files navigation

GraphTheoryBFS-DFS-w-Memory-optimizations

To represent a non directed and unweighted graph i used not only the upper triangular matrix to avoid redundancies (as edge u-v is the same as edge v-u), but also they are represented by bits, which reduces up to 93% of memory usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages