- Fork this repository (you'll need to push your solution later)
- Clone your fork:
git clone https://github.com/hami-sh/cache-interview.git
- Open in IntelliJ IDEA or VS Code
- Implement your solution in
src/org/intern/Solution.java - Run the tests to verify your implementation
Run your tests by executing the main method in Solution.java.
Good luck!