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 e02e7c7

Browse filesBrowse files
authored
Binary Tree Level Order Traversal II difficulty change (seanprashad#93)
Changed from LC easy to LC medium
1 parent e965114 commit e02e7c7
Copy full SHA for e02e7c7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ const questions = [
14771477
name: 'Binary Tree Level Order Traversal II',
14781478
url: 'https://leetcode.com/problems/binary-tree-level-order-traversal-ii/',
14791479
pattern: ['BFS'],
1480-
difficulty: 'Easy',
1480+
difficulty: 'Medium',
14811481
premium: false,
14821482
companies: ['Microsoft', 'Bloomberg', 'Amazon', 'Adobe'],
14831483
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.