Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 426 Bytes

File metadata and controls

14 lines (11 loc) · 426 Bytes

Getting Started

  1. Fork this repository (you'll need to push your solution later)
  2. Clone your fork:
    git clone https://github.com/hami-sh/cache-interview.git
  3. Open in IntelliJ IDEA or VS Code
  4. Implement your solution in src/org/intern/Solution.java
  5. Run the tests to verify your implementation

Run your tests by executing the main method in Solution.java.

Good luck!