MCPcopy Create free account
hub / github.com/algorithm004-03/algorithm004-03 / insertFront

Method insertFront

Week 01/id_113/LeetCode641.py:10–18  ·  view source on GitHub ↗

Adds an item at the front of Deque. Return true if the operation is successful.

(self, value: int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

LeetCode641.pyFile · 0.45

Calls 2

isFullMethod · 0.95
insertMethod · 0.45

Tested by

no test coverage detected