Skip to content

Commit

Permalink
Creating a template for jeremymanning's solution to problem 2220
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored and github-actions[bot] committed Sep 11, 2024
1 parent e06f5c9 commit 16bc910
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions problems/2220/jeremymanning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Problem 2220: Minimum Bit Flips to Convert Number](https://leetcode.com/problems/minimum-bit-flips-to-convert-number/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 16bc910

Please sign in to comment.