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
Adding method to check wether a matrix is stochastic
- #7184
#7184
Merged
DenizAltunkapan
merged 12 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
Dsannue:master
Dsannue/Java:master
Copy head branch name to clipboard
Dec 28, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Adding method to check wether a matrix is stochastic
#7184
DenizAltunkapan
merged 12 commits into
TheAlgorithms:master
TheAlgorithms/Java:master
from
Dsannue:master
Dsannue/Java:master
Copy head branch name to clipboard
Commits
Commits on Dec 27, 2025
Add StochasticMatrix utility class
Show description for b7fd01a
Dsannue
authored
b7fd01a
View commit details
Copy full SHA for b7fd01a
Browse repository at this point
Change package from maths to matrix
Show description for c2c0db7
Dsannue
authored
c2c0db7
View commit details
Copy full SHA for c2c0db7
Browse repository at this point
Change package declaration in StochasticMatrixTest
Dsannue
authored
5be7fc4
View commit details
Copy full SHA for 5be7fc4
Browse repository at this point
Delete src/test/java/com/thealgorithms/StochasticMatrixTest.java
Dsannue
authored
e2d6da3
View commit details
Copy full SHA for e2d6da3
Browse repository at this point
Refactor matrix initialization for test cases
Dsannue
authored
f88ace4
View commit details
Copy full SHA for f88ace4
Browse repository at this point
Fix formatting of matrix initialization in tests
Dsannue
authored
2a421ac
View commit details
Copy full SHA for 2a421ac
Browse repository at this point
Remove unnecessary newline in StochasticMatrix
Dsannue
authored
af05c24
View commit details
Copy full SHA for af05c24
Browse repository at this point
Add import statement for JUnit in StochasticMatrixTest
Dsannue
authored
5e76135
View commit details
Copy full SHA for 5e76135
Browse repository at this point
Add additional assertions to StochasticMatrixTest
Dsannue
authored
5627fd9
View commit details
Copy full SHA for 5627fd9
Browse repository at this point
Clean up import statements in StochasticMatrixTest
Show description for 5c0454b
Dsannue
authored
5c0454b
View commit details
Copy full SHA for 5c0454b
Browse repository at this point
Reorder import statements in StochasticMatrixTest
Dsannue
authored
98ae6c0
View commit details
Copy full SHA for 98ae6c0
Browse repository at this point
Remove unused import assertThrows from StochasticMatrixTest
Show description for e085cfc
Dsannue
authored
e085cfc
View commit details
Copy full SHA for e085cfc
Browse repository at this point
You can’t perform that action at this time.