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 a linked list in python
- #191
#191
Open
Iswanna
wants to merge 12 commits into
CodeYourFuture:main
CodeYourFuture/Module-Complexity:main
from
Iswanna:implement-a-linked-list-in-python
Iswanna/Module-Complexity:implement-a-linked-list-in-python
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
West Midlands | 26 March SDC | Iswat Bello | Sprint 2 | Implement a linked list in python
#191
Iswanna
wants to merge 12 commits into
CodeYourFuture:main
CodeYourFuture/Module-Complexity:main
from
Iswanna:implement-a-linked-list-in-python
Iswanna/Module-Complexity:implement-a-linked-list-in-python
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2026
feat: implement Node class for doubly linked list
Show description for 5ee360b
Iswanna
committed
5ee360b
View commit details
Copy full SHA for 5ee360b
Browse repository at this point
feat: add LinkedList class and initialize head and tail pointers
Show description for c993128
Iswanna
committed
c993128
View commit details
Copy full SHA for c993128
Browse repository at this point
feat: implement push_head method in LinkedList
Show description for 47ed015
Iswanna
committed
47ed015
View commit details
Copy full SHA for 47ed015
Browse repository at this point
Implement pop_tail method in LinkedList
Show description for a15f352
Iswanna
committed
a15f352
View commit details
Copy full SHA for a15f352
Browse repository at this point
feat: implement remove method in LinkedList
Show description for eaaa1f9
Iswanna
committed
eaaa1f9
View commit details
Copy full SHA for eaaa1f9
Browse repository at this point
test: add unit tests for node removal and edge cases
Show description for dd21292
Iswanna
committed
dd21292
View commit details
Copy full SHA for dd21292
Browse repository at this point
docs: add CHANGES-MADE.md documenting Linked List implementation
Show description for 8935eb0
Iswanna
committed
8935eb0
View commit details
Copy full SHA for 8935eb0
Browse repository at this point
docs: update terminology in CHANGES-MADE.md
Show description for 2f0b1b7
Iswanna
committed
2f0b1b7
View commit details
Copy full SHA for 2f0b1b7
Browse repository at this point
Commits on Jul 3, 2026
perf: implement __slots__ in Node class to optimize memory
Show description for b756034
Iswanna
committed
b756034
View commit details
Copy full SHA for b756034
Browse repository at this point
refactor: remove redundant comments and metaphors from LinkedList
Show description for eb716e6
Iswanna
committed
eb716e6
View commit details
Copy full SHA for eb716e6
Browse repository at this point
refactor: add type hints to Node and LinkedList classes
Show description for 6e4d93a
Iswanna
committed
6e4d93a
View commit details
Copy full SHA for 6e4d93a
Browse repository at this point
refactor: simplify pop_tail by reusing remove method
Show description for 1e507e2
Iswanna
committed
1e507e2
View commit details
Copy full SHA for 1e507e2
Browse repository at this point
You can’t perform that action at this time.