Skip to content

GeorgePapageorgakis/sparse-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sparse-array

A simple implementation of sparse array as linked list is an array in which most of the elements have the default value (usually 0 or null). The occurrence of zero-value elements in a large array is inefficient for both computation and storage. An array in which there is a large number of zero elements is referred to as being sparse.

About

A simple implementation of sparse array as linked list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages