Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/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
len(self.empty) != self.num_buffers
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:
Callers
1
merge
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected