Sliding window max (peeked a bit)

This commit is contained in:
2023-10-31 00:58:52 -04:00
parent 01a189c5ee
commit cb68a35b1b
4 changed files with 39 additions and 31 deletions
+4 -17
View File
@@ -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",