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
Type
/
to 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.1k
Code
Issues
8
Pull requests
12
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Monotonic_Increasing_Stack
- #6600
#6600
Closed
NayanSaraff
wants to merge 17 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
NayanSaraff:master
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
Monotonic_Increasing_Stack
#6600
NayanSaraff
wants to merge 17 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
NayanSaraff:master
Copy head branch name to clipboard
Commits
Commits on Oct 3, 2025
Add MonotonicStack class with element retrieval methods
NayanSaraff
authored
d94c96c
View commit details
Copy full SHA for d94c96c
Browse repository at this point
Rename Monotonic_Increasing_Stack.java to MonotonicIncreasingStack.java
NayanSaraff
authored
8bd26a1
View commit details
Copy full SHA for 8bd26a1
Browse repository at this point
Add comments to MonotonicIncreasingStack.java
Show description for 8cfd530
NayanSaraff
authored
8cfd530
View commit details
Copy full SHA for 8cfd530
Browse repository at this point
Add reference link for monotonic stack implementation
Show description for e52b2ed
NayanSaraff
authored
e52b2ed
View commit details
Copy full SHA for e52b2ed
Browse repository at this point
Rename MonotonicStack to MonotonicIncreasingStack
NayanSaraff
authored
1debee0
View commit details
Copy full SHA for 1debee0
Browse repository at this point
Fix comments and formatting in MonotonicIncreasingStack
NayanSaraff
authored
3d026b5
View commit details
Copy full SHA for 3d026b5
Browse repository at this point
Refactor MonotonicIncreasingStack for utility class
NayanSaraff
authored
af85032
View commit details
Copy full SHA for af85032
Browse repository at this point
Change class declaration to final for MonotonicIncreasingStack
NayanSaraff
authored
e606da3
View commit details
Copy full SHA for e606da3
Browse repository at this point
Fix class declaration for MonotonicIncreasingStack
NayanSaraff
authored
efe19ad
View commit details
Copy full SHA for efe19ad
Browse repository at this point
Remove main method from MonotonicIncreasingStack
Show description for 6b91248
NayanSaraff
authored
6b91248
View commit details
Copy full SHA for 6b91248
Browse repository at this point
Remove unused import of Arrays in MonotonicIncreasingStack
Show description for d8832e1
NayanSaraff
authored
d8832e1
View commit details
Copy full SHA for d8832e1
Browse repository at this point
Merge branch 'master' into master
NayanSaraff
authored
4f91768
View commit details
Copy full SHA for 4f91768
Browse repository at this point
Commits on Oct 4, 2025
Merge branch 'master' into master
NayanSaraff
authored
96aab2d
View commit details
Copy full SHA for 96aab2d
Browse repository at this point
Commits on Oct 7, 2025
Merge branch 'master' into master
NayanSaraff
authored
7bb791e
View commit details
Copy full SHA for 7bb791e
Browse repository at this point
Commits on Oct 8, 2025
Implement test scenarios for MonotonicIncreasingStack
Show description for c3bc74c
NayanSaraff
authored
c3bc74c
View commit details
Copy full SHA for c3bc74c
Browse repository at this point
Update MonotonicIncreasingStack.java
NayanSaraff
authored
7603303
View commit details
Copy full SHA for 7603303
Browse repository at this point
Commits on Oct 26, 2025
Merge branch 'master' into master
DenizAltunkapan
authored
f225ff3
View commit details
Copy full SHA for f225ff3
Browse repository at this point
You can’t perform that action at this time.