Skip to content

Implementation of a Sparse Vector using a backing LinkedList

License

Notifications You must be signed in to change notification settings

Lachstec/sparse-vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SparseVector

This repository contains an assignment from our algorithms and datastructures lecture. The assignment was to implement a SparseVector on basis of a singly LinkedList.

Getting started

This project only consists of the SparseVector class and corresponding unit tests. To run the tests, simpls clone the repository using:

git clone https://github.com/Lachstec/sparse-vector

After cloning the repository, simply run the following command in the directory:

mvn test

About

Implementation of a Sparse Vector using a backing LinkedList

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages