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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51.1k
Star
225k
Code
Issues
9
Pull requests
332
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
The sum of outcomes for rolling an N-sided dice K times.
- #11463
#11463
Open
dipuk0506
wants to merge 52 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
dipuk0506:master
dipuk0506/Python:master
Copy head branch name to clipboard
Conversation
Commits
52
(52)
Checks
Files changed
Open
The sum of outcomes for rolling an N-sided dice K times.
#11463
dipuk0506
wants to merge 52 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
dipuk0506:master
dipuk0506/Python:master
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2024
Create Image_Classification_Example_MNIST_CNN.py
Show description for 4fd289f
dipuk0506
authored
4fd289f
View commit details
Copy full SHA for 4fd289f
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 29671f5
pre-commit-ci[bot]
committed
29671f5
View commit details
Copy full SHA for 29671f5
Browse repository at this point
Commits on Jun 11, 2024
Update and rename Image_Classification_Example_MNIST_CNN.py to image_classification_example_mnist_cnn.py
dipuk0506
authored
4e3484a
View commit details
Copy full SHA for 4e3484a
Browse repository at this point
Update image_classification_example_mnist_cnn.py
dipuk0506
authored
7b70f64
View commit details
Copy full SHA for 7b70f64
Browse repository at this point
Delete computer_vision/image_classification_example_mnist_cnn.py
dipuk0506
authored
a4b7330
View commit details
Copy full SHA for a4b7330
Browse repository at this point
Commits on Jun 12, 2024
Create probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
158c1fe
View commit details
Copy full SHA for 158c1fe
Browse repository at this point
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
d8b68ba
View commit details
Copy full SHA for d8b68ba
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for c49619c
pre-commit-ci[bot]
committed
c49619c
View commit details
Copy full SHA for c49619c
Browse repository at this point
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
b62a774
View commit details
Copy full SHA for b62a774
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 707b446
pre-commit-ci[bot]
committed
707b446
View commit details
Copy full SHA for 707b446
Browse repository at this point
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
df400a7
View commit details
Copy full SHA for df400a7
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 929301c
pre-commit-ci[bot]
committed
929301c
View commit details
Copy full SHA for 929301c
Browse repository at this point
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
b84ac59
View commit details
Copy full SHA for b84ac59
Browse repository at this point
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
b79e0c1
View commit details
Copy full SHA for b79e0c1
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 205cb87
pre-commit-ci[bot]
committed
205cb87
View commit details
Copy full SHA for 205cb87
Browse repository at this point
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
c987949
View commit details
Copy full SHA for c987949
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 366f1ff
pre-commit-ci[bot]
committed
366f1ff
View commit details
Copy full SHA for 366f1ff
Browse repository at this point
Commits on Jun 13, 2024
Update probability_of_n_heads_in_m_tossing.py
dipuk0506
authored
ac01ab0
View commit details
Copy full SHA for ac01ab0
Browse repository at this point
Commits on Jun 14, 2024
Update and rename probability_of_n_heads_in_m_tossing.py to outcome_of_rolling_n_sided_dice_k_time.py
dipuk0506
authored
e4129b9
View commit details
Copy full SHA for e4129b9
Browse repository at this point
Update outcome_of_rolling_n_sided_dice_k_time.py
dipuk0506
authored
00e2389
View commit details
Copy full SHA for 00e2389
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for ce9e835
pre-commit-ci[bot]
committed
ce9e835
View commit details
Copy full SHA for ce9e835
Browse repository at this point
Update and rename outcome_of_rolling_n_sided_dice_k_time.py to sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
c7d9ea4
View commit details
Copy full SHA for c7d9ea4
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for d8f511c
pre-commit-ci[bot]
committed
d8f511c
View commit details
Copy full SHA for d8f511c
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
fcf30bc
View commit details
Copy full SHA for fcf30bc
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 360ef80
pre-commit-ci[bot]
committed
360ef80
View commit details
Copy full SHA for 360ef80
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
749499a
View commit details
Copy full SHA for 749499a
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 7bea0d9
pre-commit-ci[bot]
committed
7bea0d9
View commit details
Copy full SHA for 7bea0d9
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
164a51d
View commit details
Copy full SHA for 164a51d
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for b8cb3bc
pre-commit-ci[bot]
committed
b8cb3bc
View commit details
Copy full SHA for b8cb3bc
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
ccf5053
View commit details
Copy full SHA for ccf5053
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 5d23214
pre-commit-ci[bot]
committed
5d23214
View commit details
Copy full SHA for 5d23214
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
592c685
View commit details
Copy full SHA for 592c685
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for ea842d6
pre-commit-ci[bot]
committed
ea842d6
View commit details
Copy full SHA for ea842d6
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
07d07bc
View commit details
Copy full SHA for 07d07bc
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 9c51e64
pre-commit-ci[bot]
committed
9c51e64
View commit details
Copy full SHA for 9c51e64
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
1dd86bc
View commit details
Copy full SHA for 1dd86bc
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for f2d459a
pre-commit-ci[bot]
committed
f2d459a
View commit details
Copy full SHA for f2d459a
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
1b41f73
View commit details
Copy full SHA for 1b41f73
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
ca60090
View commit details
Copy full SHA for ca60090
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for cedf450
pre-commit-ci[bot]
committed
cedf450
View commit details
Copy full SHA for cedf450
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
fa6c205
View commit details
Copy full SHA for fa6c205
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 45f27b7
pre-commit-ci[bot]
committed
45f27b7
View commit details
Copy full SHA for 45f27b7
Browse repository at this point
Commits on Jun 15, 2024
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
db15528
View commit details
Copy full SHA for db15528
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
84787b5
View commit details
Copy full SHA for 84787b5
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 1b7eb1d
pre-commit-ci[bot]
committed
1b7eb1d
View commit details
Copy full SHA for 1b7eb1d
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
f618200
View commit details
Copy full SHA for f618200
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 752ed1e
pre-commit-ci[bot]
committed
752ed1e
View commit details
Copy full SHA for 752ed1e
Browse repository at this point
Update sum_of_outcomes_for_rolling_n_sided_dice_k_time.py
dipuk0506
authored
f348aa0
View commit details
Copy full SHA for f348aa0
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for ea0c141
pre-commit-ci[bot]
committed
ea0c141
View commit details
Copy full SHA for ea0c141
Browse repository at this point
Commits on Sep 14, 2026
Merge branch 'master' into master
cclauss
authored
c2d9ad3
View commit details
Copy full SHA for c2d9ad3
Browse repository at this point
updating DIRECTORY.md
cclauss
committed
a458148
View commit details
Copy full SHA for a458148
Browse repository at this point
Commits on Sep 15, 2026
Merge branch 'master' into master
cclauss
authored
67e1d5e
View commit details
Copy full SHA for 67e1d5e
Browse repository at this point
You can’t perform that action at this time.