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 207f1c7

Browse filesBrowse files
author
Sean Prashad
authored
Add Median of Two Sorted Arrays question (seanprashad#55)
1 parent 89722b4 commit 207f1c7
Copy full SHA for 207f1c7

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎src/data/index.js

Copy file name to clipboardExpand all lines: src/data/index.js
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,23 @@ const questions = [
20182018
premium: false,
20192019
companies: ['Google'],
20202020
},
2021+
{
2022+
id: 173,
2023+
name: 'Median of Two Sorted Arrays',
2024+
url: 'https://leetcode.com/problems/median-of-two-sorted-arrays/',
2025+
pattern: ['Binary Search'],
2026+
difficulty: 'Hard',
2027+
premium: false,
2028+
companies: [
2029+
'Amazon',
2030+
'Goldman Sachs',
2031+
'Apple',
2032+
'Google',
2033+
'Facebook',
2034+
'Microsoft',
2035+
'Bloomberg',
2036+
],
2037+
},
20212038
];
20222039

20232040
const sortBy = { Easy: 0, Medium: 1, Hard: 2 };

0 commit comments

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