A Java-based LLD cache using LRU implementation. Simple to use, ideal for caching scenarios with limited memory and customisable capacity.
-
Updated
Aug 17, 2024 - Java
A Java-based LLD cache using LRU implementation. Simple to use, ideal for caching scenarios with limited memory and customisable capacity.
Updated Duration Exercise. A method that takes a duration (given as seconds) and formats it into a human-friendly way. The function must accept a non-negative integer. If it is zero, it just returns "now". Otherwise, the duration is expressed as a combination of seconds, minutes, days, weeks, and months.
Teste Técnico para Processo Seletivo
Add a description, image, and links to the linked-hashmap topic page so that developers can more easily learn about it.
To associate your repository with the linked-hashmap topic, visit your repo's landing page and select "manage topics."