An open API service indexing awesome lists of open source software.

https://github.com/arrayknight/omicron


https://github.com/arrayknight/omicron

Last synced: 27 days ago
JSON representation

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).