We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cc06d commit b9dc0ecCopy full SHA for b9dc0ec
src/data/index.js
@@ -1826,15 +1826,15 @@ export default [
1826
url: 'https://leetcode.com/problems/longest-word-in-dictionary/',
1827
pattern: 'Trie',
1828
difficulty: 'Easy',
1829
- companies: ['Goldman Sachs', 'Google',],
+ companies: ['Goldman Sachs', 'Google'],
1830
},
1831
{
1832
id: 165,
1833
name: 'Index Pairs of a String',
1834
url: 'https://leetcode.com/problems/index-pairs-of-a-string/',
1835
1836
1837
- companies: ['Amazon',],
+ companies: ['Amazon'],
1838
1839
1840
id: 166,
0 commit comments