Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ pancake_sort.py
File
pancake_sort.py
sorts/pancake_sort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Pancake sort algorithm
2
# Only can reverse array from 0 to i
3
4
def
pancakesort(arr):
Callers
nothing calls this directly
Calls
1
pancakesort
Function · 0.85
Tested by
no test coverage detected