https://github.com/arrayknight/omicron
https://github.com/arrayknight/omicron
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arrayknight/omicron
- Owner: ArrayKnight
- Created: 2020-04-23T16:07:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T21:04:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T16:49:10.367Z (about 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omicron Code Challenge
### Memoization
A general introduction into memoization: [https://en.wikipedia.org/wiki/Memoization](https://en.wikipedia.org/wiki/Memoization)
### Instructions
See memoization.ts and memoization.test.ts for the required functionality.
Please provide a design rationale documenting your decisions (in code).