Skip to content

gabrielcholewinski/hashMapStorageService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashMapStorageService

The overall goal of the project is to implement a service for storing key-value pairs (along the lines of the java.util.Map interface of the Java API) similar to that used by Amazon to support its Web services. In this sense, the data structures used to store this information are a simple chained list and a hash table, given their high search efficiency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published