I dont have the full information yet since there's going to be a zoom meeting next week to give further details but I believe It can be any type of software project.what are the requirements? What kind of project? What is the scope?
I was thinking of going the full-stack route . Using Java/Spring-Boot/mySQL for the back-end and Angular for the front-end.
. When i tell you i crushed that technical
. All that damn leetcoding finally showing some results.



. I understand the premise but the logic is getting me. Tried 2 approaches, but no luck. HashMap to store entries, a TreeSet to store access times, and a custom object to store key, value, and access to time together (the value of the kvp in the map). I think my misstep with this approach is storing the access times rather than combined object and overriding the get and comparison of the TreeSet.