Skip to content
/ RAM Public

Mimics RAM in real computing with functions of fetch and store only

Notifications You must be signed in to change notification settings

yolandayyu/RAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAM

Accumulate the sum of a list of numbers using only ram-fetch and ram-store mimicking how RAM works in real life. With respective run-time of O(n^2), O(n+m) and O(nlogm), where n is the number of elements in the list, and m is the maximum element in the list.

About

Mimics RAM in real computing with functions of fetch and store only

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages