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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Java
Public
Notifications
You must be signed in to change notification settings
Fork
21.3k
Star
66.2k
Code
Issues
5
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Feature/stack using linked list
- #7108
#7108
Closed
gowtham1412-p
wants to merge 13 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
gowtham1412-p:feature/stack-using-linked-list
gowtham1412-p/Java:feature/stack-using-linked-list
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
Feature/stack using linked list
#7108
gowtham1412-p
wants to merge 13 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
gowtham1412-p:feature/stack-using-linked-list
gowtham1412-p/Java:feature/stack-using-linked-list
Copy head branch name to clipboard
Commits
Commits on Nov 24, 2025
docs: update CONTRIBUTING.md to reference Discord instead of Gitter
Show description for a4a7d3d
gowtham1412-p
committed
a4a7d3d
View commit details
Copy full SHA for a4a7d3d
Browse repository at this point
feat: Add Stack Implementation Using Linked List (#6715)
gowtham1412-p
committed
53668c7
View commit details
Copy full SHA for 53668c7
Browse repository at this point
Merge branch 'master' into feature/stack-using-linked-list
gowtham1412-p
authored
f5fe206
View commit details
Copy full SHA for f5fe206
Browse repository at this point
Commits on Nov 25, 2025
"style: apply code formatting"
gowtham1412-p
authored
aedc2a2
View commit details
Copy full SHA for aedc2a2
Browse repository at this point
"test: add comprehensive tests for StackUsingLinkedList"
gowtham1412-p
authored
d98fe62
View commit details
Copy full SHA for d98fe62
Browse repository at this point
fix: correct import order for clang-format compliance
gowtham1412-p
authored
6e4c0fd
View commit details
Copy full SHA for 6e4c0fd
Browse repository at this point
fix: resolve merge conflicts
gowtham1412-p
committed
8f641e0
View commit details
Copy full SHA for 8f641e0
Browse repository at this point
style: add newline at end of files
gowtham1412-p
committed
5074d09
View commit details
Copy full SHA for 5074d09
Browse repository at this point
fix: resolve merge conflict
gowtham1412-p
committed
db02e78
View commit details
Copy full SHA for db02e78
Browse repository at this point
style: apply clang-format to fix spacing
gowtham1412-p
committed
d9ff00a
View commit details
Copy full SHA for d9ff00a
Browse repository at this point
fix: remove duplicate method definitions in main()
gowtham1412-p
committed
454cab2
View commit details
Copy full SHA for 454cab2
Browse repository at this point
fix: remove duplicate method definitions in main()
gowtham1412-p
committed
f49bff7
View commit details
Copy full SHA for f49bff7
Browse repository at this point
fix: add generic type parameters to resolve compilation warnings
gowtham1412-p
committed
2045e60
View commit details
Copy full SHA for 2045e60
Browse repository at this point
You can’t perform that action at this time.