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

Latest commit

 

History

History
31 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 904 Bytes

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.