Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CodeYourFuture
/
Module-Complexity
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
60
Star
0
Code
Issues
16
Pull requests
59
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
West Midlands | 26 March SDC | Iswat Bello | Sprint 2 | Implement an LRU cache in python
- #193
#193
Open
Iswanna
wants to merge 10 commits into
CodeYourFuture:main
CodeYourFuture/Module-Complexity:main
from
Iswanna:implement-an-LRU-cache-in-python
Iswanna/Module-Complexity:implement-an-LRU-cache-in-python
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
West Midlands | 26 March SDC | Iswat Bello | Sprint 2 | Implement an LRU cache in python
#193
Iswanna
wants to merge 10 commits into
CodeYourFuture:main
CodeYourFuture/Module-Complexity:main
from
Iswanna:implement-an-LRU-cache-in-python
Iswanna/Module-Complexity:implement-an-LRU-cache-in-python
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
feat: define Node class with key-value storage for LRU Cache
Show description for 3737e45
Iswanna
committed
3737e45
View commit details
Copy full SHA for 3737e45
Browse repository at this point
feat: add LinkedList class to manage cache usage order
Show description for a19e9bf
Iswanna
committed
a19e9bf
View commit details
Copy full SHA for a19e9bf
Browse repository at this point
feat: implement push_head method for LinkedList
Show description for 51c5c71
Iswanna
committed
51c5c71
View commit details
Copy full SHA for 51c5c71
Browse repository at this point
feat: implement pop_tail method for LinkedList
Show description for 01c34ee
Iswanna
committed
01c34ee
View commit details
Copy full SHA for 01c34ee
Browse repository at this point
feat: implement remove method for LinkedList
Show description for abaca89
Iswanna
committed
abaca89
View commit details
Copy full SHA for abaca89
Browse repository at this point
feat: implement LruCache class and initialization logic
Show description for 7621805
Iswanna
committed
7621805
View commit details
Copy full SHA for 7621805
Browse repository at this point
feat: implement get method for LruCache
Show description for e2d5a85
Iswanna
committed
e2d5a85
View commit details
Copy full SHA for e2d5a85
Browse repository at this point
feat: implement set method with LRU eviction logic
Show description for db31358
Iswanna
committed
db31358
View commit details
Copy full SHA for db31358
Browse repository at this point
test: add edge case and complex value tests for LruCache
Show description for becdd11
Iswanna
committed
becdd11
View commit details
Copy full SHA for becdd11
Browse repository at this point
docs: add detailed implementation notes for LRU Cache
Show description for f1260f0
Iswanna
committed
f1260f0
View commit details
Copy full SHA for f1260f0
Browse repository at this point
You can’t perform that action at this time.