Skip to content

Glasgow | 26-SDC-Mar | Mohammed Abdoon | Sprint 2 | Implement an LRU cache - #219

Open
M-Abdoon wants to merge 1 commit into
CodeYourFuture:mainfrom
M-Abdoon:sprint2/cach_in_python
Open

Glasgow | 26-SDC-Mar | Mohammed Abdoon | Sprint 2 | Implement an LRU cache#219
M-Abdoon wants to merge 1 commit into
CodeYourFuture:mainfrom
M-Abdoon:sprint2/cach_in_python

Conversation

@M-Abdoon

Copy link
Copy Markdown

Learners, PR Template

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

@M-Abdoon M-Abdoon added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Complexity The name of the module. labels Jul 15, 2026
@M-Abdoon M-Abdoon changed the title Glasgow | 26-SDC-Mar | Mohammed Abdoon| Sprint 2 | Implement an LRU cache Glasgow | 26-SDC-Mar | Mohammed Abdoon | Sprint 2 | Implement an LRU cache Jul 16, 2026

@cjyuan cjyuan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

To better adhere to the Single-Responsibility Principle (SRP) from SOLID design principles,
it's preferable to implement the "doubly linked list" and the "LRU Cache" as separate classes, with the linked list used inside LruCache to manage ordering.

Alternatively, OrderedDict can be used directly within LruCache to maintain order.

Could you update your code using one of these approaches?

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Complexity The name of the module. Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants