The Wayback Machine - https://web.archive.org/web/20201103184437/https://github.com/TheAlgorithms/Java/pull/1371
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LFU Cache implementation #1371

Merged
merged 1 commit into from Jul 27, 2020

Conversation

@tanmaylaud
Copy link

@tanmaylaud tanmaylaud commented Jul 26, 2020

Addresses issue #1370 partially.

Added new LFU Cache

Added test for the implementation

Implements cache with Least Frequently Used algorithm

@StepfenShawn StepfenShawn merged commit 80b765b into TheAlgorithms:Development Jul 27, 2020
@StepfenShawn
Copy link
Member

@StepfenShawn StepfenShawn commented Jul 27, 2020

Good job! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.