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
Accelerator
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 }}
t-ooka
/
leetcode
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
206. Reverse Linked List
- #14
#14
Open
t-ooka
wants to merge 12 commits into
main
t-ooka/leetcode:main
from
question/Reverse-Linked-List
t-ooka/leetcode:question/Reverse-Linked-List
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
206. Reverse Linked List
#14
t-ooka
wants to merge 12 commits into
main
t-ooka/leetcode:main
from
question/Reverse-Linked-List
t-ooka/leetcode:question/Reverse-Linked-List
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2025
Add reverseList method to Solution class
t-ooka
authored
36605bd
View commit details
Copy full SHA for 36605bd
Browse repository at this point
Create step2-using-recursive.py
t-ooka
authored
96625c4
View commit details
Copy full SHA for 96625c4
Browse repository at this point
Add stack-based solution for reversing linked list
t-ooka
authored
dcb76d6
View commit details
Copy full SHA for dcb76d6
Browse repository at this point
Create step2-using-iterative.py
t-ooka
authored
13dcc6d
View commit details
Copy full SHA for 13dcc6d
Browse repository at this point
Commits on Sep 13, 2025
Create step3-using-iteration.py
t-ooka
authored
b282584
View commit details
Copy full SHA for b282584
Browse repository at this point
Add recursive function to reverse linked list
t-ooka
authored
a94aeee
View commit details
Copy full SHA for a94aeee
Browse repository at this point
Add reverseList method using stack approach
t-ooka
authored
d453a11
View commit details
Copy full SHA for d453a11
Browse repository at this point
Create memo.md
t-ooka
authored
16f6011
View commit details
Copy full SHA for 16f6011
Browse repository at this point
Commits on Oct 16, 2025
Create step4-using-stack.py
t-ooka
authored
c3652c5
View commit details
Copy full SHA for c3652c5
Browse repository at this point
Create step4-using-iteration.py
t-ooka
authored
c1bfe40
View commit details
Copy full SHA for c1bfe40
Browse repository at this point
Create step4-using-recursion.py
t-ooka
authored
eeace60
View commit details
Copy full SHA for eeace60
Browse repository at this point
Commits on Nov 13, 2025
Update memo.md
t-ooka
authored
c223cdf
View commit details
Copy full SHA for c223cdf
Browse repository at this point
You can’t perform that action at this time.