Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ unshift
Method
unshift
sorts/external-sort.py:82–86 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
80
return
True
81
82
def
unshift(self, index):
83
value = self.buffers[index]
84
self.buffers[index] = None
85
86
return
value
87
88
89
class
FileMerger(object):
Callers
1
merge
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected