From c58f8b0e41ab345248945bbf0487e1cd450bd207 Mon Sep 17 00:00:00 2001 From: td31 Date: Wed, 21 Jul 2021 13:11:11 -0400 Subject: [PATCH] Update difficulty for 720. Longest Word in Dictionary --- src/data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/index.js b/src/data/index.js index 56772a0d..41ebaa92 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -2027,7 +2027,7 @@ const questions = [ name: 'Longest Word in Dictionary', url: 'https://leetcode.com/problems/longest-word-in-dictionary/', pattern: ['Trie'], - difficulty: 'Easy', + difficulty: 'Medium', premium: false, companies: ['Goldman Sachs', 'Amazon'], },