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

Part of the SPBU's programming course. Sparse Matrices as QuadTrees and their usage as an internal data structure for Graphs.

License

Notifications You must be signed in to change notification settings

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

Part of the SPBU's programming course. Sparse Matrices as QuadTrees and their usage as an internal data structure for Graphs.

Topics

Resources

License

Stars

Watchers

Forks

Languages