Skip to content

Commit e7e8404

Browse files
jeremymanninggithub-actions[bot]
authored andcommitted
Creating a template for jeremymanning's solution to problem 1334
1 parent d4b9e4b commit e7e8404

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

problems/1334/jeremymanning.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [Problem 1334: Find the City With the Smallest Number of Neighbors at a Threshold Distance](https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance/description/?envType=daily-question)
2+
3+
## Initial thoughts (stream-of-consciousness)
4+
5+
## Refining the problem, round 2 thoughts
6+
7+
## Attempted solution(s)
8+
```python
9+
class Solution: # paste your code here!
10+
...
11+
```

0 commit comments

Comments
 (0)