Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 471 Bytes

Caching Server

A simple caching server developed within 3 hours for a hiring challange. Full problem statement can be found in question.txt.

Testing

Start server

PORT=3000 python3 server.py

Run tests

python3 tests/checker.py 3000

Result

================================================================================
Percentage solved: 100.00%