Sliding window max (peeked a bit)
This commit is contained in:
+4
-17
@@ -13,27 +13,14 @@ keywords = []
|
||||
authors = [
|
||||
{ name = "Dan Buch", email = "dan@meatballhat.com" },
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
classifiers = []
|
||||
dependencies = [
|
||||
"ipython",
|
||||
"ipdb"
|
||||
"ipdb",
|
||||
"matplotlib",
|
||||
"numpy"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Documentation = "https://github.com/unknown/leetcode#readme"
|
||||
Issues = "https://github.com/unknown/leetcode/issues"
|
||||
Source = "https://github.com/unknown/leetcode"
|
||||
|
||||
[tool.hatch.envs.default]
|
||||
dependencies = [
|
||||
"coverage[toml]>=6.5",
|
||||
|
||||
Reference in New Issue
Block a user