Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

artem-burashnikov/SparseMatrices

Repository files navigation

SparseMatrices

This repository explores SparseMatrices as QuadTrees as an internal graph representation. The necessary Tree data structures and their methods are defined. The study concludes with a benchmarking solution of Breadth-First-Search algorithm.

Here is the link to the related research work (in Russian).


Developing

Make sure the following requirements are installed on your system:

Building

> build.cmd <optional buildtarget> // on windows
$ ./build.sh  <optional buildtarget>// on unix

Build Targets

For details look at MiniScaffold. It was used as a template for the project.

About

Sparse Matrices as QuadTrees and their usage as an internal data structure for Graphs.

Topics

Resources

License

Stars

Watchers

Forks

Languages