Skip to content

lamya01/Generic_Programming_Project-Sparse_set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic_Programming_Project-Sparse_set

the project will implement a generic data structure which behaves like a set- the sparse array will be implemented as a set of structures, where each structure contains the index of an array member and a pointer to it (this member will be of a generic type). We'll maintain this structure array in sorted order of index, so both insertion and searching will be of the order of the number of elements in the sparse array.

The sparse array will support insertion, deletion, search and update.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages