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
51k
Star
224k
Code
Issues
42
Pull requests
544
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
added powersort in sorts/power_sort.py
- #13219
#13219
Merged
cclauss
merged 11 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
a3ro-dev:master
a3ro-dev/Python:master
Copy head branch name to clipboard
Sep 9, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
added powersort in sorts/power_sort.py
#13219
cclauss
merged 11 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
a3ro-dev:master
a3ro-dev/Python:master
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2025
added powersort in sorts/power_sort.py
a3ro-dev
committed
45a23c7
View commit details
Copy full SHA for 45a23c7
Browse repository at this point
Added references to the Power Sort algorithm in power_sort.py, including links to the Wikipedia page and the original paper by Munro and Wild.
a3ro-dev
committed
6c46eaf
View commit details
Copy full SHA for 6c46eaf
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 3ab11af
pre-commit-ci[bot]
committed
3ab11af
View commit details
Copy full SHA for 3ab11af
Browse repository at this point
Refactor power_sort.py to improve code clarity and organization. Updated import statements, removed unnecessary whitespace, and enhanced comments for better readability. Adjusted key function handl…
Show description for 4c6bd9d
a3ro-dev
committed
4c6bd9d
View commit details
Copy full SHA for 4c6bd9d
Browse repository at this point
Merge branch 'master' of github.com:a3ro-dev/Python
a3ro-dev
committed
f48c1d2
View commit details
Copy full SHA for f48c1d2
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for b8a0c4e
pre-commit-ci[bot]
committed
b8a0c4e
View commit details
Copy full SHA for b8a0c4e
Browse repository at this point
Refactor power_sort.py to enhance clarity and consistency. Updated parameter names for better understanding, improved comments for key functions, and ensured consistent handling of total length in …
Show description for 7690063
a3ro-dev
committed
7690063
View commit details
Copy full SHA for 7690063
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 77d0e87
pre-commit-ci[bot]
committed
77d0e87
View commit details
Copy full SHA for 77d0e87
Browse repository at this point
Refactor comments and formatting in power_sort.py for improved readability. Adjusted whitespace and line breaks in function definitions and comments to enhance clarity without altering functionality.
a3ro-dev
committed
e24aef5
View commit details
Copy full SHA for e24aef5
Browse repository at this point
Merge branch 'master' of github.com:a3ro-dev/Python
a3ro-dev
committed
f846547
View commit details
Copy full SHA for f846547
Browse repository at this point
Commits on Sep 9, 2026
Remove .cursor from .gitignore
cclauss
authored
f2e9412
View commit details
Copy full SHA for f2e9412
Browse repository at this point
You can’t perform that action at this time.