larissalages / code_problems

Code Problems from Coding Challenge Websites. The goal is to help them to improve their code skills and also studying for coding interviews.
MIT License
55 stars 182 forks source link

Add LRU Cache program to classical_algorithms #422

Open sr-sweta opened 1 year ago

sr-sweta commented 1 year ago

I want to add LRU Cache program to leetcode folder with a sub-folder called hybrid. LRU problem is a very famous interview problem for product based companies. This problem needs concepts of linked-list and hash table so it needs to be added to a different folder.

larissalages commented 1 year ago

Great @sr-sweta , I assigned this to you!

sr-sweta commented 1 year ago

I wanna ask. Is this repo still considered for Hacktoberfest contribution?

sr-sweta commented 1 year ago

@larissalages

larissalages commented 1 year ago

yes, it is @sr-sweta