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

Appearance settings

Commit 408ec1a

Browse filesBrowse files
authored
Update Counting Bits problem (seanprashad#103)
* Update Counting Bits difficulty * Add bit manipulation to Counting Bits
1 parent e2147d0 commit 408ec1a
Copy full SHA for 408ec1a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.