Skip to content

Commit

Permalink
Creating a template for jeremymanning's solution to problem 1334
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored and github-actions[bot] committed Jul 26, 2024
1 parent d4b9e4b commit e7e8404
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions problems/1334/jeremymanning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [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)

## Initial thoughts (stream-of-consciousness)

## Refining the problem, round 2 thoughts

## Attempted solution(s)
```python
class Solution: # paste your code here!
...
```

0 comments on commit e7e8404

Please sign in to comment.