Skip to content

Commit

Permalink
Creating a template for jeremymanning's solution to problem 264
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored and github-actions[bot] committed Aug 18, 2024
1 parent 34d20e6 commit 0d0916b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions problems/264/jeremymanning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Problem 264: Ugly Number II](https://leetcode.com/problems/ugly-number-ii/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 0d0916b

Please sign in to comment.