Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 408ec1a

Browse files
Update Counting Bits problem (#103)
* Update Counting Bits difficulty * Add bit manipulation to Counting Bits
1 parent e2147d0 commit 408ec1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/data/index.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ const questions = [
642642
id: 49,
643643
name: 'Counting Bits',
644644
url: 'https://leetcode.com/problems/counting-bits/',
645-
pattern: ['Dynamic Programming'],
646-
difficulty: 'Medium',
645+
pattern: ['Dynamic Programming','Bit Manipulation'],
646+
difficulty: 'Easy',
647647
premium: false,
648648
companies: ['Amazon', 'Apple'],
649649
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /