Skip to content

Sheffield | 25-SDC-Nov | Hassan Osman | Sprint 2 | Implement an LRU cache in Python#126

Open
HassanOHOsman wants to merge 12 commits intoCodeYourFuture:mainfrom
HassanOHOsman:feature/implement-LRU-cache
Open

Sheffield | 25-SDC-Nov | Hassan Osman | Sprint 2 | Implement an LRU cache in Python#126
HassanOHOsman wants to merge 12 commits intoCodeYourFuture:mainfrom
HassanOHOsman:feature/implement-LRU-cache

Conversation

@HassanOHOsman
Copy link

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

In this pull request, I implemented an LRU (Least Recently Used) cache using Python. The cache uses get and set methods and enforces a fixed limit by evicting the least recently used entry when the limit is exceeded.

@HassanOHOsman HassanOHOsman added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 2 Assigned during Sprint 2 of this module labels Feb 27, 2026
Copy link

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants