LeetCode-Go - ✅ LeetCode by Goのソリューション、100%のテストカバレッジ、ランタイムビート100%/ LeetCode 题解

(✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解)

Created at: 2017-07-18 08:06:14
Language: Go
License: MIT

囲碁のリートコード

LeetCodeオンラインジャッジは、多くのアルゴリズムの質問を含むウェブサイトです。それらのほとんどは、グーグル、フェイスブック、リンクトイン、アップルなどの実際の面接の質問であり、それは常に私たちのアルゴリズムスキルを磨くのに役立ちます。コーディングスキルをレベルアップし、すぐに仕事に就きます。これは、知識を広げ、次の面接の準備をするのに最適な場所です。このリポジトリは、コードスタイルでGoの私のソリューションを示しており、GoogleGolangスタイルガイドに厳密に従っています。このリポジトリをサポートするために、STARを自由に参照してください、ありがとう!

GitHub すべてのリリース サポート囲碁バージョン

ティッカー

支持 Progressive Web Apps 和 Dark Mode 的题解电子书《LeetCode Cookbook》 Online Reading

离线版本的电子书《LeetCode Cookbook》PDFダウンロードはこちら

通过 iOS / Android 浏览器安装 PWA 版《LeetCode Cookbook》至设备桌面随时学习

データ構造

标识了 的专题是完成所有题目了的,没有标识的是还没有做完所有题目的

ロゴ



数据结构 变种 相关题目 讲解文章
顺序线性表:向量
单链表 1. 双向链表
2.静态链表
3.对称矩阵
4.稀疏矩阵
哈希表 1. 散列函数
2.解决碰撞/填充因子
栈和队列 1. 广义栈
2.双端队列
队列 1. 链表实现
2.循环数组实现
3.双端队列
字符串 1. KMP算法
2.有限状态自动机
3.模式匹配有限状态自动机
4.BM 模式匹配算法
5.BM-KMP 算法
6.BF 算法
1. 二叉树
2.并查集
3.ハフマン树
数组实现的堆 1. 极大堆和极小堆
2.极大极小堆
3.双端堆
4.d 叉堆
树实现的堆 1. 左堆
2.扁堆
3.二项式堆
4.斐波那契堆
5.配对堆
查找 1. 哈希表
2.跳跃表
3.排序二叉树
4.AVL 树
5.B 树 / B+ 树 / B* 树
6.AA 树
7.红黑树8
.排序二叉堆
9.Splay 树
10.双链树
11.トライ树
12。R 树
-------------------------------------------- -------------------------------------------------------------------------------------------- --------------------------- -----------------------------------

アルゴリズム

算法 具体类型 相关题目 讲解文章
排序算法 1. 冒泡排序
2.插入排序
3.选择排序
4.希尔 シェル排序
5.快速排序
6.归并排序
7.堆排序
8.线性排序算法
9.自省排序
10.间接排序
11.计数排序
12.基数排序
13.桶排序
14.外部排序 - k 路归并败者树
15.外部排序 - 最佳归并树
递归与分治 1. 二分搜索/查找
2.大整数的乘法
3.Strassen 矩阵乘法
4.棋盘覆盖
5.合并排序
6.快速排序
7.线性时间选择
8.最接近点对问题
9.循环赛日程表
动态规划 1. 矩阵连乘问题
2.最长公共子序列
3.最大子段和
4.凸多边形最优三角剖分
5.多边形游戏
6.图像压缩
7.电路布线
8.流水作业调度
9.0-1 背包问题/背包九讲
10.最优二叉搜索树
11.动态规划加速原理
12.树型 DP
贪心 1. 活动安排问题
2.最优装载
3.哈夫曼编码
4.单源最短路径
5.最小生成树
6.多机调度问题
回溯法 1. 装载问题
2.批处理作业调度
3.符号三角形问题
4.n 后问题
5.0-1 背包问题
6.最大团问题
7.图的 m 着色问题
8.旅行售货员问题
9.圆排列问题
10.电路板排列问题
11.连续邮资问题
搜索 1. 枚举
2.DFS
3.BFS
4.启发式搜索
随机化 1. 随机数
2.数值随机化算法
3.シャーウッド舍伍德算法
4。ラスベガス拉斯维加斯算法
5。モンテカルロ蒙特卡罗算法
1. 计算 π 值
2.计算定积分
3.解非线性方程组
4.线性时间选择算法
5.跳跃表
6.n 后问题
7.整数因子分解
8.主元素问题
9.素数测试
图论 1. 遍历 DFS / BFS
2.AOV / AOE 网络
3.Kruskal 算法(最小生成树)
4.Prim 算法(最小生成树)
5.Boruvka 算法(最小生成树)
6.ダイクストラ 算法(单源最短路径)
7.ベルマン・フォード 算法(单源最短路径)
8.SPFA 算法(单源最短路径)
9.フロイド算法(多源最短路径)
10.ジョンソン算法(多源最短路径)
11.Fleury 算法(欧拉回路)
12.Ford-Fulkerson 算法(最大网络流增广路)
13.Edmonds-Karp 算法(最大网络流)
14.Dinic 算法(最大网络流)
15.一般预流推进算法
16.最高标号预流推进 HLPP 算法
17.Primal-Dual 原始对偶算法(最小费用流)18.Kosaraju 算法(有向图强连通分量)
19.Tarjan 算法(有向图强连通分量)
20.Gabow 算法(有向图强连通分量)
21.匈牙利算法(二分图匹配)
22.Hopcroft-Karp 算法(二分图匹配)
23.Kuhn Munkras 算法(二分图最佳匹配)
24.エドモンズのブロッサム収縮算法(一般图匹配)
1. 图遍历
2.有向图和无向图的强弱连通性
3.割点/割边
3.AOV 网络和拓扑排序
4.AOE 网络和关键路径
5.最小代价生成树/次小生成树
6.最短路径问题/第 K 短路问题
7.最大网络流问题
8.最小费用流问题
9.图着色问题
10.差分约束系统
11.欧拉回路
12.中国邮递员问题
13.汉密尔顿回路
14.最佳边割集/最佳点割集/最小边割集/最小点割集/最小路径覆盖/最小点集覆盖
15.边覆盖集
16.二分图完美匹配和最大匹配问题
17.仙人掌图
18.弦图
19.稳定婚姻问题
20.最大团问题
数论 1. 最大公约数
2.最小公倍数
3.分解质因数
4.素数判定
5.进制转换
6.高精度计算
7.整除问题
8.同余问题
9.欧拉函数
10.扩展欧几里得
11.置换群
12.母函数
13.离散变换
14.康托展开
15.矩阵
16.向量
17.线性方程组
18.线性规划
几何 1. 凸包 - ギフトラッピング
2.凸包 - グラハムスキャン
3.线段问题
4.多边形和多面体相关问题
NP 完全 1. 计算模型
2.P 类与 NP 类问题
3.NP 完全问题
4.NP 完全问题的近似算法
1. 随机存取机 RAM
2.随机存取存储程序机 RASP
3.图灵机
4.非确定性图灵机
5.P 类与 NP 类语言
6.多项式时间验证
7.多项式时间变换
8.クック定理
9.合取范式的可满足性问题 CNF-SAT
10.3 元合取范式的可满足性问题 3-SAT
11.团问题 クリーク
12.顶点覆盖问题 頂点カバー
13.子集和问题 SUBSET-SUM
14.哈密顿回路问题ハムサイクル
15。旅行售货员问题 TSP
16.顶点覆盖问题的近似算法
17.旅行售货员问题近似算法
18.具有三角不等式性质的旅行售货员问题
19.一般的旅行售货员问题
20.集合覆盖问题的近似算法
21.子集和问题的近似算法
22.子集和问题的指数时间算法
23.子集和问题的多项式时间近似格式
------------ ------------------------------------------------------------------ ----------------------------------------------------------------- --------------------

リートコードの問題

一. 个人数据

易しい 中程度 つらい トータル
最適化 31 78 43 152
受け入れ られる 287 484 142 913
トータル 600 1305 539 2444
完璧率 89.2% 83.9% 69.7% 83.4%
完了率 47.8% 37.1% 26.3% 37.4%
------------ ---------------------------- ---------------------------- ---------------------------- ----------------------------

二. 目录

以下已经收录了 787 道题的题解,还有 11 道题在尝试优化到 Beats 100%

いいえ。 タイトル 解決 受理 困難 周波数
0001 ツーサム 行く 49.1% 易しい
0002 2 つの数値を加算する 行く 39.7% 中程度
0003 繰り返し文字を含まない最長の部分文字列 行く 33.8% 中程度
0004 ソートされた2つの配列の中央値 行く 35.1% つらい
0005 最長の回文部分文字列 行く 32.4% 中程度
0006 ジグザグ変換 行く 43.0% 中程度
0007 逆整数 行く 27.2% 中程度
0008 文字列から整数 (atoi) 行く 16.6% 中程度
0009 回文数 行く 52.8% 易しい
0010 正規表現マッチング 28.3% つらい
0011 ほとんどの水を入れた容器 行く 54.3% 中程度
0012 整数からローマ字 行く 60.5% 中程度
0013 ローマ字から整数 行く 58.2% 易しい
0014 最長共通プレフィックス 行く 40.7% 易しい
0015 3合計 行く 32.2% 中程度
0016 3合計 最も近い 行く 46.2% 中程度
0017 電話番号の文字の組み合わせ 行く 55.5% 中程度
0018 4合計 行く 36.5% 中程度
0019 リストの末尾からn番目のノードを削除 行く 39.9% 中程度
0020 有効な括弧 行く 40.7% 易しい
0021 2 つの並べ替えられたリストをマージする 行く 61.8% 易しい
0022 括弧の生成 行く 71.7% 中程度
0023 k ソート済みリストをマージする 行く 48.3% つらい
0024 ノードをペアで入れ替える 行く 60.3% 中程度
0025 kグループの逆ノード 行く 53.4% つらい
0026 ソートされた配列から重複を削除 行く 50.3% 易しい
0027 要素を削除 行く 52.0% 易しい
0028 文字列内の最初の出現箇所のインデックスを検索する 行く 37.4% 中程度
0029 2 つの整数を除算する 行く 17.4% 中程度
0030 すべての単語を連結した部分文字列 行く 30.9% つらい
0031 次の順列 行く 37.1% 中程度
0032 最長の有効な括弧 行く 32.7% つらい
0033 回転ソート配列での検索 行く 38.6% 中程度
0034 ソートされた配列内の要素の最初と最後の位置を見つける 行く 41.5% 中程度
0035 検索挿入位置 行く 42.0% 易しい
0036 有効な数独 行く 56.7% 中程度
0037 数独ソルバー 行く 56.6% つらい
0038 カウントアンドセイ 51.1% 中程度
0039 組み合わせ合計 行く 67.5% 中程度
0040 コンビネーションサムII 行く 53.3% 中程度
0041 最初のミッシングポジティブ 行く 36.5% つらい
0042 雨水を閉じ込める 行く 58.7% つらい
0043 乗算文字列 行く 38.7% 中程度
0044 ワイルドカード一致 26.8% つらい
0045 ジャンプゲームII 行く 38.5% 中程度
0046 順列 行く 74.6% 中程度
0047 順列 II 行く 56.6% 中程度
0048 画像の回転 行く 69.8% 中程度
0049 グループアナグラム 行く 65.9% 中程度
0050 パウ(x, n) 行く 32.8% 中程度
0051 N-クイーンズ 行く 62.8% つらい
0052 N-クイーンズII 行く 70.8% つらい
0053 最大サブアレイ 行く 50.0% 中程度
0054 スパイラルマトリックス 行く 43.6% 中程度
0055 ジャンプゲーム 行く 38.4% 中程度
0056 マージ間隔 行く 45.9% 中程度
0057 挿入間隔 行く 37.9% 中程度
0058 最後の単語の長さ 行く 40.3% 易しい
0059 スパイラルマトリックスII 行く 66.5% 中程度
0060 順列シーケンス 行く 43.7% つらい
0061 リストの回転 行く 35.7% 中程度
0062 一意のパス 行く 62.2% 中程度
0063 ユニークパス II 行く 39.1% 中程度
0064 最小パス合計 行く 60.6% 中程度
0065 有効な番号 行く 18.6% つらい
0066 プラスワン 行く 43.3% 易しい
0067 バイナリの追加 行く 51.3% 易しい
0068 テキストの位置合わせ 36.6% つらい
0069 Sqrt(x) 行く 37.0% 易しい
0070 階段を上る 行く 51.7% 易しい
0071 パスの単純化 行く 39.2% 中程度
0072 距離の編集 52.6% つらい
0073 行列ゼロの設定 行く 49.9% 中程度
0074 2D 行列の検索 行く 46.7% 中程度
0075 色の並べ替え 行く 57.1% 中程度
0076 最小ウィンドウ部分文字列 行く 40.0% つらい
0077 組み合わせ 行く 66.0% 中程度
0078 サブセット 行く 73.7% 中程度
0079 単語検索 行く 39.8% 中程度
0080 ソートされた配列からの重複の削除 II 行く 51.5% 中程度
0081 回転ソート配列での検索 II 行く 35.7% 中程度
0082 ソート済みリストからの重複の削除 II 行く 45.4% 中程度
0083 ソート済みリストからの重複の削除 行く 49.8% 易しい
0084 ヒストグラムで最大の長方形 行く 42.1% つらい
0085 最大長方形 44.1% つらい
0086 パーティションリスト 行く 51.3% 中程度
0087 スクランブルストリング 36.1% つらい
0088 ソートされた配列のマージ 行く 45.7% 易しい
0089 グレイコード 行く 56.4% 中程度
0090 サブセット II 行く 55.2% 中程度
0091 デコード方法 行く 32.2% 中程度
0092 逆リンクリストII 行く 45.3% 中程度
0093 IP アドレスの復元 行く 43.3% 中程度
0094 バイナリツリーの順序走査 行く 72.9% 易しい
0095 一意のバイナリ検索ツリー II 行く 51.4% 中程度
0096 一意のバイナリ検索ツリー 行く 59.2% 中程度
0097 インターリーブ文字列 行く 37.1% 中程度
0098 バイナリ検索ツリーの検証 行く 31.7% 中程度
0099 バイナリ検索ツリーの回復 行く 50.2% 中程度
0100 同じツリー 行く 56.3% 易しい
0101 対称ツリー 行く 52.8% 易しい
0102 バイナリツリーレベル順序トラバーサル 行く 63.2% 中程度
0103 バイナリツリージグザグレベル順序トラバーサル 行く 55.0% 中程度
0104 バイナリツリーの最大深度 行く 73.0% 易しい
0105 事前注文トラバーサルとインオーダートラバーサルからバイナリツリーを構築する 行く 60.6% 中程度
0106 インオーダートラバーサルとポストオーダートラバーサルからバイナリツリーを構築する 行く 57.3% 中程度
0107 バイナリツリーレベル順序トラバーサルII 行く 60.2% 中程度
0108 ソートされた配列をバイナリ検索ツリーに変換する 行く 68.9% 易しい
0109 ソート済みリストをバイナリ検索ツリーに変換 行く 57.2% 中程度
0110 バランスのとれた二分木 行く 48.1% 易しい
0111 バイナリツリーの最小深度 行く 43.5% 易しい
0112 パス合計 行く 47.6% 易しい
0113 パスサム II 行く 56.5% 中程度
0114 バイナリツリーをリンクリストにフラット化 行く 61.0% 中程度
0115 個別のサブシーケンス 行く 43.7% つらい
0116 各ノードでの右隣のポインタの設定 行く 59.3% 中程度
0117 各ノードIIでの右隣のポインタの設定 49.6% 中程度
0118 パスカルの三角形 行く 68.9% 易しい
0119 パスカルのトライアングルII 行く 59.5% 易しい
0120 三角形 行く 53.8% 中程度
0121 株式を売買するのに最適な時期 行く 54.5% 易しい
0122 株式を売買するのに最適な時期II 行く 63.2% 中程度
0123 株式を売買するのに最適な時期III 44.8% つらい
0124 バイナリツリーの最大パス合計 行く 38.4% つらい
0125 有効な回文 行く 43.5% 易しい
0126 ワードラダーII 行く 27.6% つらい
0127 ワードラダー 行く 36.6% つらい
0128 最長連続シーケンス 行く 49.0% 中程度
0129 ルート番号とリーフ番号の合計 行く 58.6% 中程度
0130 周辺地域 行く 35.8% 中程度
0131 回文分割 行く 62.3% 中程度
0132 回文分割II 33.6% つらい
0133 クローングラフ 50.5% 中程度
0134 ガソリンスタンド 45.0% 中程度
0135 行く 40.7% つらい
0136 シングルナンバー 行く 70.0% 易しい
0137 シングルナンバーII 行く 57.7% 中程度
0138 ランダムポインタでリストをコピー 行く 50.4% 中程度
0139 ワードブレイク 45.4% 中程度
0140 ワードブレイクII 44.3% つらい
0141 リンクリストサイクル 行く 46.8% 易しい
0142 リンクリストサイクルII 行く 46.2% 中程度
0143 並べ替えリスト 行く 50.9% 中程度
0144 バイナリツリーの事前注文トラバーサル 行く 64.5% 易しい
0145 バイナリツリーポストオーダートラバーサル 行く 66.5% 易しい
0146 LRU キャッシュ 行く 40.5% 中程度
0147 挿入ソートリスト 行く 50.1% 中程度
0148 ソートリスト 行く 54.0% 中程度
0149 ライン上の最大ポイント 21.7% つらい
0150 逆ポーランド表記の評価 行く 44.1% 中程度
0151 文字列内の単語を逆にする 行く 30.2% 中程度
0152 最大積サブアレイ 行く 34.9% 中程度
0153 回転ソートされた配列の最小値を見つける 行く 48.4% 中程度
0154 回転ソートされた配列IIの最小値を見つける 行く 43.4% つらい
0155 最小スタック 行く 51.7% 中程度
0156 逆さまのバイナリツリー 61.5% 中程度
0157 読み取り n 文字の読み取り 4 40.7% 易しい
0158 指定された N 文字の読み取り read4 II - 複数回呼び出す 41.4% つらい
0159 最大 2 つの異なる文字を含む最長の部分文字列 53.5% 中程度
0160 2 つのリンク リストの共通部分 行く 53.1% 易しい
0161 1 つの編集距離 34.1% 中程度
0162 ピーク要素の検索 行く 46.2% 中程度
0163 欠落範囲 31.9% 易しい
0164 最大ギャップ 行く 42.6% つらい
0165 バージョン番号の比較 35.3% 中程度
0166 小数から繰り返し小数への小数 24.0% 中程度
0167 2 つの合計 II - 入力配列がソートされる 行く 60.0% 中程度
0168 エクセルシートの列タイトル 行く 34.7% 易しい
0169 多数決要素 行く 63.8% 易しい
0170 ツースムIII - データ構造設計 37.3% 易しい
0171 エクセルシートの列番号 行く 61.3% 易しい
0172 階乗の末尾のゼロ 行く 41.6% 中程度
0173 バイナリ検索ツリー反復子 行く 69.0% 中程度
0174 ダンジョンゲーム 行く 37.2% つらい
0175 2 つのテーブルを結合する 72.8% 易しい
0176 2番目に高い給与 36.4% 中程度
0177 N番目に高い給与 37.3% 中程度
0178 ランクスコア 59.7% 中程度
0179 最大数 行く 33.9% 中程度
0180 連続する数字 46.7% 中程度
0181 マネージャーよりも多くの収入を得ている従業員 68.4% 易しい
0182 重複するメール 70.5% 易しい
0183 一度も注文しないお客様 67.6% 易しい
0184 部門の最高給与 49.5% 中程度
0185 部門トップ3の給与 49.9% つらい
0186 文字列内の単語を逆にする II 52.3% 中程度
0187 繰り返されるDNA配列 行く 46.1% 中程度
0188 株式を売買するのに最適な時期IV 37.8% つらい
0189 配列の回転 行く 39.2% 中程度
0190 逆ビット 行く 51.9% 易しい
0191 1ビット数 行く 64.5% 易しい
0192 単語の頻度 25.6% 中程度
0193 有効な電話番号 26.0% 易しい
0194 転置ファイル 25.3% 中程度
0195 10行目 32.9% 易しい
0196 重複するメールを削除する 58.3% 易しい
0197 気温上昇 44.4% 易しい
0198 ハウス強盗 行く 48.6% 中程度
0199 バイナリツリーの右側面図 行く 61.1% 中程度
0200 島の数 行く 56.1% 中程度
0201 数値範囲のビット単位の AND 行く 42.2% 中程度
0202 ハッピーナンバー 行く 54.3% 易しい
0203 リンクリスト要素の削除 行く 44.7% 易しい
0204 素数を数える 行く 33.1% 中程度
0205 同型文字列 行く 42.5% 易しい
0206 逆リンクリスト 行く 72.3% 易しい
0207 コーススケジュール 行く 45.3% 中程度
0208 トライの実装 (プレフィックス ツリー) 行く 60.7% 中程度
0209 最小サイズ サブ配列の合計 行く 44.4% 中程度
0210 コーススケジュールII. 行く 47.9% 中程度
0211 単語の追加と検索のデータ構造を設計する 行く 43.2% 中程度
0212 単語検索II. 行く 37.0% つらい
0213 ハウス強盗II 行く 40.6% 中程度
0214 最短回文 32.2% つらい
0215 配列内の k 番目に大きい要素 行く 65.7% 中程度
0216 コンビネーションサムIII 行く 67.0% 中程度
0217 重複を含む 行く 61.2% 易しい
0218 スカイライン問題 行く 41.5% つらい
0219 重複 II を含む 行く 40.9% 易しい
0220 重複 III を含む 行く 21.8% つらい
0221 最大平方 44.4% 中程度
0222 ツリーノード全体のカウント 行く 57.4% 中程度
0223 矩形領域 行く 40.8% 中程度
0224 基本的な電卓 行く 41.1% つらい
0225 キューを使用したスタックの実装 行く 57.4% 易しい
0226 バイナリツリーの反転 行く 73.1% 易しい
0227 基本電卓 II 行く 42.2% 中程度
0228 集計範囲 行く 46.8% 易しい
0229 多数決要素II 行く 44.0% 中程度
0230 BSTのk番目に小さい要素 行く 69.2% 中程度
0231 2の累乗 行く 45.6% 易しい
0232 スタックを使用したキューの実装 行く 61.0% 易しい
0233 桁数 1 34.2% つらい
0234 回文リンクリスト 行く 49.4% 易しい
0235 バイナリ検索ツリーの最下位共通祖先 行く 60.1% 中程度
0236 バイナリツリーの最小共通祖先 行く 57.9% 中程度
0237 リンクリスト内のノードの削除 行く 75.1% 中程度
0238 自己以外の配列の積 64.7% 中程度
0239 スライディングウィンドウの最大数 行く 46.6% つらい
0240 2D 行列の検索 II 行く 50.5% 中程度
0241 括弧を追加するさまざまな方法 63.1% 中程度
0242 有効なアナグラム 行く 62.7% 易しい
0243 最短単語距離 64.9% 易しい
0244 最短単語距離II 60.7% 中程度
0245 最短単語距離III 57.5% 中程度
0246 ストロボグラマティック番号 47.6% 易しい
0247 ストロボグラマティックナンバーII 51.4% 中程度
0248 ストロボグラマティックナンバーIII 41.7% つらい
0249 シフトされた文字列のグループ化 64.2% 中程度
0250 ユニバリューサブツリーのカウント 55.2% 中程度
0251 2D ベクトルの平坦化 48.9% 中程度
0252 会議室 57.0% 易しい
0253 会議室 II 50.4% 中程度
0254 因子の組み合わせ 48.8% 中程度
0255 バイナリ検索ツリーでの予約順序の確認 48.0% 中程度
0256 ペイントハウス 60.5% 中程度
0257 バイナリツリーパス 行く 60.5% 易しい
0258 数字の追加 行く 63.3% 易しい
0259 3合計より小さい 50.7% 中程度
0260 シングルナンバーIII 行く 67.4% 中程度
0261 グラフ有効ツリー 46.8% 中程度
0262 トリップとユーザー 38.4% つらい
0263 醜い数字 行く 41.7% 易しい
0264 醜いナンバーII 行く 46.1% 中程度
0265 ペイントハウスII 52.2% つらい
0266 回文順列 65.8% 易しい
0267 回文順列II 40.4% 中程度
0268 欠番番号 行く 61.5% 易しい
0269 エイリアン辞書 35.2% つらい
0270 最も近いバイナリ検索ツリー値 54.5% 易しい
0271 文字列のエンコードとデコード 41.3% 中程度
0272 最も近いバイナリ検索ツリー値 II 58.2% つらい
0273 整数から英語の単語 29.9% つらい
0274 H-インデックス 行く 38.1% 中程度
0275 HインデックスII 行く 37.4% 中程度
0276 ペイントフェンス 44.0% 中程度
0277 有名人を探す 46.7% 中程度
0278 最初の悪いバージョン 行く 42.9% 易しい
0279 完璧な正方形 行く 52.2% 中程度
0280 ウィグルソート 66.3% 中程度
0281 ジグザグイテレータ 62.3% 中程度
0282 式追加演算子 39.2% つらい
0283 ゼロの移動 行く 61.3% 易しい
0284 ピーク反復子 行く 58.2% 中程度
0285 BSTの後継者 48.3% 中程度
0286 壁と門 60.2% 中程度
0287 重複番号を見つける 行く 59.1% 中程度
0288 一意の単語の略語 25.2% 中程度
0289 人生ゲーム 66.6% 中程度
0290 ワードパターン 行く 40.4% 易しい
0291 ワードパターンII. 46.9% 中程度
0292 ニムゲーム 55.8% 易しい
0293 フリップゲーム 63.0% 易しい
0294 フリップゲームII 51.7% 中程度
0295 データストリームから中央値を検索 51.1% つらい
0296 最高のミーティングポイント 59.6% つらい
0297 バイナリツリーのシリアル化と逆シリアル化 行く 54.9% つらい
0298 バイナリツリー最長連続シーケンス 52.5% 中程度
0299 雄牛と牛 行く 48.5% 中程度
0300 最長増加部分列 行く 51.5% 中程度
0301 無効な括弧の削除 行く 47.1% つらい
0302 黒いピクセルを囲む最小の長方形 58.2% つらい
0303 範囲合計クエリ - 不変 行く 57.9% 易しい
0304 範囲合計クエリ 2D - 不変 行く 52.1% 中程度
0305 島の数 II 39.5% つらい
0306 添加剤番号 行く 30.9% 中程度
0307 範囲合計クエリ - 変更可能 行く 40.7% 中程度
0308 範囲合計クエリ 2D - 変更可能 42.2% つらい
0309 クールダウンで株を売買するのに最適な時期 行く 54.4% 中程度
0310 最小高さの木 38.5% 中程度
0311 スパース行列乗算 67.1% 中程度
0312 バーストバルーン 56.9% つらい
0313 超醜い数字 45.8% 中程度
0314 バイナリツリーの垂直順序トラバーサル 52.0% 中程度
0315 自己後の小さい数のカウント 行く 42.8% つらい
0316 重複する文字を削除する 44.5% 中程度
0317 すべての建物からの最短距離 43.0% つらい
0318 単語長の最大積 行く 60.1% 中程度
0319 バルブスイッチャー 行く 48.0% 中程度
0320 一般化された略語 57.3% 中程度
0321 最大数を作成 28.8% つらい
0322 コイン変更 行く 41.5% 中程度
0323 無向グラフ内の接続されたコンポーネントの数 62.0% 中程度
0324 ウィグルソートII 行く 32.9% 中程度
0325 サブ配列の最大サイズの合計が k に等しい 49.3% 中程度
0326 3の累乗 行く 45.2% 易しい
0327 範囲合計の数 行く 36.0% つらい
0328 奇数偶数リンクリスト 行く 60.2% 中程度
0329 行列内の最長増加パス 行く 52.1% つらい
0330 パッチ適用配列 40.0% つらい
0331 バイナリツリーの事前注文シリアル化の検証 行く 44.2% 中程度
0332 旅程の再構築 40.9% つらい
0333 最大のBSTサブツリー 42.3% 中程度
0334 トリプレット部分配列の増加 42.7% 中程度
0335 セルフクロッシング 29.3% つらい
0336 回文ペア 35.2% つらい
0337 ハウス強盗III 行く 53.8% 中程度
0338 ビットのカウント 行く 75.2% 易しい
0339 ネストされたリストの重みの合計 82.0% 中程度
0340 最大 K 個の個別の文字を含む最長の部分文字列 47.8% 中程度
0341 ネストされたリスト反復子のフラット化 行く 61.5% 中程度
0342 4の累乗 行く 45.6% 易しい
0343 整数ブレーク 行く 55.3% 中程度
0344 逆文字列 行く 76.1% 易しい
0345 文字列の逆母音 行く 47.7% 易しい
0346 データストリームからの移動平均 77.0% 易しい
0347 上位 K 個のフリークエント エレメント 行く 64.8% 中程度
0348 デザイン三目並べ 57.6% 中程度
0349 2つの配列の共通部分 行く 70.2% 易しい
0350 2つの配列の交差 II 行く 55.5% 易しい
0351 アンドロイドロック解除パターン 51.3% 中程度
0352 不整合間隔としてのデータストリーム 行く 51.5% つらい
0353 デザインスネークゲーム 39.0% 中程度
0354 ロシアンドール封筒 行く 38.3% つらい
0355 デザインツイッター 36.5% 中程度
0356 ラインリフレクション 34.6% 中程度
0357 一意の数字で番号を数える 行く 51.5% 中程度
0358 文字列をk距離離して再配置する 37.5% つらい
0359 ロガーレートリミッター 75.5% 易しい
0360 変換された配列の並べ替え 54.6% 中程度
0361 爆弾の敵 50.9% 中程度
0362 デザインヒットカウンター 68.3% 中程度
0363 k 以下の矩形の最大和 44.1% つらい
0364 ネストされたリストの重み合計 II 67.3% 中程度
0365 水と水差しの問題 36.5% 中程度
0366 二分樹の葉を探す 80.1% 中程度
0367 有効な完璧な正方形 行く 43.3% 易しい
0368 分割可能な最大のサブセット 行く 41.2% 中程度
0369 プラスワンリンクリスト 60.9% 中程度
0370 範囲加算 70.8% 中程度
0371 2 つの整数の合計 行く 50.7% 中程度
0372 スーパーパウ 行く 37.2% 中程度
0373 最小和のkペアを見つける 行く 38.4% 中程度
0374 推測数が大きいまたは小さい 行く 50.4% 易しい
0375 推測数が高いまたは低い II 46.3% 中程度
0376 サブシーケンスのウィグル 行く 48.2% 中程度
0377 コンビネーションサムIV 行く 52.1% 中程度
0378 ソートされた行列のk番目の最小要素 行く 61.6% 中程度
0379 電話帳の設計 50.9% 中程度
0380 挿入削除ゲットランダムO(1) 52.0% 中程度
0381 挿入削除 GetRandom O(1) - 重複が許可されます 35.7% つらい
0382 リンクリストランダムノード 行く 59.5% 中程度
0383 身代金メモ 行く 57.6% 易しい
0384 配列をシャッフルする 行く 57.6% 中程度
0385 ミニパーサー 行く 36.5% 中程度
0386 辞書式番号 行く 60.5% 中程度
0387 文字列内の最初の一意の文字 行く 58.8% 易しい
0388 最長絶対ファイルパス 46.5% 中程度
0389 違いを見つける 行く 60.4% 易しい
0390 エリミネーションゲーム 行く 46.6% 中程度
0391 完璧な長方形 行く 32.5% つらい
0392 部分列である 行く 49.3% 易しい
0393 UTF-8 検証 行く 45.2% 中程度
0394 文字列のデコード 行く 57.5% 中程度
0395 少なくとも k 文字の繰り返し文字を含む最長の部分文字列 行く 44.8% 中程度
0396 回転機能 行く 40.3% 中程度
0397 整数置換 行く 35.1% 中程度
0398 ランダムピックインデックス 62.9% 中程度
0399 評価部門 行く 59.5% 中程度
0400 N 桁目 行く 34.0% 中程度
0401 バイナリウォッチ 行く 51.4% 易しい
0402 K 桁を削除する 行く 30.5% 中程度
0403 カエルジャンプ 43.1% つらい
0404 左の葉の合計 行く 56.2% 易しい
0405 数値を 16 進数に変換する 行く 46.1% 易しい
0406 高さによるキューの再構築 72.8% 中程度
0407 雨水を閉じ込めるII 47.4% つらい
0408 有効な単語の省略形 34.8% 易しい
0409 最長の回文 行く 54.6% 易しい
0410 分割配列の最大合計 行く 53.2% つらい
0411 最小一意の単語の略語 39.2% つらい
0412 フィズバズ 行く 68.6% 易しい
0413 算術スライス 行く 65.0% 中程度
0414 3 番目に多い数 行く 32.5% 易しい
0415 文字列の追加 52.6% 易しい
0416 パーティション均等サブセット合計 行く 46.7% 中程度
0417 太平洋大西洋水流 行く 53.9% 中程度
0418 センテンススクリーンフィッティング 35.6% 中程度
0419 ボード内の戦艦 行く 74.6% 中程度
0420 強力なパスワードチェッカー 14.3% つらい
0421 配列内の 2 つの数値の最大 XOR 行く 54.6% 中程度
0422 有効な単語の正方形 38.8% 易しい
0423 英語から元の数字を再構築する 行く 51.3% 中程度
0424 最長の繰り返し文字置換 行く 51.4% 中程度
0425 ワードスクエア 52.6% つらい
0426 バイナリ検索ツリーをソートされた二重リンクリストに変換する 64.6% 中程度
0427 クワッドツリーの構築 66.3% 中程度
0428 N項ツリーのシリアル化と逆シリアル化 65.3% つらい
0429 N 項ツリー レベル順序トラバーサル 行く 70.6% 中程度
0430 複数レベルの二重リンクリストをフラット化する 59.4% 中程度
0431 N項木をバイナリ木にエンコードする 78.6% つらい
0432 オールオーワンデータ構造 36.6% つらい
0433 最小遺伝子変異 行く 48.1% 中程度
0434 文字列内のセグメント数 行く 37.7% 易しい
0435 重複しない間隔 行く 49.8% 中程度
0436 適切な間隔を見つける 行く 50.3% 中程度
0437 パスサム III 行く 48.8% 中程度
0438 文字列内のすべてのアナグラムを検索する 行く 48.9% 中程度
0439 三項式パーサー 58.2% 中程度
0440 辞書式順序でK番目に小さい 30.7% つらい
0441 コインの配置 行く 46.0% 易しい
0442 配列内のすべての重複を検索する 73.3% 中程度
0443 文字列圧縮 48.7% 中程度
0444 シーケンス再構成 26.3% 中程度
0445 2つの数字を加算する II 行く 59.4% 中程度
0446 算術スライス II - 部分列 39.8% つらい
0447 ブーメランの数 行く 54.6% 中程度
0448 配列内で消えたすべての番号を検索する 行く 59.6% 易しい
0449 BST のシリアル化と逆シリアル化 56.7% 中程度
0450 BST のノードの削除 49.9% 中程度
0451 頻度で文字を並べ替える 行く 68.5% 中程度
0452 バルーンを破裂させる矢印の最小数 53.2% 中程度
0453 等しい配列要素への最小移動 行く 55.6% 中程度
0454 4スムII. 行く 57.3% 中程度
0455 クッキーの割り当て 行く 50.6% 易しい
0456 132 パターン 行く 32.4% 中程度
0457 循環アレイループ 行く 32.1% 中程度
0458 かわいそうな豚 行く 65.0% つらい
0459 繰り返し部分文字列パターン 43.7% 易しい
0460 LFU キャッシュ 行く 40.3% つらい
0461 ハミング距離 行く 74.8% 易しい
0462 等しい配列要素への最小移動 II 行く 60.1% 中程度
0463 島の周囲 行く 69.4% 易しい
0464 勝てますか 29.8% 中程度
0465 最適なアカウントバランス 49.3% つらい
0466 繰り返しを数える 29.2% つらい
0467 ラップアラウンド文字列内の一意の部分文字列 38.2% 中程度
0468 IP アドレスの検証 26.5% 中程度
0469 凸ポリゴン 38.5% 中程度
0470 Rand7() を使用して Rand10() を実装する 行く 46.7% 中程度
0471 最短の長さで文字列をエンコード 50.7% つらい
0472 連結された単語 45.5% つらい
0473 マッチ棒からスクエアへ 行く 40.5% 中程度
0474 1 と 0 行く 46.7% 中程度
0475 ヒーター 行く 36.0% 中程度
0476 番号の補数 行く 67.1% 易しい
0477 合計ハミング距離 行く 52.2% 中程度
0478 円の中にランダムなポイントを生成する 行く 39.6% 中程度
0479 最大の回文製品 31.6% つらい
0480 スライディングウィンドウの中央値 行く 41.4% つらい
0481 マジカルストリング 50.4% 中程度
0482 ライセンスキーのフォーマット 43.2% 易しい
0483 最小のグッドベース 行く 38.4% つらい
0484 順列を見つける 67.0% 中程度
0485 最大連続したもの 行く 56.0% 易しい
0486 勝者を予測する 50.8% 中程度
0487 最大連続ワンズII 49.2% 中程度
0488 ズマゲーム 行く 34.9% つらい
0489 ロボットルームクリーナー 76.5% つらい
0490 迷路 55.4% 中程度
0491 サブシーケンスの増加 行く 52.0% 中程度
0492 長方形の構築 行く 53.6% 易しい
0493 リバースペア 行く 30.8% つらい
0494 ターゲット合計 行く 45.6% 中程度
0495 ティーモ攻撃 行く 57.0% 易しい
0496 次の大元素 I 行く 71.3% 易しい
0497 重なり合わない長方形のランダムポイント 行く 39.3% 中程度
0498 斜めトラバース 行く 58.0% 中程度
0499 迷路 III 46.9% つらい
0500 キーボード行 行く 69.0% 易しい
0501 バイナリ検索ツリーの検索モード 48.5% 易しい
0502 上場 44.9% つらい
0503 次の大元素II 行く 63.0% 中程度
0504 ベース 7 行く 47.9% 易しい
0505 迷路II 52.4% 中程度
0506 相対ランク 行く 58.8% 易しい
0507 パーフェクトナンバー 行く 37.7% 易しい
0508 最も頻度の高いサブツリーの合計 行く 64.2% 中程度
0509 フィボナッチ数 行く 69.2% 易しい
0510 BST IIの後継者 61.1% 中程度
0511 ゲームプレイ分析I. 78.8% 易しい
0512 ゲームプレイ分析II. 54.1% 易しい
0513 左下のツリー値の検索 行く 66.3% 中程度
0514 フリーダムトレイル 46.8% つらい
0515 各ツリー行で最大値を見つける 行く 64.6% 中程度
0516 最長の回文部分シーケンス 60.6% 中程度
0517 スーパー洗濯機 39.7% つらい
0518 コインチェンジII 行く 59.7% 中程度
0519 ランダムフリップマトリックス 行く 39.6% 中程度
0520 資本の検出 行く 55.6% 易しい
0521 最長の珍しい部分列 I 60.3% 易しい
0522 最長の珍しい部分列 II 40.4% 中程度
0523 連続サブ配列合計 行く 27.7% 中程度
0524 削除による辞書内の最長の単語 行く 51.2% 中程度
0525 連続アレイ 行く 46.8% 中程度
0526 美しいアレンジメント 行く 64.6% 中程度
0527 単語の略語 60.3% つらい
0528 重量付きランダムピック 行く 46.1% 中程度
0529 掃海艇 行く 65.5% 中程度
0530 BSTの最小絶対差 行く 56.7% 易しい
0531 ロンリーピクセルI 62.0% 中程度
0532 配列内の k-diff ペア 行く 40.7% 中程度
0533 ロンリーピクセルII 48.4% 中程度
0534 ゲームプレイ分析III. 82.5% 中程度
0535 小さなURLのエンコードとデコード 行く 85.7% 中程度
0536 文字列からバイナリツリーを構築する 56.1% 中程度
0537 複素数の乗算 行く 71.3% 中程度
0538 BSTをより大きなツリーに変換する 行く 67.3% 中程度
0539 最小時差 56.3% 中程度
0540 ソートされた配列内の単一の要素 行く 58.5% 中程度
0541 逆ストリング II 行く 50.5% 易しい
0542 01 マトリックス 行く 44.1% 中程度
0543 二分木の直径 行く 55.9% 易しい
0544 アウトプットコンテストマッチ 76.7% 中程度
0545 バイナリツリーの境界 44.2% 中程度
0546 ボックスを削除 47.6% つらい
0547 領地数 行く 63.2% 中程度
0548 等和の分割配列 50.1% つらい
0549 二分木最長連続シーケンスII 49.5% 中程度
0550 ゲームプレイ分析IV 44.1% 中程度
0551 学生の出席記録I 行く 48.0% 易しい
0552 学生出席記録II. 41.1% つらい
0553 最適分割 59.7% 中程度
0554 レンガの壁 行く 53.1% 中程度
0555 連結された文字列の分割 43.5% 中程度
0556 次の大元素III 34.1% 中程度
0557 文字列内の単語を逆にする III 行く 81.5% 易しい
0558 四角形木として表される2つのバイナリグリッドの論理和 48.2% 中程度
0559 N項木の最大深度 行く 71.6% 易しい
0560 サブ配列の合計が k に等しい 行く 44.0% 中程度
0561 アレイ・パーティション 行く 76.5% 易しい
0562 行列内の連続する1つの最長行 50.0% 中程度
0563 バイナリツリーチルト 行く 59.3% 易しい
0564 最も近い回文を見つける 21.9% つらい
0565 配列の入れ子 56.5% 中程度
0566 マトリックスの形状を変更する 行く 62.7% 易しい
0567 文字列の順列 行く 43.8% 中程度
0568 最大休暇日数 44.8% つらい
0569 従業員の給与の中央値 68.3% つらい
0570 少なくとも5人の直属の部下を持つマネージャー 67.1% 中程度
0571 数字の与えられた頻度の中央値を見つける 44.7% つらい
0572 別のツリーのサブツリー 行く 45.9% 易しい
0573 リスシミュレーション 55.0% 中程度
0574 受賞候補 59.7% 中程度
0575 キャンディーを配布する 行く 66.1% 易しい
0576 境界外パス 行く 44.3% 中程度
0577 従業員ボーナス 75.3% 易しい
0578 最高の回答率の質問を取得する 41.7% 中程度
0579 従業員の累積給与の検索 45.0% つらい
0580 学部の学生数を数える 58.2% 中程度
0581 最短の未ソート連続サブアレイ 行く 36.2% 中程度
0582 強制終了プロセス 68.4% 中程度
0583 2 つの文字列の削除操作 行く 59.2% 中程度
0584 顧客紹介者を探す 76.0% 易しい
0585 2016年の投資実績 53.5% 中程度
0586 注文数が最も多い顧客 72.5% 易しい
0587 フェンスを建てる 43.2% つらい
0588 インメモリファイルシステムの設計 48.8% つらい
0589 N 項ツリーの事前注文トラバーサル 行く 76.3% 易しい
0590 N 項ツリーポストオーダートラバーサル 77.1% 易しい
0591 タグバリデータ 37.0% つらい
0592 分数の加算と減算 52.1% 中程度
0593 有効な正方形 44.1% 中程度
0594 最長調和部分列 行く 53.1% 易しい
0595 大きな国 73.8% 易しい
0596 5人以上のクラス 46.5% 易しい
0597 フレンドリクエストI:全体的な受け入れ率 42.9% 易しい
0598 レンジ加算 II 行く 55.0% 易しい
0599 2 つのリストの最小インデックス合計 行く 52.7% 易しい
0600 連続する整数のない非負の整数 39.0% つらい
0601 スタジアムの人的往来 50.6% つらい
0602 フレンドリクエストII:最も多くの友達がいるのは誰ですか 61.3% 中程度
0603 連続空席 68.2% 易しい
0604 圧縮文字列反復子の設計 39.4% 易しい
0605 花を置くことができます 行く 33.0% 易しい
0606 バイナリツリーからの文字列の構築 63.5% 易しい
0607 営業担当者 72.1% 易しい
0608 ツリーノード 74.9% 中程度
0609 システムで重複ファイルを見つける 行く 67.8% 中程度
0610 トライアングルジャッジメント 71.1% 易しい
0611 有効な三角形番号 行く 50.3% 中程度
0612 平面内の最短距離 63.5% 中程度
0613 ライン内の最短距離 81.5% 易しい
0614 セカンドディグリーフォロワー 36.9% 中程度
0615 平均給与:部門VS会社 57.3% つらい
0616 文字列に太字のタグを追加 48.6% 中程度
0617 2つのバイナリツリーをマージする 行く 78.5% 易しい
0618 地理学による学生レポート 64.2% つらい
0619 最大のシングルナンバー 48.7% 易しい
0620 退屈ではない映画 73.3% 易しい
0621 タスクスケジューラ 55.6% 中程度
0622 循環キューの設計 行く 51.8% 中程度
0623 ツリーに 1 行を追加 行く 59.4% 中程度
0624 配列内の最大距離 41.7% 中程度
0625 最小因数分解 33.4% 中程度
0626 座席の交換 70.6% 中程度
0627 スワップ給与 82.8% 易しい
0628 3 つの数値の最大積 行く 46.4% 易しい
0629 k 逆ペア配列 43.0% つらい
0630 コーススケジュールIII. 行く 40.2% つらい
0631 エクセル合計式を設計する 43.3% つらい
0632 Kリストの要素をカバーする最小範囲 行く 60.4% つらい
0633 平方数の合計 行く 34.7% 中程度
0634 配列の混乱を見つける 41.8% 中程度
0635 設計ログストレージシステム 62.7% 中程度
0636 機能の排他的な時間 行く 61.0% 中程度
0637 バイナリツリーのレベルの平均 行く 71.6% 易しい
0638 ショッピングオファー 行く 54.3% 中程度
0639 デコードウェイII 30.4% つらい
0640 方程式を解く 43.3% 中程度
0641 デザインサーキュラーデケ 57.6% 中程度
0642 デザイン検索オートコンプリートシステム 48.7% つらい
0643 最大平均サブアレイ I 行く 43.8% 易しい
0644 最大平均サブアレイ II 35.7% つらい
0645 不一致の設定 行く 41.4% 易しい
0646 ペアチェーンの最大長 56.4% 中程度
0647 回文部分文字列 行く 66.3% 中程度
0648 単語の置換 行く 62.7% 中程度
0649 土田2上院 40.4% 中程度
0650 2キーキーボード 53.1% 中程度
0651 4キーキーボード 54.5% 中程度
0652 重複するサブツリーの検索 56.5% 中程度
0653 2 つの合計 IV - 入力は BST です 行く 60.9% 易しい
0654 最大バイナリツリー 84.4% 中程度
0655 バイナリツリーの印刷 61.3% 中程度
0656 コインパス 31.6% つらい
0657 ロボット原点に戻る 75.3% 易しい
0658 K 個の最も近い要素の検索 行く 46.7% 中程度
0659 配列を連続するサブシーケンスに分割する 50.6% 中程度
0660 9を削除 56.8% つらい
0661 画像スムーザー 行く 55.0% 易しい
0662 バイナリツリーの最大幅 行く 40.6% 中程度
0663 等しいツリーパーティション 41.4% 中程度
0664 奇妙なプリンター 46.8% つらい
0665 減少しない配列 行く 24.1% 中程度
0666 パス サム IV 59.1% 中程度
0667 ビューティフルアレンジメントII 行く 59.7% 中程度
0668 乗算表のk番目の最小数 行く 51.5% つらい
0669 バイナリ検索ツリーのトリミング 行く 66.3% 中程度
0670 最大スワップ 47.8% 中程度
0671 バイナリツリーの2番目の最小ノード 44.0% 易しい
0672 バルブスイッチャーII 50.9% 中程度
0673 最も長く増加するサブシーケンスの数 42.1% 中程度
0674 最長連続増加部分列 行く 49.0% 易しい
0675 ゴルフイベントのために木を切り落とす 34.3% つらい
0676 マジック辞書を実装する 行く 56.9% 中程度
0677 合計ペアのマッピング 行く 57.0% 中程度
0678 有効な括弧文字列 33.9% 中程度
0679 24 ゲーム 49.1% つらい
0680 有効な回文II 39.3% 易しい
0681 次に近い時間 46.4% 中程度
0682 野球の試合 行く 73.6% 易しい
0683 K 空のスロット 36.9% つらい
0684 冗長接続 行く 62.0% 中程度
0685 冗長接続 II 行く 34.1% つらい
0686 繰り返し文字列一致 34.0% 中程度
0687 最長のユニバリューパス 40.1% 中程度
0688 チェス盤の騎士確率 52.0% 中程度
0689 重複しない 3 つのサブ配列の最大合計 48.8% つらい
0690 従業員の重要性 行く 65.1% 中程度
0691 単語を綴るステッカー 46.3% つらい
0692 トップK よくある言葉 行く 55.2% 中程度
0693 交互ビットを持つ2進数 行く 61.2% 易しい
0694 異なる島の数 60.6% 中程度
0695 島の最大面積 行く 71.6% 中程度
0696 バイナリ部分文字列のカウント 行く 65.5% 易しい
0697 配列の次数 行く 55.8% 易しい
0698 K 個の等和サブセットへのパーティション 41.1% 中程度
0699 落下する正方形 行く 44.4% つらい
0700 バイナリ検索ツリーでの検索 行く 77.1% 易しい
0701 バイナリ検索ツリーへの挿入 行く 74.6% 中程度
0702 不明なサイズのソートされた配列で検索する 71.4% 中程度
0703 ストリーム内の k 番目に大きい要素 行く 55.5% 易しい
0704 バイナリ検索 行く 55.1% 易しい
0705 デザインハッシュセット 行く 66.0% 易しい
0706 ハッシュマップの設計 行く 65.1% 易しい
0707 デザインリンクリスト 行く 27.5% 中程度
0708 ソートされた循環リンクリストに挿入する 34.5% 中程度
0709 小文字へ 行く 81.9% 易しい
0710 ブラックリストによるランダム選択 行く 33.6% つらい
0711 異なる島の数II 51.8% つらい
0712 2 つの文字列の最小 ASCII 削除合計 62.2% 中程度
0713 K 未満のサブアレイ積 行く 45.0% 中程度
0714 取引手数料で株式を売買するのに最適な時期 行く 64.2% 中程度
0715 レンジモジュール 行く 44.6% つらい
0716 最大スタック 45.3% つらい
0717 1 ビットおよび 2 ビット文字 行く 46.0% 易しい
0718 繰り返しサブアレイの最大長 行く 51.6% 中程度
0719 k番目の最小ペア距離を求める 行く 36.3% つらい
0720 辞書で最も長い単語 行く 51.8% 中程度
0721 アカウントのマージ 行く 56.3% 中程度
0722 コメントを削除 38.0% 中程度
0723 キャンディークラッシュ 76.3% 中程度
0724 ピボットインデックスの検索 行く 53.3% 易しい
0725 リンクリストをパーツに分割 行く 57.2% 中程度
0726 原子数 行く 52.2% つらい
0727 最小ウィンドウ部分シーケンス 42.8% つらい
0728 自己分割数 行く 77.5% 易しい
0729 マイカレンダー I 行く 57.2% 中程度
0730 異なる回文サブシーケンスをカウントする 44.4% つらい
0731 マイカレンダー II 54.7% 中程度
0732 マイカレンダーIII 行く 71.6% つらい
0733 洪水フィル 行く 60.3% 易しい
0734 文の類似性 43.1% 易しい
0735 小惑星衝突 行く 44.4% 中程度
0736 Lisp 式を解析する 51.6% つらい
0737 文の類似性II 48.7% 中程度
0738 モノトーン増加桁数 47.0% 中程度
0739 毎日の気温 行く 66.5% 中程度
0740 削除して獲得 57.4% 中程度
0741 チェリーピックアップ 36.3% つらい
0742 バイナリツリーで最も近い葉 45.8% 中程度
0743 ネットワーク遅延時間 51.4% 中程度
0744 ターゲットより大きい最小文字を見つける 行く 44.6% 易しい
0745 プレフィックスとサフィックスの検索 行く 41.3% つらい
0746 最小コストの階段を登る 行く 62.3% 易しい
0747 最大数 他の2倍以上 行く 46.3% 易しい
0748 最短の完了ワード 行く 59.1% 易しい
0749 ウイルスを含む 50.8% つらい
0750 コーナー長方形の数 67.5% 中程度
0751 IP から CIDR へ 54.7% 中程度
0752 ロックを開く 行く 55.5% 中程度
0753 金庫を割る 行く 55.4% つらい
0754 番号に到達する 42.5% 中程度
0755 水をさす 46.1% 中程度
0756 ピラミッド遷移マトリックス 行く 53.3% 中程度
0757 交差点のサイズを少なくとも 2 つに設定する 43.8% つらい
0758 文字列内の太字の単語 50.6% 中程度
0759 従業員の自由時間 71.7% つらい
0760 アナグラムマッピングの検索 82.8% 易しい
0761 特別なバイナリ文字列 60.3% つらい
0762 バイナリ表現のセットビットの素数 行く 67.6% 易しい
0763 パーティションラベル 行く 79.8% 中程度
0764 最大のプラス記号 48.4% 中程度
0765 手をつないでいるカップル 行く 56.9% つらい
0766 テプリッツ行列 行く 68.1% 易しい
0767 文字列の再編成 行く 52.7% 中程度
0768 ソートされたIIを作成するための最大チャンク 52.7% つらい
0769 ソートする最大チャンク数 58.2% 中程度
0770 基本電卓IV 56.0% つらい
0771 宝石と石 行く 88.0% 易しい
0772 基本電卓III 48.4% つらい
0773 スライディングパズル 63.7% つらい
0774 ガソリンスタンドまでの最大距離を最小化 51.4% つらい
0775 グローバル反転とローカル反転 行く 43.8% 中程度
0776 スプリットBST 58.7% 中程度
0777 LR 文字列で隣接するスワップ 37.1% 中程度
0778 上昇する水で泳ぐ 行く 59.6% つらい
0779 文法におけるK番目の記号 40.7% 中程度
0780 到達ポイント 32.3% つらい
0781 森のウサギ 行く 55.3% 中程度
0782 チェス盤に変身 51.9% つらい
0783 BST ノード間の最小距離 行く 56.8% 易しい
0784 大文字と小文字の順列 行く 73.4% 中程度
0785 グラフは二部構成ですか? 行く 52.6% 中程度
0786 k番目の最小素数分 行く 50.6% 中程度
0787 K駅以内の最安値フライト 35.9% 中程度
0788 回転した数字 56.9% 中程度
0789 幽霊を逃れる 60.6% 中程度
0790 ドミノとトロミノのタイル 48.4% 中程度
0791 カスタムソート文字列 行く 69.4% 中程度
0792 一致するサブシーケンスの数 行く 51.9% 中程度
0793 階乗ゼロ関数のプリイメージサイズ 行く 42.7% つらい
0794 有効な三目並べ状態 行く 35.2% 中程度
0795 有界最大値を持つサブ配列の数 行く 52.7% 中程度
0796 文字列の回転 54.0% 易しい
0797 ソースからターゲットへのすべてのパス 81.4% 中程度
0798 最高のスコアを持つ最小の回転 49.6% つらい
0799 シャンパンタワー 51.2% 中程度
0800 類似のRGBカラー 66.4% 易しい
0801 シーケンスを増やすための最小スワップ 39.2% つらい
0802 最終的な安全な状態を見つける 行く 54.9% 中程度
0803 ぶつかるとレンガが落ちる 行く 34.3% つらい
0804 ユニークなモールス信号の単語 82.6% 易しい
0805 同じ平均の分割アレイ 25.9% つらい
0806 文字列を書き込む行数 66.1% 易しい
0807 都市のスカイラインを維持するための最大増加 行く 85.9% 中程度
0808 スープサービング 43.1% 中程度
0809 表現力豊かな言葉 46.3% 中程度
0810 黒板XORゲーム 行く 55.1% つらい
0811 サブドメインの訪問数 行く 75.1% 中程度
0812 最大の三角形領域 行く 60.1% 易しい
0813 平均の最大和 52.9% 中程度
0814 バイナリツリープルーニング 72.6% 中程度
0815 バス路線 行く 45.7% つらい
0816 あいまいな座標 行く 56.0% 中程度
0817 リンクリストコンポーネント 行く 58.1% 中程度
0818 レースカー 43.6% つらい
0819 最も一般的な単語 行く 45.0% 易しい
0820 単語の短いエンコーディング 行く 60.7% 中程度
0821 キャラクターまでの最短距離 行く 71.3% 易しい
0822 カードフリッピングゲーム 45.4% 中程度
0823 因子を持つ二分木 行く 50.0% 中程度
0824 ヤギラテン 67.8% 易しい
0825 適切な年齢の友達 行く 46.3% 中程度
0826 最も利益のある割り当て作業 行く 44.3% 中程度
0827 大きな島を作る 44.7% つらい
0828 特定の文字列のすべての部分文字列の一意の文字をカウントします 行く 51.5% つらい
0829 連続する数値の合計 41.5% つらい
0830 大規模なグループの位置 行く 51.7% 易しい
0831 個人情報のマスキング 46.8% 中程度
0832 画像の反転 行く 80.3% 易しい
0833 文字列内の検索と置換 54.1% 中程度
0834 ツリー内の距離の合計 行く 54.1% つらい
0835 画像の重なり 61.0% 中程度
0836 四角形の重なり 行く 43.3% 易しい
0837 新しい21ゲーム 36.2% 中程度
0838 プッシュドミノ 行く 57.0% 中程度
0839 類似の文字列グループ 行く 47.5% つらい
0840 グリッド内の魔方陣 38.5% 中程度
0841 鍵と部屋 行く 70.1% 中程度
0842 配列をフィボナッチ数列に分割 行く 38.2% 中程度
0843 単語を推測する 42.0% つらい
0844 バックスペース文字列比較 行く 48.0% 易しい
0845 配列の中で最も長い山 行く 40.1% 中程度
0846 ストレートの手 行く 56.5% 中程度
0847 すべてのノードを訪問する最短パス 61.3% つらい
0848 文字のシフト 45.4% 中程度
0849 最も近い人までの距離の最大化 47.6% 中程度
0850 長方形領域 II 行く 53.7% つらい
0851 大声でリッチ 行く 58.1% 中程度
0852 山岳地帯のピーク指数 行く 69.5% 中程度
0853 車の艦隊 行く 50.0% 中程度
0854 K 類似文字列 40.0% つらい
0855 診察室 43.5% 中程度
0856 括弧のスコア 行く 65.1% 中程度
0857 K人の労働者を雇うための最小コスト 52.0% つらい
0858 ミラー反射 63.3% 中程度
0859 バディストリングス 行く 29.0% 易しい
0860 レモネードの変更 52.8% 易しい
0861 マトリックスを反転した後のスコア 75.1% 中程度
0862 合計が少なくともkの最短部分配列 行く 26.1% つらい
0863 バイナリツリー内のすべてのノード距離k 行く 62.1% 中程度
0864 すべてのキーを取得するための最短パス 行く 45.3% つらい
0865 すべての最も深いノードを持つ最小のサブツリー 68.5% 中程度
0866 プライム回文 25.8% 中程度
0867 転置行列 行く 63.4% 易しい
0868 バイナリギャップ 61.9% 易しい
0869 2 の累乗を並べ替えました 行く 64.1% 中程度
0870 アドバンテージシャッフル 行く 51.6% 中程度
0871 給油停止の最小回数 39.9% つらい
0872 葉に似た木 行く 65.2% 易しい
0873 最長のフィボナッチ部分列の長さ 48.6% 中程度
0874 歩行ロボットシミュレーション 行く 38.3% 中程度
0875 バナナを食べるココ 行く 52.4% 中程度
0876 リンクリストの中央 行く 73.7% 易しい
0877 ストーンゲーム 行く 69.7% 中程度
0878 N番目の魔法の数 行く 35.7% つらい
0879 収益性の高いスキーム 40.5% つらい
0880 インデックスでデコードされた文字列 行く 28.3% 中程度
0881 人々を救うボート 行く 52.7% 中程度
0882 細分化されたグラフの到達可能なノード 50.3% つらい
0883 3D形状の投影領域 70.7% 易しい
0884 2つの文からの珍しい単語 行く 65.9% 易しい
0885 スパイラルマトリックスIII 行く 73.0% 中程度
0886 可能な二分割 48.4% 中程度
0887 スーパーエッグドロップ 行く 27.2% つらい
0888 フェアキャンディースワップ 行く 60.5% 易しい
0889 事前注文と事後注文のトラバーサルからバイナリツリーを構築する 70.8% 中程度
0890 パターンの検索と置換 行く 77.9% 中程度
0891 サブシーケンス幅の合計 行く 36.4% つらい
0892 3D形状の表面積 行く 63.0% 易しい
0893 特殊等価文字列のグループ 70.8% 中程度
0894 すべての可能な完全なバイナリツリー 80.0% 中程度
0895 最大周波数スタック 行く 66.8% つらい
0896 単調配列 行く 58.2% 易しい
0897 注文検索ツリーの増加 行く 78.4% 易しい
0898 サブ配列のビット単位の OR 行く 36.8% 中程度
0899 整然としたキュー 59.0% つらい
0900 RLE イテレータ 59.5% 中程度
0901 オンラインストックスパン 行く 63.9% 中程度
0902 与えられた数字セットの最大n個の数字 41.4% つらい
0903 DI シーケンスの有効な順列 57.7% つらい
0904 フルーツをバスケットに入れる 行く 42.6% 中程度
0905 パリティによる配列のソート 75.7% 易しい
0906 スーパー回文 39.2% つらい
0907 サブ配列の最小値の合計 行く 34.3% 中程度
0908 最小範囲 I 67.6% 易しい
0909 ヘビとはしご 行く 40.8% 中程度
0910 最小範囲II 行く 34.4% 中程度
0911 オンライン選挙 行く 52.1% 中程度
0912 配列を並べ替える 60.0% 中程度
0913 猫とネズミ 35.3% つらい
0914 カードのデッキ内の種類のX 行く 32.2% 易しい
0915 アレイを不整合な間隔に分割する 48.6% 中程度
0916 単語サブセット 行く 54.1% 中程度
0917 文字のみを反転 61.4% 易しい
0918 最大合計循環サブ配列 行く 38.1% 中程度
0919 完全なバイナリツリーインサータ 64.9% 中程度
0920 音楽プレイリストの数 行く 50.6% つらい
0921 括弧を有効にするための最小追加 行く 76.4% 中程度
0922 パリティIIによる配列のソート 行く 70.7% 易しい
0923 3多重度の合計 行く 45.4% 中程度
0924 マルウェアの拡散を最小限に抑える 行く 42.1% つらい
0925 長押しされた名前 行く 33.8% 易しい
0926 フリップストリングを単調に増加 59.6% 中程度
0927 3つの等しい部分 行く 39.6% つらい
0928 マルウェア拡散の最小化 II 行く 42.6% つらい
0929 一意のメールアドレス 67.2% 易しい
0930 sum を持つバイナリ部分配列 行く 50.9% 中程度
0931 最小下降パス合計 68.4% 中程度
0932 美しい配列 65.1% 中程度
0933 最近の通話数 行く 73.2% 易しい
0934 最短橋 53.9% 中程度
0935 ナイトダイヤラ 49.9% 中程度
0936 シーケンスのスタンプ 63.3% つらい
0937 ログファイル内のデータを並べ替える 56.4% 中程度
0938 BSTの範囲合計 行く 85.3% 易しい
0939 最小面積の長方形 53.2% 中程度
0940 個別のサブシーケンス II 44.4% つらい
0941 有効な山の配列 33.5% 易しい
0942 DI 文字列の一致 行く 76.6% 易しい
0943 最短のスーパーストリングを見つける 45.0% つらい
0944 列を削除してソートする 69.7% 易しい
0945 配列を一意にするための最小増分 49.8% 中程度
0946 スタックシーケンスの検証 行く 67.6% 中程度
0947 同じ行または列で削除されたほとんどの石 行く 57.0% 中程度
0948 トークンの袋 52.0% 中程度
0949 指定された桁の最大時間 行く 35.2% 中程度
0950 昇順でカードを公開する 77.6% 中程度
0951 同等のバイナリツリーを反転 66.8% 中程度
0952 共通因子別の最大部品サイズ 行く 40.3% つらい
0953 エイリアン辞書の検証 行く 52.7% 易しい
0954 倍増ペアの配列 39.1% 中程度
0955 列を削除してソート済み II を作成する 34.6% 中程度
0956 最も高い看板 40.0% つらい
0957 N日後の刑務所の独房 39.2% 中程度
0958 バイナリツリーの完全性をチェックする 行く 53.8% 中程度
0959 スラッシュでカットされた領域 行く 69.1% 中程度
0960 列を削除してソート III にする 57.1% つらい
0961 サイズ2N配列のn反復要素 行く 75.8% 易しい
0962 最大幅ランプ 48.9% 中程度
0963 最小面積矩形 II 54.7% 中程度
0964 数値を表す最小演算子 47.8% つらい
0965 単値二分木 69.2% 易しい
0966 母音スペルチェッカー 行く 51.5% 中程度
0967 同じ連続した差を持つ番号 57.0% 中程度
0968 バイナリツリーカメラ 行く 46.8% つらい
0969 パンケーキの仕分け 行く 70.0% 中程度
0970 強力な整数 行く 43.6% 中程度
0971 バイナリツリーを反転して事前注文トラバーサルに一致させる 行く 49.9% 中程度
0972 等しい有理数 43.0% つらい
0973 K 原点に最も近い点 行く 65.9% 中程度
0974 Kで割り切れる部分配列の合計 53.6% 中程度
0975 奇数偶数ジャンプ 38.9% つらい
0976 最大の周長三角形 行く 54.8% 易しい
0977 ソートされた配列の平方 行く 71.9% 易しい
0978 最長の乱流サブアレイ 行く 47.4% 中程度
0979 バイナリツリーでコインを配布する 行く 72.0% 中程度
0980 ユニークパスIII 行く 79.6% つらい
0981 時間ベースのキーと値のストア 行く 53.6% 中程度
0982 ビット単位の AND がゼロに等しいトリプル 57.6% つらい
0983 チケットの最小コスト 64.4% 中程度
0984 AAA または BBB のない文字列 行く 42.9% 中程度
0985 クエリ後の偶数の合計 行く 68.3% 中程度
0986 インターバルリストの交点 行く 71.4% 中程度
0987 二分木の垂直順序トラバーサル 行く 44.6% つらい
0988 リーフから始まる最小文字列 49.6% 中程度
0989 整数の配列形式に追加 行く 45.5% 易しい
0990 等式方程式の充足可能性 行く 50.7% 中程度
0991 壊れた電卓 行く 54.1% 中程度
0992 k個の異なる整数を持つサブ配列 行く 54.3% つらい
0993 バイナリツリーのいとこ 行く 54.1% 易しい
0994 腐ったオレンジ 52.4% 中程度
0995 k個の連続ビットフリップの最小数 行く 51.1% つらい
0996 二乗配列の数 行く 49.2% つらい
0997 町の裁判官を探す 行く 49.4% 易しい
0998 最大二分木 II 66.3% 中程度
0999 ルークで使用可能なキャプチャ 行く 67.8% 易しい
1000 石をマージするための最小コスト 42.3% つらい
1001 グリッドイルミネーション 36.2% つらい
1002 一般的な文字の検索 行く 68.3% 易しい
1003 置換後にWordが有効かどうかを確認する 行く 58.2% 中程度
1004 最大連続ワンズIII 行く 63.5% 中程度
1005 k否定後の配列の合計を最大化する 行く 51.1% 易しい
1006 不器用な階乗 行く 54.7% 中程度
1007 等しい行の最小ドミノ回転数 52.4% 中程度
1008 事前注文トラバーサルからのバイナリ検索ツリーの構築 80.9% 中程度
1009 基数 10 整数の補数 行く 62.0% 易しい
1010 合計再生時間が60で割り切れる曲のペア 行く 53.0% 中程度
1011 D日以内にパッケージを発送する能力 行く 64.4% 中程度
1012 数字が繰り返される数字 40.4% つらい
1013 配列を等和で3つの部分に分割する 43.5% 易しい
1014 ベスト観光ペア 59.5% 中程度
1015 K で割り切れる最小整数 47.1% 中程度
1016 1 から n を表す部分文字列を持つバイナリ文字列 57.6% 中程度
1017 ベース-2に変換 行く 60.9% 中程度
1018 5で割り切れるバイナリプレフィックス 行く 47.4% 易しい
1019 リンクリストの次の大きなノード 行く 59.8% 中程度
1020 飛び地の数 行く 64.8% 中程度
1021 最も外側の括弧を削除する 行く 80.1% 易しい
1022 ルートからリーフへの2進数の合計 行く 73.8% 易しい
1023 キャメルケースマッチング 60.1% 中程度
1024 ビデオスティッチング 50.5% 中程度
1025 除数 ゲーム 行く 67.1% 易しい
1026 ノードと祖先の最大差 行く 73.4% 中程度
1027 最長算術部分列 47.2% 中程度
1028 事前注文トラバーサルからのツリーの回復 行く 72.8% つらい
1029 2都市スケジューリング 64.5% 中程度
1030 距離順の行列セル 行く 69.3% 易しい
1031 重複しない 2 つのサブ配列の最大合計 59.4% 中程度
1032 キャラクターの流れ 51.5% つらい
1033 連続するまで石を動かす 45.6% 中程度
1034 境界線の色付け 行く 48.9% 中程度
1035 交差しない線 58.7% 中程度
1036 大きな迷路から脱出 34.2% つらい
1037 有効なブーメラン 行く 37.5% 易しい
1038 バイナリ検索ツリーから大和ツリーへ 行く 85.3% 中程度
1039 ポリゴンの最小スコア三角測量 54.5% 中程度
1040 連続するまで石を動かすII 行く 55.6% 中程度
1041 円に囲まれたロボット 55.3% 中程度
1042 隣接していない花の植栽 50.4% 中程度
1043 最大合計のパーティション配列 71.2% 中程度
1044 最長の重複部分文字列 30.7% つらい
1045 すべての商品をご購入いただいたお客様 67.6% 中程度
1046 最後の石の重さ 64.7% 易しい
1047 文字列内の隣接する重複をすべて削除する 行く 70.5% 易しい
1048 最長のストリングチェーン 行く 59.2% 中程度
1049 ラストストーンウェイトII 行く 52.4% 中程度
1050 3回以上協力した俳優と監督 72.4% 易しい
1051 高さチェッカー 行く 75.0% 易しい
1052 不機嫌そうな書店のオーナー 行く 57.0% 中程度
1053 1つのスワップで前の順列 50.8% 中程度
1054 遠隔バーコード 行く 45.7% 中程度
1055 文字列を形成する最短の方法 59.1% 中程度
1056 紛らわしい番号 46.1% 易しい
1057 キャンパスバイク 57.7% 中程度
1058 目標達成のための丸め誤差の最小化 44.9% 中程度
1059 ソースからリード先までのすべてのパス 40.5% 中程度
1060 ソートされた配列に要素がありません 54.6% 中程度
1061 辞書式に最小の等価文字列 70.4% 中程度
1062 最も長く繰り返される部分文字列 59.1% 中程度
1063 有効なサブ配列の数 74.1% つらい
1064 固定小数点 63.6% 易しい
1065 文字列のインデックスペア 63.0% 易しい
1066 キャンパスバイクII 54.5% 中程度
1067 範囲内の桁数 44.6% つらい
1068 製品販売分析I 80.4% 易しい
1069 製品販売分析II. 82.0% 易しい
1070 製品販売分析III. 49.2% 中程度
1071 文字列の最大公約数 51.0% 易しい
1072 等しい行の最大数の列を反転 63.1% 中程度
1073 2 つのネガバイナリ数の加算 行く 36.4% 中程度
1074 合計がターゲットになるサブ行列の数 行く 69.8% つらい
1075 プロジェクト社員 I 67.2% 易しい
1076 プロジェクト社員II. 51.0% 易しい
1077 プロジェクト社員III. 78.7% 中程度
1078 バイグラム後の出現 行く 63.9% 易しい
1079 レタータイルの可能性 行く 76.1% 中程度
1080 ルートからリーフへのパスに不十分なノード 52.8% 中程度
1081 異なる文字の最小部分シーケンス 57.6% 中程度
1082 販売分析I. 75.4% 易しい
1083 販売分析II. 50.5% 易しい
1084 販売分析III. 52.2% 易しい
1085 最小数の桁数の合計 75.9% 易しい
1086 ハイタッチ 75.2% 易しい
1087 ブレース拡張 66.1% 中程度
1088 紛らわしいナンバーII 46.5% つらい
1089 ゼロの重複 行く 51.5% 易しい
1090 ラベルからの最大値 60.9% 中程度
1091 バイナリ行列の最短経路 行く 44.5% 中程度
1092 最短共通スーパーシーケンス 57.8% つらい
1093 大規模なサンプルからの統計 行く 44.7% 中程度
1094 カープーリング 57.4% 中程度
1095 マウンテンアレイで検索 35.8% つらい
1096 ブレース拡張II 63.5% つらい
1097 ゲームプレイ分析V 55.2% つらい
1098 人気のない本 45.2% 中程度
1099 2 つの合計が k より小さい 60.4% 易しい
1100 繰り返し文字のないK長部分文字列を検索する 74.7% 中程度
1101 みんなが友達になる最も早い瞬間 65.0% 中程度
1102 最小値が最大のパス 53.3% 中程度
1103 キャンディーを人々に配布する 63.9% 易しい
1104 ジグザグラベル付きバイナリツリーのパス 行く 74.9% 中程度
1105 本棚の棚を埋める 行く 58.9% 中程度
1106 ブール式の解析 58.5% つらい
1107 新規ユーザーの日次カウント 45.9% 中程度
1108 IP アドレスのデファンディング 行く 89.3% 易しい
1109 法人向けフライト予約 60.3% 中程度
1110 ノードを削除してフォレストを返す 行く 69.4% 中程度
1111 2 つの有効な括弧文字列の最大ネストの深さ 行く 73.3% 中程度
1112 各生徒の最高成績 73.8% 中程度
1113 報告された投稿 66.1% 易しい
1114 順番に印刷 68.1% 易しい
1115 FooBar を交互に印刷する 61.7% 中程度
1116 ゼロ偶数奇数を印刷 60.1% 中程度
1117 建物H2O 55.7% 中程度
1118 月の日数 56.7% 易しい
1119 文字列から母音を削除する 90.7% 易しい
1120 最大平均サブツリー 65.5% 中程度
1121 配列を増加するシーケンスに分割する 60.0% つらい
1122 相対ソート配列 行く 68.4% 易しい
1123 最も深い葉の最低共通祖先 行く 70.6% 中程度
1124 最長の良好なパフォーマンス間隔 34.6% 中程度
1125 最小の十分なチーム 47.1% つらい
1126 アクティブなビジネス 67.9% 中程度
1127 ユーザー購入プラットフォーム 51.2% つらい
1128 等価ドミノペアの数 行く 46.9% 易しい
1129 交互の色を持つ最短パス 42.9% 中程度
1130 リーフ値からの最小コスト ツリー 68.5% 中程度
1131 絶対値式の最大値 49.5% 中程度
1132 報告された投稿 II 33.6% 中程度
1133 最大の一意の番号 67.5% 易しい
1134 アームストロング数 78.1% 易しい
1135 最小限のコストで都市をつなぐ 61.1% 中程度
1136 パラレルコース 62.0% 中程度
1137 n 番目のトリボナッチ数 行く 63.3% 易しい
1138 アルファベットボードパス 52.3% 中程度
1139 最大の1ボーダースクエア 50.0% 中程度
1140 ストーンゲームII 64.9% 中程度
1141 過去 30 日間のユーザー アクティビティ I 50.2% 易しい
1142 過去 30 日間のユーザー アクティビティ II 36.0% 易しい
1143 最長共通部分列 行く 58.8% 中程度
1144 配列をジグザグにするために要素を減らす 47.0% 中程度
1145 バイナリツリーカラーリングゲーム 行く 51.4% 中程度
1146 スナップショット・アレイ 37.3% 中程度
1147 最長のチャンク回文分解 60.0% つらい
1148 記事の見解 I 77.0% 易しい
1149 記事の見解 II 47.6% 中程度
1150 数値がソートされた配列の多数派要素であるかどうかを確認する 56.8% 易しい
1151 すべての1をグループ化するための最小スワップ 60.9% 中程度
1152 ユーザーのWebサイト訪問パターンの分析 43.4% 中程度
1153 文字列が別の文字列に変換される 35.3% つらい
1154 年間通算日 行く 50.3% 易しい
1155 目標合計のサイコロロールの数 53.6% 中程度
1156 最も長く繰り返される文字部分文字列のスワップ 45.5% 中程度
1157 サブ配列内のオンライン多数決要素 行く 42.0% つらい
1158 市場分析I. 63.9% 中程度
1159 市場分析II. 58.7% つらい
1160 文字で形成できる単語を見つける 行く 67.8% 易しい
1161 二分木の最大レベル和 66.2% 中程度
1162 陸からできるだけ遠く 48.5% 中程度
1163 辞書式順の最後の部分文字列 35.1% つらい
1164 特定の日付の製品価格 68.4% 中程度
1165 単一行キーボード 85.7% 易しい
1166 デザインファイルシステム 61.8% 中程度
1167 スティックを接続するための最小コスト 67.7% 中程度
1168 村の水分配の最適化 64.4% つらい
1169 無効なトランザクション 31.0% 中程度
1170 最小文字の頻度で文字列を比較する 行く 61.3% 中程度
1171 リンクリストからのゼロサム連続ノードの削除 行く 42.9% 中程度
1172 ディナープレートスタック 33.7% つらい
1173 即時フードデリバリーI 83.4% 易しい
1174 即時フードデリバリーII 63.9% 中程度
1175 プライムアレンジメント 行く 53.5% 易しい
1176 ダイエットプランのパフォーマンス 52.4% 易しい
1177 部分文字列から回文を作ることができます 37.8% 中程度
1178 各パズルの有効単語数 行く 46.6% つらい
1179 部門テーブルの再フォーマット 82.7% 易しい
1180 1 つの異なる文字のみの部分文字列をカウントする 78.9% 易しい
1181 パズルの前後 45.1% 中程度
1182 ターゲットカラーまでの最短距離 55.5% 中程度
1183 1 の最大数 60.9% つらい
1184 バス停間の距離 行く 54.1% 易しい
1185 曜日 行く 57.8% 易しい
1186 1 回の削除での最大サブ配列合計 41.2% 中程度
1187 配列を厳密に増やす 45.3% つらい
1188 境界付きブロッキング キューの設計 72.9% 中程度
1189 バルーンの最大数 行く 62.2% 易しい
1190 括弧の各ペア間の部分文字列を逆にする 行く 65.9% 中程度
1191 K-連結最大和 24.0% 中程度
1192 ネットワーク内の重要な接続 54.5% つらい
1193 月次取引 I 67.2% 中程度
1194 トーナメント勝者 51.7% つらい
1195 フィズバズマルチスレッド 72.5% 中程度
1196 バスケットにいくつのリンゴを入れることができますか 67.0% 易しい
1197 騎士の最小移動数 39.8% 中程度
1198 すべての行の最小共通要素を見つける 76.0% 中程度
1199 ブロックを構築するための最小時間 40.7% つらい
1200 最小絶対差 行く 69.8% 易しい
1201 醜いナンバーIII 行く 28.5% 中程度
1202 スワップ付きの最小文字列 行く 57.5% 中程度
1203 依存関係を尊重するグループによる項目の並べ替え 行く 50.6% つらい
1204 バスに最後に乗った人 74.1% 中程度
1205 月間取引 II 43.8% 中程度
1206 設計スキップリスト 60.5% つらい
1207 一意の出現回数 行く 70.9% 易しい
1208 予算内で等しい部分文字列を取得する 行く 47.6% 中程度
1209 文字列IIの隣接する重複をすべて削除する 行く 56.0% 中程度
1210 回転でターゲットに到達するための最小移動 48.9% つらい
1211 クエリの品質と割合 71.9% 易しい
1212 サッカートーナメントのチームスコア 57.6% 中程度
1213 ソートされた3つの配列の共通部分 80.0% 易しい
1214 2 つの合計 BST 66.2% 中程度
1215 ステッピング番号 45.8% 中程度
1216 有効な回文III 50.1% つらい
1217 チップを同じ位置に移動するための最小コスト 行く 72.2% 易しい
1218 与えられた差の最長算術部分列 51.8% 中程度
1219 最大のゴールドを持つパス 64.4% 中程度
1220 母音順列を数える 60.7% つらい
1221 バランス文字列の文字列の分割 行く 84.7% 易しい
1222 王を攻撃できる女王 71.7% 中程度
1223 ダイスロールシミュレーション 48.4% つらい
1224 最大等周波数 36.8% つらい
1225 連続した日付を報告する 63.4% つらい
1226 ダイニング哲学者 56.6% 中程度
1227 飛行機の座席割り当て確率 64.9% 中程度
1228 等差数列の欠損数 51.4% 易しい
1229 会議スケジューラ 55.4% 中程度
1230 奇妙なコインを投げる 53.4% 中程度
1231 ディバイドチョコレート 56.9% つらい
1232 直線かどうかを確認する 行く 41.2% 易しい
1233 ファイルシステムからサブフォルダを削除する 65.4% 中程度
1234 バランス文字列の部分文字列を置き換える 行く 36.8% 中程度
1235 ジョブスケジューリングの最大利益 行く 51.1% つらい
1236 ウェブクローラー 66.3% 中程度
1237 与えられた方程式の正の整数解を見つける 69.3% 中程度
1238 バイナリ表現における循環順列 68.8% 中程度
1239 一意の文字を持つ連結された文字列の最大長 行く 50.6% 中程度
1240 最小の正方形で長方形を並べる 54.0% つらい
1241 投稿あたりのコメント数 68.0% 易しい
1242 Web クローラー マルチスレッド 49.0% 中程度
1243 配列変換 50.7% 易しい
1244 リーダーボードのデザイン 68.8% 中程度
1245 木の直径 61.7% 中程度
1246 回文除去 45.9% つらい
1247 文字列を等しくするための最小スワップ 63.7% 中程度
1248 nice サブ配列の数をカウントする 59.5% 中程度
1249 有効な括弧を作成するための最小削除 行く 65.6% 中程度
1250 それが良い配列であるかどうかを確認してください 58.7% つらい
1251 平均販売価格 83.2% 易しい
1252 行列内の奇数値を持つセル 行く 78.6% 易しい
1253 2行バイナリ行列の再構築 43.8% 中程度
1254 閉鎖された島の数 行く 64.2% 中程度
1255 文字で形成された最大スコア単語 72.8% つらい
1256 エンコード番号 69.9% 中程度
1257 最小共通領域 64.1% 中程度
1258 同義文 56.4% 中程度
1259 交差しない握手 56.2% つらい
1260 シフト 2D グリッド 行く 68.0% 易しい
1261 汚染されたバイナリツリー内の要素を見つける 76.1% 中程度
1262 3で割り切れる最大和 50.9% 中程度
1263 ボックスをターゲットの場所に移動するための最小移動 49.0% つらい
1264 ページの推奨事項 67.8% 中程度
1265 不変リンクリストを逆に印刷する 94.3% 中程度
1266 すべてのポイントを訪問する最小時間 行く 79.1% 易しい
1267 通信するサーバーをカウントする 59.1% 中程度
1268 検索候補システム 行く 66.7% 中程度
1269 いくつかのステップの後に同じ場所にとどまる方法の数 43.6% つらい
1270 すべての人が特定のマネージャーに報告します 88.0% 中程度
1271 ヘクススピーク 57.0% 易しい
1272 間隔の削除 63.3% 中程度
1273 ツリーノードの削除 61.2% 中程度
1274 長方形内の船舶の数 69.3% つらい
1275 三目並べゲームで勝者を見つける 行く 54.3% 易しい
1276 食材の無駄のないハンバーガーの数 50.6% 中程度
1277 すべての1で平方部分行列を数える 74.4% 中程度
1278 回文分割III 60.8% つらい
1279 信号機制御交差点 74.5% 易しい
1280 学生と試験 74.5% 易しい
1281 整数の積と桁の合計を引く 行く 86.7% 易しい
1282 所属するグループサイズを与えられたユーザーをグループ化する 85.7% 中程度
1283 しきい値が与えられた最小除数を見つける 行く 55.3% 中程度
1284 バイナリ行列をゼロ行列に変換するフリップの最小数 72.1% つらい
1285 連続範囲の開始数と終了数を見つける 88.2% 中程度
1286 組み合わせのイテレータ 73.5% 中程度
1287 ソートされた配列に25%以上出現する要素 行く 59.5% 易しい
1288 カバーされた間隔を削除する 57.3% 中程度
1289 最小落下経路合計 II 59.6% つらい
1290 リンクリストの2進数を整数に変換する 行く 82.6% 易しい
1291 連続した数字 61.2% 中程度
1292 合計がしきい値以下の正方形の最大辺の長さ 53.1% 中程度
1293 障害物除去を伴うグリッド内の最短経路 行く 43.6% つらい
1294 各国の天気タイプ 67.9% 易しい
1295 偶数桁の数字を検索する 行く 76.9% 易しい
1296 配列をk個の連続した数のセットで除算する 行く 56.6% 中程度
1297 部分文字列の最大出現回数 52.1% 中程度
1298 箱から入手できる最大のキャンディー 61.1% つらい
1299 右側の要素を最大の要素に置き換えます 行く 74.7% 易しい
1300 ターゲットに最も近い変異アレイの合計 行く 43.1% 中程度
1301 最大スコアのパスの数 38.7% つらい
1302 最も深い葉の合計 行く 87.0% 中程度
1303 チームの規模を確認する 90.8% 易しい
1304 n個の一意の整数の合計がゼロになるのを見つける 行く 77.1% 易しい
1305 2 つのバイナリ検索ツリー内のすべての要素 行く 79.8% 中程度
1306 ジャンプゲームIII 行く 63.0% 中程度
1307 口頭算術パズル 34.5% つらい
1308 性別別の累計 88.3% 中程度
1309 アルファベットから整数へのマッピングへの文字列の復号化 79.4% 易しい
1310 サブ配列の XOR クエリ 行く 72.1% 中程度
1311 友達に動画を視聴してもらう 45.9% 中程度
1312 文字列回文を作成するための最小挿入手順 65.5% つらい
1313 ランレングスエンコードリストの解凍 行く 85.9% 易しい
1314 行列ブロック和 75.4% 中程度
1315 偶数値の祖父母を持つノードの合計 85.6% 中程度
1316 個別のエコー部分文字列 49.8% つらい
1317 整数を 2 つのゼロでない整数の合計に変換する 行く 56.2% 易しい
1318 A OR b を c と等しくするための最小反転 66.0% 中程度
1319 ネットワークに接続する操作の数 行く 58.3% 中程度
1320 2本の指で単語を入力するための最小距離 59.8% つらい
1321 レストランの成長 72.2% 中程度
1322 広告のパフォーマンス 60.9% 易しい
1323 最大69名 79.1% 易しい
1324 単語を縦に印刷する 60.0% 中程度
1325 指定された値を持つ葉を削除する 74.8% 中程度
1326 庭に水をまくために開く蛇口の最小数 47.8% つらい
1327 期間内に注文された製品を一覧表示する 77.1% 易しい
1328 回文を破る 53.4% 中程度
1329 行列を斜めに並べ替える 行く 83.6% 中程度
1330 配列値を最大化するための逆サブ配列 39.9% つらい
1331 配列のランク変換 59.0% 易しい
1332 回文サブシーケンスの削除 行く 76.1% 易しい
1333 ビーガンフレンドリー、価格、距離でレストランをフィルタリングする 59.4% 中程度
1334 閾値距離にある近傍の数が最も少ない都市の検索 52.9% 中程度
1335 ジョブスケジュールの最小難易度 58.8% つらい
1336 訪問あたりのトランザクション数 51.4% つらい
1337 行列内の最も弱い k 行 Go 73.1% 易しい
1338 Reduce Array Size to The Half 69.8% Medium
1339 Maximum Product of Splitted Binary Tree 43.3% Medium
1340 Jump Game V 62.6% Hard
1341 Movie Rating 58.6% Medium
1342 Number of Steps to Reduce a Number to Zero 85.6% Easy
1343 Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold 67.7% Medium
1344 Angle Between Hands of a Clock 63.4% Medium
1345 Jump Game IV 44.1% Hard
1346 Check If N and Its Double Exist 36.1% Easy
1347 Minimum Number of Steps to Make Two Strings Anagram 77.2% Medium
1348 Tweet Counts Per Frequency 43.5% Medium
1349 Maximum Students Taking Exam 48.0% Hard
1350 Students With Invalid Departments 90.5% Easy
1351 Count Negative Numbers in a Sorted Matrix 75.3% Easy
1352 Product of the Last K Numbers 49.4% Medium
1353 Maximum Number of Events That Can Be Attended Go 32.9% Medium
1354 Construct Target Array With Multiple Sums 36.3% Hard
1355 Activity Participants 74.4% Medium
1356 Sort Integers by The Number of 1 Bits 72.0% Easy
1357 Apply Discount Every n Orders 69.9% Medium
1358 Number of Substrings Containing All Three Characters 62.9% Medium
1359 Count All Valid Pickup and Delivery Options 63.0% Hard
1360 Number of Days Between Two Dates 47.5% Easy
1361 Validate Binary Tree Nodes 40.4% Medium
1362 Closest Divisors 59.8% Medium
1363 Largest Multiple of Three 33.5% Hard
1364 Number of Trusted Contacts of a Customer 79.0% Medium
1365 How Many Numbers Are Smaller Than the Current Number 86.6% Easy
1366 Rank Teams by Votes 58.6% Medium
1367 Linked List in Binary Tree 43.4% Medium
1368 Minimum Cost to Make at Least One Valid Path in a Grid 61.3% Hard
1369 Get the Second Most Recent Activity 69.6% Hard
1370 Increasing Decreasing String 77.5% Easy
1371 Find the Longest Substring Containing Vowels in Even Counts 63.0% Medium
1372 Longest ZigZag Path in a Binary Tree 59.6% Medium
1373 Maximum Sum BST in Binary Tree 39.2% Hard
1374 Generate a String With Characters That Have Odd Counts 77.5% Easy
1375 Number of Times Binary String Is Prefix-Aligned 65.9% Medium
1376 Time Needed to Inform All Employees 58.4% Medium
1377 Frog Position After T Seconds 36.1% Hard
1378 Replace Employee ID With The Unique Identifier 91.4% Easy
1379 Find a Corresponding Node of a Binary Tree in a Clone of That Tree 87.1% Easy
1380 Lucky Numbers in a Matrix Go 70.5% Easy
1381 Design a Stack With Increment Operation 77.4% Medium
1382 Balance a Binary Search Tree 80.7% Medium
1383 Maximum Performance of a Team Go 49.0% Hard
1384 Total Sales Amount by Year 67.6% Hard
1385 Find the Distance Value Between Two Arrays Go 65.3% Easy
1386 Cinema Seat Allocation 40.9% Medium
1387 Sort Integers by The Power Value 69.9% Medium
1388 Pizza With 3n Slices 50.1% Hard
1389 Create Target Array in the Given Order Go 85.8% Easy
1390 Four Divisors 41.2% Medium
1391 Check if There is a Valid Path in a Grid 47.0% Medium
1392 Longest Happy Prefix 45.0% Hard
1393 Capital Gain/Loss 91.1% Medium
1394 Find Lucky Integer in an Array 63.5% Easy
1395 Count Number of Teams 68.3% Medium
1396 Design Underground System Go 73.7% Medium
1397 Find All Good Strings 42.1% Hard
1398 Customers Who Bought Products A and B but Not C 77.7% Medium
1399 Count Largest Group 67.2% Easy
1400 Construct K Palindrome Strings 63.3% Medium
1401 Circle and Rectangle Overlapping 44.2% Medium
1402 Reducing Dishes 72.0% Hard
1403 Minimum Subsequence in Non-Increasing Order 72.2% Easy
1404 Number of Steps to Reduce a Number in Binary Representation to One 52.0% Medium
1405 Longest Happy String 57.4% Medium
1406 Stone Game III 59.7% Hard
1407 Top Travellers 68.7% Easy
1408 String Matching in an Array 63.9% Easy
1409 Queries on a Permutation With Key 83.3% Medium
1410 HTML Entity Parser 52.1% Medium
1411 Number of Ways to Paint N × 3 Grid 62.3% Hard
1412 Find the Quiet Students in All Exams 63.0% Hard
1413 Minimum Value to Get Positive Step by Step Sum 68.4% Easy
1414 Find the Minimum Number of Fibonacci Numbers Whose Sum Is K 65.4% Medium
1415 The k-th Lexicographical String of All Happy Strings of Length n 72.0% Medium
1416 Restore The Array 38.4% Hard
1417 Reformat The String 55.8% Easy
1418 Display Table of Food Orders in a Restaurant 73.7% Medium
1419 Minimum Number of Frogs Croaking 49.9% Medium
1420 Build Array Where You Can Find The Maximum Exactly K Comparisons 63.6% Hard
1421 NPV Queries 84.1% Easy
1422 Maximum Score After Splitting a String 57.8% Easy
1423 Maximum Points You Can Obtain from Cards Go 52.3% Medium
1424 Diagonal Traverse II 50.3% Medium
1425 Constrained Subsequence Sum 47.4% Hard
1426 Counting Elements 59.5% Easy
1427 Perform String Shifts 54.2% Easy
1428 Leftmost Column with at Least a One 53.0% Medium
1429 First Unique Number 52.7% Medium
1430 Check If a String Is a Valid Sequence from Root to Leaves Path in a Binary Tree 46.1% Medium
1431 Kids With the Greatest Number of Candies 87.5% Easy
1432 Max Difference You Can Get From Changing an Integer 43.0% Medium
1433 Check If a String Can Break Another String 68.8% Medium
1434 Number of Ways to Wear Different Hats to Each Other 42.8% Hard
1435 Create a Session Bar Chart 78.3% Easy
1436 Destination City 77.6% Easy
1437 Check If All 1's Are at Least Length K Places Away Go 59.2% Easy
1438 Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit Go 48.0% Medium
1439 Find the Kth Smallest Sum of a Matrix With Sorted Rows Go 61.4% Hard
1440 Evaluate Boolean Expression 76.5% Medium
1441 Build an Array With Stack Operations 71.3% Medium
1442 Count Triplets That Can Form Two Arrays of Equal XOR Go 75.6% Medium
1443 Minimum Time to Collect All Apples in a Tree 56.0% Medium
1444 Number of Ways of Cutting a Pizza 58.6% Hard
1445 Apples & Oranges 91.3% Medium
1446 Consecutive Characters Go 61.7% Easy
1447 Simplified Fractions 64.6% Medium
1448 Count Good Nodes in Binary Tree 74.6% Medium
1449 Form Largest Integer With Digits That Add up to Target 47.1% Hard
1450 Number of Students Doing Homework at a Given Time 75.9% Easy
1451 Rearrange Words in a Sentence 62.5% Medium
1452 People Whose List of Favorite Companies Is Not a Subset of Another List 56.8% Medium
1453 Maximum Number of Darts Inside of a Circular Dartboard 36.8% Hard
1454 Active Users 38.4% Medium
1455 Check If a Word Occurs As a Prefix of Any Word in a Sentence Go 64.2% Easy
1456 Maximum Number of Vowels in a Substring of Given Length 57.9% Medium
1457 Pseudo-Palindromic Paths in a Binary Tree 68.1% Medium
1458 Max Dot Product of Two Subsequences 46.2% Hard
1459 Rectangles Area 70.0% Medium
1460 Make Two Arrays Equal by Reversing Subarrays 72.2% Easy
1461 Check If a String Contains All Binary Codes of Size K Go 56.8% Medium
1462 Course Schedule IV 48.9% Medium
1463 Cherry Pickup II Go 70.2% Hard
1464 Maximum Product of Two Elements in an Array Go 79.2% Easy
1465 Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts Go 40.8% Medium
1466 Reorder Routes to Make All Paths Lead to the City Zero 61.8% Medium
1467 Probability of a Two Boxes Having The Same Number of Distinct Balls 60.8% Hard
1468 Calculate Salaries 81.9% Medium
1469 Find All The Lonely Nodes 81.7% Easy
1470 Shuffle the Array Go 88.5% Easy
1471 The k Strongest Values in an Array 60.1% Medium
1472 Design Browser History 76.1% Medium
1473 Paint House III 62.0% Hard
1474 Delete N Nodes After M Nodes of a Linked List 73.8% Easy
1475 Final Prices With a Special Discount in a Shop 75.4% Easy
1476 Subrectangle Queries 88.5% Medium
1477 Find Two Non-overlapping Sub-arrays Each With Target Sum 37.0% Medium
1478 Allocate Mailboxes 55.3% Hard
1479 Sales by Day of the Week 82.4% Hard
1480 Running Sum of 1d Array Go 89.8% Easy
1481 Least Number of Unique Integers after K Removals 57.2% Medium
1482 Minimum Number of Days to Make m Bouquets Go 56.7% Medium
1483 Kth Ancestor of a Tree Node 33.8% Hard
1484 Group Sold Products By The Date 84.1% Easy
1485 Clone Binary Tree With Random Pointer 79.5% Medium
1486 XOR Operation in an Array Go 84.2% Easy
1487 Making File Names Unique 35.6% Medium
1488 Avoid Flood in The City 26.1% Medium
1489 Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree 53.4% Hard
1490 Clone N-ary Tree 83.6% Medium
1491 Average Salary Excluding the Minimum and Maximum Salary 63.1% Easy
1492 The kth Factor of n 62.3% Medium
1493 Longest Subarray of 1's After Deleting One Element 60.1% Medium
1494 Parallel Courses II 31.1% Hard
1495 Friendly Movies Streamed Last Month 49.8% Easy
1496 Path Crossing 55.8% Easy
1497 Check If Array Pairs Are Divisible by k 39.8% Medium
1498 Number of Subsequences That Satisfy the Given Sum Condition 38.4% Medium
1499 Max Value of Equation 46.5% Hard
1500 Design a File Sharing System 44.9% Medium
1501 Countries You Can Safely Invest In 58.3% Medium
1502 Can Make Arithmetic Progression From Sequence 68.3% Easy
1503 Last Moment Before All Ants Fall Out of a Plank 55.2% Medium
1504 Count Submatrices With All Ones 57.9% Medium
1505 Minimum Possible Integer After at Most K Adjacent Swaps On Digits 38.1% Hard
1506 Find Root of N-Ary Tree 78.1% Medium
1507 Reformat Date 62.4% Easy
1508 Range Sum of Sorted Subarray Sums 59.4% Medium
1509 Minimum Difference Between Largest and Smallest Value in Three Moves 54.6% Medium
1510 Stone Game IV 60.6% Hard
1511 Customer Order Frequency 73.1% Easy
1512 Number of Good Pairs Go 88.2% Easy
1513 Number of Substrings With Only 1s 45.2% Medium
1514 Path with Maximum Probability 48.3% Medium
1515 Best Position for a Service Centre 38.4% Hard
1516 Move Sub-Tree of N-Ary Tree 63.9% Hard
1517 Find Users With Valid E-Mails 57.1% Easy
1518 Water Bottles Go 60.3% Easy
1519 Number of Nodes in the Sub-Tree With the Same Label 40.9% Medium
1520 Maximum Number of Non-Overlapping Substrings 37.9% Hard
1521 Find a Value of a Mysterious Function Closest to Target 43.6% Hard
1522 Diameter of N-Ary Tree 73.4% Medium
1523 Count Odd Numbers in an Interval Range 46.4% Easy
1524 Number of Sub-arrays With Odd Sum 43.6% Medium
1525 Number of Good Ways to Split a String 69.5% Medium
1526 Minimum Number of Increments on Subarrays to Form a Target Array 68.6% Hard
1527 Patients With a Condition 42.9% Easy
1528 Shuffle String 85.7% Easy
1529 Minimum Suffix Flips 72.5% Medium
1530 Number of Good Leaf Nodes Pairs 60.5% Medium
1531 String Compression II 50.2% Hard
1532 The Most Recent Three Orders 71.1% Medium
1533 Find the Index of the Large Integer 50.7% Medium
1534 Count Good Triplets 80.8% Easy
1535 Find the Winner of an Array Game 48.8% Medium
1536 Minimum Swaps to Arrange a Binary Grid 46.4% Medium
1537 Get the Maximum Score 39.3% Hard
1538 Guess the Majority in a Hidden Array 63.0% Medium
1539 Kth Missing Positive Number Go 55.9% Easy
1540 Can Convert String in K Moves 33.1% Medium
1541 Minimum Insertions to Balance a Parentheses String 49.9% Medium
1542 Find Longest Awesome Substring 41.6% Hard
1543 Fix Product Name Format 62.4% Easy
1544 Make The String Great 57.0% Easy
1545 Find Kth Bit in Nth Binary String 58.2% Medium
1546 Maximum Number of Non-Overlapping Subarrays With Sum Equals Target 47.2% Medium
1547 Minimum Cost to Cut a Stick 56.8% Hard
1548 The Most Similar Path in a Graph 56.9% Hard
1549 The Most Recent Orders for Each Product 67.9% Medium
1550 Three Consecutive Odds 63.7% Easy
1551 Minimum Operations to Make Array Equal Go 81.1% Medium
1552 Magnetic Force Between Two Balls 56.8% Medium
1553 Minimum Number of Days to Eat N Oranges 34.4% Hard
1554 Strings Differ by One Character 43.6% Medium
1555 Bank Account Summary 53.0% Medium
1556 Thousand Separator 55.1% Easy
1557 Minimum Number of Vertices to Reach All Nodes 79.6% Medium
1558 Minimum Numbers of Function Calls to Make Target Array 64.3% Medium
1559 Detect Cycles in 2D Grid 48.1% Medium
1560 Most Visited Sector in a Circular Track 58.4% Easy
1561 Maximum Number of Coins You Can Get 78.6% Medium
1562 Find Latest Group of Size M 42.4% Medium
1563 Stone Game V 40.6% Hard
1564 Put Boxes Into the Warehouse I 67.1% Medium
1565 Unique Orders and Customers Per Month 83.6% Easy
1566 Detect Pattern of Length M Repeated K or More Times 43.6% Easy
1567 Maximum Length of Subarray With Positive Product 43.7% Medium
1568 Minimum Number of Days to Disconnect Island 47.1% Hard
1569 Number of Ways to Reorder Array to Get Same BST 48.2% Hard
1570 Dot Product of Two Sparse Vectors 90.4% Medium
1571 Warehouse Manager 90.1% Easy
1572 Matrix Diagonal Sum Go 79.7% Easy
1573 Number of Ways to Split a String Go 32.4% Medium
1574 Shortest Subarray to be Removed to Make Array Sorted 36.5% Medium
1575 Count All Possible Routes 56.9% Hard
1576 Replace All ?'s to Avoid Consecutive Repeating Characters Go 49.2% Easy
1577 Number of Ways Where Square of Number Is Equal to Product of Two Numbers 39.9% Medium
1578 Minimum Time to Make Rope Colorful 63.7% Medium
1579 Remove Max Number of Edges to Keep Graph Fully Traversable Go 52.7% Hard
1580 Put Boxes Into the Warehouse II 63.5% Medium
1581 Customer Who Visited but Did Not Make Any Transactions 89.0% Easy
1582 Special Positions in a Binary Matrix 65.3% Easy
1583 Count Unhappy Friends 59.8% Medium
1584 Min Cost to Connect All Points 64.3% Medium
1585 Check If String Is Transformable With Substring Sort Operations 48.4% Hard
1586 Binary Search Tree Iterator II 70.8% Medium
1587 Bank Account Summary II 90.2% Easy
1588 Sum of All Odd Length Subarrays 83.6% Easy
1589 Maximum Sum Obtained of Any Permutation 37.0% Medium
1590 Make Sum Divisible by P 28.1% Medium
1591 Strange Printer II 58.4% Hard
1592 Rearrange Spaces Between Words 43.8% Easy
1593 Split a String Into the Max Number of Unique Substrings 55.1% Medium
1594 Maximum Non Negative Product in a Matrix 33.1% Medium
1595 Minimum Cost to Connect Two Groups of Points 46.3% Hard
1596 The Most Frequently Ordered Products for Each Customer 85.1% Medium
1597 Build Binary Expression Tree From Infix Expression 62.2% Hard
1598 Crawler Log Folder 64.3% Easy
1599 Maximum Profit of Operating a Centennial Wheel 43.7% Medium
1600 Throne Inheritance Go 63.6% Medium
1601 Maximum Number of Achievable Transfer Requests 51.3% Hard
1602 Find Nearest Right Node in Binary Tree 75.3% Medium
1603 Design Parking System Go 88.1% Easy
1604 Alert Using Same Key-Card Three or More Times in a One Hour Period 47.4% Medium
1605 Find Valid Matrix Given Row and Column Sums 78.1% Medium
1606 Find Servers That Handled Most Number of Requests 42.8% Hard
1607 Sellers With No Sales 55.3% Easy
1608 Special Array With X Elements Greater Than or Equal X Go 60.0% Easy
1609 Even Odd Tree Go 53.6% Medium
1610 Maximum Number of Visible Points 37.4% Hard
1611 Minimum One Bit Operations to Make Integers Zero 63.2% Hard
1612 Check If Two Expression Trees are Equivalent 69.9% Medium
1613 Find the Missing IDs 75.9% Medium
1614 Maximum Nesting Depth of the Parentheses Go 82.7% Easy
1615 Maximal Network Rank 58.1% Medium
1616 Split Two Strings to Make Palindrome 31.3% Medium
1617 Count Subtrees With Max Distance Between Cities 65.9% Hard
1618 Maximum Font to Fit a Sentence in a Screen 59.1% Medium
1619 Mean of Array After Removing Some Elements Go 64.6% Easy
1620 Coordinate With Maximum Network Quality 37.3% Medium
1621 Number of Sets of K Non-Overlapping Line Segments 42.3% Medium
1622 Fancy Sequence 16.1% Hard
1623 All Valid Triplets That Can Represent a Country 88.0% Easy
1624 Largest Substring Between Two Equal Characters Go 59.0% Easy
1625 Lexicographically Smallest String After Applying Operations 66.0% Medium
1626 Best Team With No Conflicts 41.1% Medium
1627 Graph Connectivity With Threshold 45.5% Hard
1628 Design an Expression Tree With Evaluate Function 82.7% Medium
1629 Slowest Key Go 59.4% Easy
1630 Arithmetic Subarrays 79.9% Medium
1631 Path With Minimum Effort Go 55.3% Medium
1632 Rank Transform of a Matrix 41.0% Hard
1633 Percentage of Users Attended a Contest 68.8% Easy
1634 Add Two Polynomials Represented as Linked Lists 53.4% Medium
1635 Hopper Company Queries I 53.0% Hard
1636 Sort Array by Increasing Frequency Go 68.6% Easy
1637 Widest Vertical Area Between Two Points Containing No Points 84.2% Medium
1638 Count Substrings That Differ by One Character 71.5% Medium
1639 Number of Ways to Form a Target String Given a Dictionary 42.9% Hard
1640 Check Array Formation Through Concatenation Go 56.1% Easy
1641 Count Sorted Vowel Strings Go 77.3% Medium
1642 Furthest Building You Can Reach Go 48.3% Medium
1643 Kth Smallest Instructions 46.3% Hard
1644 Lowest Common Ancestor of a Binary Tree II 59.3% Medium
1645 Hopper Company Queries II 38.8% Hard
1646 Get Maximum in Generated Array Go 50.2% Easy
1647 Minimum Deletions to Make Character Frequencies Unique Go 59.2% Medium
1648 Sell Diminishing-Valued Colored Balls Go 30.6% Medium
1649 Create Sorted Array through Instructions Go 37.2% Hard
1650 Lowest Common Ancestor of a Binary Tree III 77.3% Medium
1651 Hopper Company Queries III 68.0% Hard
1652 Defuse the Bomb Go 61.1% Easy
1653 Minimum Deletions to Make String Balanced Go 58.7% Medium
1654 Minimum Jumps to Reach Home Go 28.6% Medium
1655 Distribute Repeating Integers Go 39.7% Hard
1656 Design an Ordered Stream Go 85.3% Easy
1657 Determine if Two Strings Are Close Go 54.2% Medium
1658 Minimum Operations to Reduce X to Zero Go 37.6% Medium
1659 Maximize Grid Happiness Go 38.4% Hard
1660 Correct a Binary Tree 72.5% Medium
1661 Average Time of Process per Machine 79.4% Easy
1662 Check If Two String Arrays are Equivalent Go 81.8% Easy
1663 Smallest String With A Given Numeric Value Go 67.0% Medium
1664 Ways to Make a Fair Array Go 63.6% Medium
1665 Minimum Initial Energy to Finish Tasks Go 56.2% Hard
1666 Change the Root of a Binary Tree 69.4% Medium
1667 Fix Names in a Table 66.8% Easy
1668 Maximum Repeating Substring Go 39.6% Easy
1669 Merge In Between Linked Lists Go 74.5% Medium
1670 Design Front Middle Back Queue Go 56.4% Medium
1671 Minimum Number of Removals to Make Mountain Array 42.6% Hard
1672 Richest Customer Wealth Go 88.4% Easy
1673 Find the Most Competitive Subsequence Go 49.3% Medium
1674 Minimum Moves to Make Array Complementary Go 38.5% Medium
1675 Minimize Deviation in Array Go 52.1% Hard
1676 Lowest Common Ancestor of a Binary Tree IV 79.3% Medium
1677 Product's Worth Over Invoices 39.4% Easy
1678 Goal Parser Interpretation Go 86.0% Easy
1679 Max Number of K-Sum Pairs Go 57.4% Medium
1680 Concatenation of Consecutive Binary Numbers Go 57.0% Medium
1681 Minimum Incompatibility Go 37.3% Hard
1682 Longest Palindromic Subsequence II 49.7% Medium
1683 Invalid Tweets 91.0% Easy
1684 Count the Number of Consistent Strings Go 81.8% Easy
1685 Sum of Absolute Differences in a Sorted Array Go 65.3% Medium
1686 Stone Game VI 54.3% Medium
1687 Delivering Boxes from Storage to Ports 38.2% Hard
1688 Count of Matches in Tournament Go 83.1% Easy
1689 Partitioning Into Minimum Number Of Deci-Binary Numbers Go 89.7% Medium
1690 Stone Game VII Go 58.7% Medium
1691 Maximum Height by Stacking Cuboids Go 54.2% Hard
1692 Count Ways to Distribute Candies 62.0% Hard
1693 Daily Leads and Partners 90.4% Easy
1694 Reformat Phone Number Go 64.7% Easy
1695 Maximum Erasure Value Go 57.7% Medium
1696 Jump Game VI Go 46.3% Medium
1697 Checking Existence of Edge Length Limited Paths 50.5% Hard
1698 Number of Distinct Substrings in a String 63.1% Medium
1699 Number of Calls Between Two Persons 85.8% Medium
1700 Number of Students Unable to Eat Lunch Go 67.7% Easy
1701 Average Waiting Time 62.3% Medium
1702 Maximum Binary String After Change 46.1% Medium
1703 Minimum Adjacent Swaps for K Consecutive Ones 41.3% Hard
1704 Determine if String Halves Are Alike Go 77.4% Easy
1705 Maximum Number of Eaten Apples Go 37.9% Medium
1706 Where Will the Ball Fall 65.8% Medium
1707 Maximum XOR With an Element From Array 44.3% Hard
1708 Largest Subarray Length K 63.5% Easy
1709 Biggest Window Between Visits 77.8% Medium
1710 Maximum Units on a Truck Go 74.0% Easy
1711 Count Good Meals 29.0% Medium
1712 Ways to Split Array Into Three Subarrays 32.4% Medium
1713 Minimum Operations to Make a Subsequence 49.2% Hard
1714 Sum Of Special Evenly-Spaced Elements In Array 49.8% Hard
1715 Count Apples and Oranges 77.8% Medium
1716 Calculate Money in Leetcode Bank Go 65.0% Easy
1717 Maximum Score From Removing Substrings 46.0% Medium
1718 Construct the Lexicographically Largest Valid Sequence 51.7% Medium
1719 Number Of Ways To Reconstruct A Tree 42.5% Hard
1720 Decode XORed Array Go 86.0% Easy
1721 Swapping Nodes in a Linked List Go 67.8% Medium
1722 Minimize Hamming Distance After Swap Operations 48.6% Medium
1723 Find Minimum Time to Finish All Jobs 42.7% Hard
1724 Checking Existence of Edge Length Limited Paths II 51.3% Hard
1725 Number Of Rectangles That Can Form The Largest Square Go 78.7% Easy
1726 Tuple with Same Product 60.7% Medium
1727 Largest Submatrix With Rearrangements 60.8% Medium
1728 Cat and Mouse II 40.5% Hard
1729 Find Followers Count 71.6% Easy
1730 Shortest Path to Get Food 54.0% Medium
1731 The Number of Employees Which Report to Each Employee 51.1% Easy
1732 Find the Highest Altitude Go 78.7% Easy
1733 Minimum Number of People to Teach 41.6% Medium
1734 Decode XORed Permutation Go 62.2% Medium
1735 Count Ways to Make Array With Product 49.2% Hard
1736 Latest Time by Replacing Hidden Digits Go 42.2% Easy
1737 Change Minimum Characters to Satisfy One of Three Conditions 35.2% Medium
1738 Find Kth Largest XOR Coordinate Value Go 61.6% Medium
1739 Building Boxes 51.7% Hard
1740 Find Distance in a Binary Tree 68.7% Medium
1741 Find Total Time Spent by Each Employee 92.0% Easy
1742 Maximum Number of Balls in a Box Go 73.9% Easy
1743 Restore the Array From Adjacent Pairs 68.7% Medium
1744 Can You Eat Your Favorite Candy on Your Favorite Day? Go 32.8% Medium
1745 Palindrome Partitioning IV 46.3% Hard
1746 Maximum Subarray Sum After One Operation 62.2% Medium
1747 Leetflex Banned Accounts 68.2% Medium
1748 Sum of Unique Elements Go 75.6% Easy
1749 Maximum Absolute Sum of Any Subarray 58.2% Medium
1750 Minimum Length of String After Deleting Similar Ends 43.6% Medium
1751 Maximum Number of Events That Can Be Attended II 55.8% Hard
1752 Check if Array Is Sorted and Rotated Go 49.2% Easy
1753 Maximum Score From Removing Stones 66.1% Medium
1754 Largest Merge Of Two Strings 45.0% Medium
1755 Closest Subsequence Sum 36.6% Hard
1756 Design Most Recently Used Queue 79.0% Medium
1757 Recyclable and Low Fat Products 93.9% Easy
1758 Minimum Changes To Make Alternating Binary String Go 58.3% Easy
1759 Count Number of Homogenous Substrings 47.8% Medium
1760 Minimum Limit of Balls in a Bag 60.3% Medium
1761 Minimum Degree of a Connected Trio in a Graph 41.7% Hard
1762 Buildings With an Ocean View 79.2% Medium
1763 Longest Nice Substring Go 61.7% Easy
1764 Form Array by Concatenating Subarrays of Another Array 52.7% Medium
1765 Map of Highest Peak 60.3% Medium
1766 Tree of Coprimes 38.5% Hard
1767 Find the Subtasks That Did Not Execute 84.7% Hard
1768 Merge Strings Alternately 75.9% Easy
1769 Minimum Number of Operations to Move All Balls to Each Box 85.4% Medium
1770 Maximum Score from Performing Multiplication Operations 36.3% Hard
1771 Maximize Palindrome Length From Subsequences 35.2% Hard
1772 Sort Features by Popularity 65.1% Medium
1773 Count Items Matching a Rule 84.3% Easy
1774 Closest Dessert Cost 46.7% Medium
1775 Equal Sum Arrays With Minimum Number of Operations 52.6% Medium
1776 Car Fleet II 53.3% Hard
1777 Product's Price for Each Store 85.4% Easy
1778 Shortest Path in a Hidden Grid 39.7% Medium
1779 Find Nearest Point That Has the Same X or Y Coordinate 67.2% Easy
1780 Check if Number is a Sum of Powers of Three 65.3% Medium
1781 Sum of Beauty of All Substrings 60.4% Medium
1782 Count Pairs Of Nodes 37.9% Hard
1783 Grand Slam Titles 88.9% Medium
1784 Check if Binary String Has at Most One Segment of Ones 40.5% Easy
1785 Minimum Elements to Add to Form a Given Sum 42.4% Medium
1786 Number of Restricted Paths From First to Last Node 39.2% Medium
1787 Make the XOR of All Segments Equal to Zero 39.5% Hard
1788 Maximize the Beauty of the Garden 66.4% Hard
1789 Primary Department for Each Employee 80.0% Easy
1790 Check if One String Swap Can Make Strings Equal 45.6% Easy
1791 Find Center of Star Graph Go 83.6% Easy
1792 Maximum Average Pass Ratio 51.9% Medium
1793 Maximum Score of a Good Subarray 53.2% Hard
1794 Count Pairs of Equal Substrings With Minimum Difference 65.2% Medium
1795 Rearrange Products Table 90.4% Easy
1796 Second Largest Digit in a String 49.0% Easy
1797 Design Authentication Manager 56.1% Medium
1798 Maximum Number of Consecutive Values You Can Make 54.1% Medium
1799 Maximize Score After N Operations 45.7% Hard
1800 Maximum Ascending Subarray Sum 63.8% Easy
1801 Number of Orders in the Backlog 47.2% Medium
1802 Maximum Value at a Given Index in a Bounded Array 31.8% Medium
1803 Count Pairs With XOR in a Range 46.8% Hard
1804 Implement Trie II (Prefix Tree) 59.8% Medium
1805 Number of Different Integers in a String 36.1% Easy
1806 Minimum Number of Operations to Reinitialize a Permutation 71.3% Medium
1807 Evaluate the Bracket Pairs of a String 66.7% Medium
1808 Maximize Number of Nice Divisors 31.2% Hard
1809 Ad-Free Sessions 60.0% Easy
1810 Minimum Path Cost in a Hidden Grid 53.8% Medium
1811 Find Interview Candidates 65.3% Medium
1812 Determine Color of a Chessboard Square 77.4% Easy
1813 Sentence Similarity III 33.0% Medium
1814 Count Nice Pairs in an Array 41.9% Medium
1815 Maximum Number of Groups Getting Fresh Donuts 40.1% Hard
1816 Truncate Sentence Go 81.9% Easy
1817 Finding the Users Active Minutes 80.7% Medium
1818 Minimum Absolute Sum Difference Go 30.1% Medium
1819 Number of Different Subsequences GCDs 37.9% Hard
1820 Maximum Number of Accepted Invitations 49.7% Medium
1821 Find Customers With Positive Revenue this Year 89.4% Easy
1822 Sign of the Product of an Array 66.3% Easy
1823 Find the Winner of the Circular Game 77.7% Medium
1824 Minimum Sideway Jumps 49.8% Medium
1825 Finding MK Average 35.1% Hard
1826 Faulty Sensor 49.5% Easy
1827 Minimum Operations to Make the Array Increasing 78.2% Easy
1828 Queries on Number of Points Inside a Circle 86.5% Medium
1829 Maximum XOR for Each Query 77.0% Medium
1830 Minimum Number of Operations to Make String Sorted 49.2% Hard
1831 Maximum Transaction Each Day 84.3% Medium
1832 Check if the Sentence Is Pangram 83.9% Easy
1833 Maximum Ice Cream Bars 65.5% Medium
1834 Single-Threaded CPU 41.9% Medium
1835 Find XOR Sum of All Pairs Bitwise AND 60.0% Hard
1836 Remove Duplicates From an Unsorted Linked List 69.3% Medium
1837 Sum of Digits in Base K 76.8% Easy
1838 Frequency of the Most Frequent Element 38.3% Medium
1839 Longest Substring Of All Vowels in Order 48.5% Medium
1840 Maximum Building Height 35.3% Hard
1841 League Statistics 57.4% Medium
1842 Next Palindrome Using Same Digits 53.6% Hard
1843 Suspicious Bank Accounts 48.0% Medium
1844 Replace All Digits with Characters 79.7% Easy
1845 Seat Reservation Manager 64.2% Medium
1846 Maximum Element After Decreasing and Rearranging Go 59.1% Medium
1847 Closest Room 35.1% Hard
1848 Minimum Distance to the Target Element 58.6% Easy
1849 Splitting a String Into Descending Consecutive Values 32.1% Medium
1850 Minimum Adjacent Swaps to Reach the Kth Smallest Number 72.0% Medium
1851 Minimum Interval to Include Each Query 47.7% Hard
1852 Distinct Numbers in Each Subarray 71.5% Medium
1853 Convert Date Format 88.0% Easy
1854 Maximum Population Year 59.8% Easy
1855 Maximum Distance Between a Pair of Values 52.6% Medium
1856 Maximum Subarray Min-Product 37.7% Medium
1857 Largest Color Value in a Directed Graph 40.6% Hard
1858 Longest Word With All Prefixes 66.3% Medium
1859 Sorting the Sentence 84.4% Easy
1860 Incremental Memory Leak 71.6% Medium
1861 Rotating the Box 64.7% Medium
1862 Sum of Floored Pairs 28.3% Hard
1863 Sum of All Subset XOR Totals 79.0% Easy
1864 Minimum Number of Swaps to Make the Binary String Alternating 42.0% Medium
1865 Finding Pairs With a Certain Sum 50.3% Medium
1866 Number of Ways to Rearrange Sticks With K Sticks Visible 55.4% Hard
1867 Orders With Maximum Quantity Above Average 75.9% Medium
1868 Product of Two Run-Length Encoded Arrays 57.8% Medium
1869 Longer Contiguous Segments of Ones than Zeros 60.2% Easy
1870 Minimum Speed to Arrive on Time 37.3% Medium
1871 Jump Game VII 25.1% Medium
1872 Stone Game VIII 52.4% Hard
1873 Calculate Special Bonus 64.7% Easy
1874 Minimize Product Sum of Two Arrays 90.4% Medium
1875 Group Employees of the Same Salary 75.6% Medium
1876 Substrings of Size Three with Distinct Characters 70.2% Easy
1877 Minimize Maximum Pair Sum in Array Go 80.4% Medium
1878 Get Biggest Three Rhombus Sums in a Grid 46.4% Medium
1879 Minimum XOR Sum of Two Arrays 44.6% Hard
1880 Check if Word Equals Summation of Two Words 73.6% Easy
1881 Maximum Value after Insertion 36.5% Medium
1882 Process Tasks Using Servers 39.5% Medium
1883 Minimum Skips to Arrive at Meeting On Time 38.5% Hard
1884 Egg Drop With 2 Eggs and N Floors 70.3% Medium
1885 Count Pairs in Two Arrays 59.2% Medium
1886 Determine Whether Matrix Can Be Obtained By Rotation 55.3% Easy
1887 Reduction Operations to Make the Array Elements Equal 62.3% Medium
1888 Minimum Number of Flips to Make the Binary String Alternating 37.8% Medium
1889 Minimum Space Wasted From Packaging 30.6% Hard
1890 The Latest Login in 2020 81.8% Easy
1891 Cutting Ribbons 48.1% Medium
1892 Page Recommendations II 44.8% Hard
1893 Check if All the Integers in a Range Are Covered 50.8% Easy
1894 Find the Student that Will Replace the Chalk 43.6% Medium
1895 Largest Magic Square 51.9% Medium
1896 Minimum Cost to Change the Final Value of Expression 54.9% Hard
1897 Redistribute Characters to Make All Strings Equal 60.0% Easy
1898 Maximum Number of Removable Characters 39.2% Medium
1899 Merge Triplets to Form Target Triplet 64.3% Medium
1900 The Earliest and Latest Rounds Where Players Compete 51.8% Hard
1901 Find a Peak Element II 53.3% Medium
1902 Depth of BST Given Insertion Order 45.0% Medium
1903 Largest Odd Number in String 55.7% Easy
1904 The Number of Full Rounds You Have Played 45.7% Medium
1905 Count Sub Islands 67.9% Medium
1906 Minimum Absolute Difference Queries 43.9% Medium
1907 Count Salary Categories 64.6% Medium
1908 Game of Nim 57.3% Medium
1909 Remove One Element to Make the Array Strictly Increasing 26.0% Easy
1910 Remove All Occurrences of a Substring 74.0% Medium
1911 Maximum Alternating Subsequence Sum 59.2% Medium
1912 Design Movie Rental System 41.2% Hard
1913 Maximum Product Difference Between Two Pairs 81.4% Easy
1914 Cyclically Rotating a Grid 48.0% Medium
1915 Number of Wonderful Substrings 44.8% Medium
1916 Count Ways to Build Rooms in an Ant Colony 48.7% Hard
1917 Leetcodify Friends Recommendations 28.9% Hard
1918 Kth Smallest Subarray Sum 52.9% Medium
1919 Leetcodify Similar Friends 43.2% Hard
1920 Build Array from Permutation 91.5% Easy
1921 Eliminate Maximum Number of Monsters 37.8% Medium
1922 Count Good Numbers 38.5% Medium
1923 Longest Common Subpath 27.6% Hard
1924 Erect the Fence II 53.9% Hard
1925 Count Square Sum Triples 67.9% Easy
1926 Nearest Exit from Entrance in Maze 43.1% Medium
1927 Sum Game 47.0% Medium
1928 Minimum Cost to Reach Destination in Time 37.6% Hard
1929 Concatenation of Array 91.5% Easy
1930 Unique Length-3 Palindromic Subsequences 51.8% Medium
1931 Painting a Grid With Three Different Colors 57.3% Hard
1932 Merge BSTs to Create Single BST 35.3% Hard
1933 Check if String Is Decomposable Into Value-Equal Substrings 50.4% Easy
1934 Confirmation Rate 77.8% Medium
1935 Maximum Number of Words You Can Type 71.0% Easy
1936 Add Minimum Number of Rungs 42.8% Medium
1937 Maximum Number of Points with Cost 36.2% Medium
1938 Maximum Genetic Difference Query 39.5% Hard
1939 Users That Actively Request Confirmation Messages 61.7% Easy
1940 Longest Common Subsequence Between Sorted Arrays 79.4% Medium
1941 Check if All Characters Have Equal Number of Occurrences 76.9% Easy
1942 The Number of the Smallest Unoccupied Chair 40.4% Medium
1943 Describe the Painting 47.8% Medium
1944 Number of Visible People in a Queue 69.9% Hard
1945 Sum of Digits of String After Convert 61.1% Easy
1946 Largest Number After Mutating Substring 34.5% Medium
1947 Maximum Compatibility Score Sum 60.9% Medium
1948 Delete Duplicate Folders in System 58.0% Hard
1949 Strong Friendship 58.7% Medium
1950 Maximum of Minimum Values in All Subarrays 50.0% Medium
1951 All the Pairs With the Maximum Number of Common Followers 72.9% Medium
1952 Three Divisors 57.0% Easy
1953 Maximum Number of Weeks for Which You Can Work 39.0% Medium
1954 Minimum Garden Perimeter to Collect Enough Apples 53.0% Medium
1955 Count Number of Special Subsequences 51.3% Hard
1956 Minimum Time For K Virus Variants to Spread 46.5% Hard
1957 Delete Characters to Make Fancy String 56.6% Easy
1958 Check if Move is Legal 44.2% Medium
1959 Minimum Total Space Wasted With K Resizing Operations 41.9% Medium
1960 Maximum Product of the Length of Two Palindromic Substrings 29.6% Hard
1961 Check If String Is a Prefix of Array 54.2% Easy
1962 Remove Stones to Minimize the Total 58.8% Medium
1963 Minimum Number of Swaps to Make the String Balanced 68.3% Medium
1964 Find the Longest Valid Obstacle Course at Each Position 46.9% Hard
1965 Employees With Missing Information 81.1% Easy
1966 Binary Searchable Numbers in an Unsorted Array 65.5% Medium
1967 Number of Strings That Appear as Substrings in Word 79.9% Easy
1968 Array With Elements Not Equal to Average of Neighbors 49.4% Medium
1969 Minimum Non-Zero Product of the Array Elements 33.7% Medium
1970 Last Day Where You Can Still Cross 49.5% Hard
1971 Find if Path Exists in Graph 50.5% Easy
1972 First and Last Call On the Same Day 54.4% Hard
1973 Count Nodes Equal to Sum of Descendants 75.3% Medium
1974 Minimum Time to Type Word Using Special Typewriter 71.5% Easy
1975 Maximum Matrix Sum 45.6% Medium
1976 Number of Ways to Arrive at Destination 32.4% Medium
1977 Number of Ways to Separate Numbers 21.2% Hard
1978 Employees Whose Manager Left the Company 50.5% Easy
1979 Find Greatest Common Divisor of Array 76.8% Easy
1980 Find Unique Binary String 64.2% Medium
1981 Minimize the Difference Between Target and Chosen Elements 32.4% Medium
1982 Find Array Given Subset Sums 48.7% Hard
1983 Widest Pair of Indices With Equal Range Sum 53.1% Medium
1984 Minimum Difference Between Highest and Lowest of K Scores Go 53.5% Easy
1985 Find the Kth Largest Integer in the Array 44.6% Medium
1986 Minimum Number of Work Sessions to Finish the Tasks 33.1% Medium
1987 Number of Unique Good Subsequences 52.2% Hard
1988 Find Cutoff Score for Each School 70.5% Medium
1989 Maximum Number of People That Can Be Caught in Tag 53.8% Medium
1990 Count the Number of Experiments 51.7% Medium
1991 Find the Middle Index in Array 67.3% Easy
1992 Find All Groups of Farmland 68.5% Medium
1993 Operations on Tree 43.5% Medium
1994 The Number of Good Subsets 34.1% Hard
1995 Count Special Quadruplets 59.0% Easy
1996 The Number of Weak Characters in the Game 44.0% Medium
1997 First Day Where You Have Been in All the Rooms 36.0% Medium
1998 GCD Sort of an Array 45.5% Hard
1999 Smallest Greater Multiple Made of Two Digits 50.0% Medium
2000 Reverse Prefix of Word 77.7% Easy
2001 Number of Pairs of Interchangeable Rectangles 44.6% Medium
2002 Maximum Product of the Length of Two Palindromic Subsequences 53.4% Medium
2003 Smallest Missing Genetic Value in Each Subtree 44.1% Hard
2004 The Number of Seniors and Juniors to Join the Company 38.8% Hard
2005 Subtree Removal Game with Fibonacci Tree 62.8% Hard
2006 Count Number of Pairs With Absolute Difference K 82.2% Easy
2007 Find Original Array From Doubled Array 41.0% Medium
2008 Maximum Earnings From Taxi 43.0% Medium
2009 Minimum Number of Operations to Make Array Continuous 45.5% Hard
2010 The Number of Seniors and Juniors to Join the Company II 57.8% Hard
2011 Final Value of Variable After Performing Operations 88.8% Easy
2012 Sum of Beauty in the Array 46.7% Medium
2013 Detect Squares 50.1% Medium
2014 Longest Subsequence Repeated k Times 55.7% Hard
2015 Average Height of Buildings in Each Segment 58.6% Medium
2016 Maximum Difference Between Increasing Elements 53.4% Easy
2017 Grid Game 42.7% Medium
2018 Check if Word Can Be Placed In Crossword 49.3% Medium
2019 The Score of Students Solving Math Expression 33.2% Hard
2020 Number of Accounts That Did Not Stream 73.2% Medium
2021 Brightest Position on Street Go 62.9% Medium
2022 Convert 1D Array Into 2D Array Go 58.3% Easy
2023 Number of Pairs of Strings With Concatenation Equal to Target 72.8% Medium
2024 Maximize the Confusion of an Exam 59.4% Medium
2025 Maximum Number of Ways to Partition an Array 32.0% Hard
2026 Low-Quality Problems 85.5% Easy
2027 Minimum Moves to Convert String 53.8% Easy
2028 Find Missing Observations 43.5% Medium
2029 Stone Game IX 26.1% Medium
2030 Smallest K-Length Subsequence With Occurrences of a Letter 38.9% Hard
2031 Count Subarrays With More Ones Than Zeros 53.2% Medium
2032 Two Out of Three 72.6% Easy
2033 Minimum Operations to Make a Uni-Value Grid 52.3% Medium
2034 Stock Price Fluctuation 49.3% Medium
2035 Partition Array Into Two Arrays to Minimize Sum Difference 17.9% Hard
2036 Maximum Alternating Subarray Sum 41.2% Medium
2037 Minimum Number of Moves to Seat Everyone Go 82.2% Easy
2038 Remove Colored Pieces if Both Neighbors are the Same Color Go 58.1% Medium
2039 The Time When the Network Becomes Idle 50.6% Medium
2040 Kth Smallest Product of Two Sorted Arrays 29.1% Hard
2041 Accepted Candidates From the Interviews 79.4% Medium
2042 Check if Numbers Are Ascending in a Sentence 65.9% Easy
2043 Simple Bank System Go 65.9% Medium
2044 Count Number of Maximum Bitwise-OR Subsets 74.8% Medium
2045 Second Minimum Time to Reach Destination 38.5% Hard
2046 Sort Linked List Already Sorted Using Absolute Values 68.6% Medium
2047 Number of Valid Words in a Sentence 29.5% Easy
2048 Next Greater Numerically Balanced Number 47.1% Medium
2049 Count Nodes With the Highest Score 47.1% Medium
2050 Parallel Courses III 59.4% Hard
2051 The Category of Each Member in the Store 73.5% Medium
2052 Minimum Cost to Separate Sentence Into Rows 51.0% Medium
2053 Kth Distinct String in an Array 71.9% Easy
2054 Two Best Non-Overlapping Events 44.8% Medium
2055 Plates Between Candles 44.7% Medium
2056 Number of Valid Move Combinations On Chessboard 59.1% Hard
2057 Smallest Index With Equal Value 71.2% Easy
2058 Find the Minimum and Maximum Number of Nodes Between Critical Points 57.1% Medium
2059 Minimum Operations to Convert Number 47.2% Medium
2060 Check if an Original String Exists Given Two Encoded Strings 41.0% Hard
2061 Number of Spaces Cleaning Robot Cleaned 54.9% Medium
2062 Count Vowel Substrings of a String 65.9% Easy
2063 Vowels of All Substrings 55.0% Medium
2064 Minimized Maximum of Products Distributed to Any Store 50.0% Medium
2065 Maximum Path Quality of a Graph 57.7% Hard
2066 Account Balance 85.5% Medium
2067 Number of Equal Count Substrings 49.6% Medium
2068 Check Whether Two Strings are Almost Equivalent 64.7% Easy
2069 Walking Robot Simulation II 23.0% Medium
2070 Most Beautiful Item for Each Query 49.5% Medium
2071 Maximum Number of Tasks You Can Assign 34.8% Hard
2072 The Winner University 72.4% Easy
2073 Time Needed to Buy Tickets 62.0% Easy
2074 Reverse Nodes in Even Length Groups 51.5% Medium
2075 Decode the Slanted Ciphertext 50.2% Medium
2076 Process Restricted Friend Requests 53.4% Hard
2077 Paths in Maze That Lead to Same Room 56.8% Medium
2078 Two Furthest Houses With Different Colors 67.3% Easy
2079 Watering Plants 80.2% Medium
2080 Range Frequency Queries 38.1% Medium
2081 Sum of k-Mirror Numbers 42.1% Hard
2082 The Number of Rich Customers 80.7% Easy
2083 Substrings That Begin and End With the Same Letter 68.0% Medium
2084 Drop Type 1 Orders for Customers With Type 0 Orders 91.2% Medium
2085 Count Common Words With One Occurrence 69.6% Easy
2086 Minimum Number of Buckets Required to Collect Rainwater from Houses 45.0% Medium
2087 Minimum Cost Homecoming of a Robot in a Grid 51.4% Medium
2088 Count Fertile Pyramids in a Land 63.3% Hard
2089 Find Target Indices After Sorting Array 76.9% Easy
2090 K Radius Subarray Averages 42.4% Medium
2091 Removing Minimum and Maximum From Array 56.8% Medium
2092 Find All People With Secret 34.2% Hard
2093 Minimum Cost to Reach City With Discounts 56.3% Medium
2094 Finding 3-Digit Even Numbers 57.4% Easy
2095 Delete the Middle Node of a Linked List 60.7% Medium
2096 Step-By-Step Directions From a Binary Tree Node to Another Go 48.8% Medium
2097 Valid Arrangement of Pairs 40.9% Hard
2098 Subsequence of Size K With the Largest Even Sum 38.7% Medium
2099 Find Subsequence of Length K With the Largest Sum 42.5% Easy
2100 Find Good Days to Rob the Bank 49.1% Medium
2101 Detonate the Maximum Bombs 40.9% Medium
2102 Sequentially Ordinal Rank Tracker 66.1% Hard
2103 Rings and Rods 81.5% Easy
2104 Sum of Subarray Ranges 60.2% Medium
2105 Watering Plants II 50.2% Medium
2106 Maximum Fruits Harvested After at Most K Steps 35.1% Hard
2107 Number of Unique Flavors After Sharing K Candies 57.2% Medium
2108 Find First Palindromic String in the Array 78.6% Easy
2109 Adding Spaces to a String 56.2% Medium
2110 Number of Smooth Descent Periods of a Stock 57.4% Medium
2111 Minimum Operations to Make the Array K-Increasing 37.7% Hard
2112 The Airport With the Most Traffic 71.2% Medium
2113 Elements in Array After Removing and Replacing Elements 73.4% Medium
2114 Maximum Number of Words Found in Sentences 88.2% Easy
2115 Find All Possible Recipes from Given Supplies 48.2% Medium
2116 Check if a Parentheses String Can Be Valid 31.4% Medium
2117 Abbreviating the Product of a Range 28.1% Hard
2118 Build the Equation 57.8% Hard
2119 A Number After a Double Reversal 75.7% Easy
2120 Execution of All Suffix Instructions Staying in a Grid 83.5% Medium
2121 Intervals Between Identical Elements 43.0% Medium
2122 Recover the Original Array 38.1% Hard
2123 Minimum Operations to Remove Adjacent Ones in Matrix 41.1% Hard
2124 Check if All A's Appears Before All B's 71.5% Easy
2125 Number of Laser Beams in a Bank 82.7% Medium
2126 Destroying Asteroids 49.4% Medium
2127 Maximum Employees to Be Invited to a Meeting 32.9% Hard
2128 Remove All Ones With Row and Column Flips 76.4% Medium
2129 Capitalize the Title 60.1% Easy
2130 Maximum Twin Sum of a Linked List 81.6% Medium
2131 Longest Palindrome by Concatenating Two Letter Words 41.3% Medium
2132 Stamping the Grid 30.6% Hard
2133 Check if Every Row and Column Contains All Numbers 52.8% Easy
2134 Minimum Swaps to Group All 1's Together II 50.3% Medium
2135 Count Words Obtained After Adding a Letter 42.8% Medium
2136 Earliest Possible Day of Full Bloom 68.4% Hard
2137 Pour Water Between Buckets to Make Water Levels Equal 67.1% Medium
2138 Divide a String Into Groups of Size k 65.1% Easy
2139 Minimum Moves to Reach Target Score 48.4% Medium
2140 Solving Questions With Brainpower 45.8% Medium
2141 Maximum Running Time of N Computers 38.7% Hard
2142 The Number of Passengers in Each Bus I 51.1% Medium
2143 Choose Numbers From Two Arrays in Range 51.8% Hard
2144 Minimum Cost of Buying Candies With Discount 60.8% Easy
2145 Count the Hidden Sequences 36.3% Medium
2146 K Highest Ranked Items Within a Price Range 41.2% Medium
2147 Number of Ways to Divide a Long Corridor 39.9% Hard
2148 Count Elements With Strictly Smaller and Greater Elements 60.0% Easy
2149 Rearrange Array Elements by Sign 81.0% Medium
2150 Find All Lonely Numbers in the Array 60.7% Medium
2151 Maximum Good People Based on Statements 48.4% Hard
2152 Minimum Number of Lines to Cover Points 46.7% Medium
2153 The Number of Passengers in Each Bus II 50.4% Hard
2154 Keep Multiplying Found Values by Two 73.3% Easy
2155 All Divisions With the Highest Score of a Binary Array 63.3% Medium
2156 Find Substring With Given Hash Value 21.9% Hard
2157 Groups of Strings 25.2% Hard
2158 Amount of New Area Painted Each Day 55.7% Hard
2159 Order Two Columns Independently 63.5% Medium
2160 Minimum Sum of Four Digit Number After Splitting Digits 88.2% Easy
2161 Partition Array According to Given Pivot 84.3% Medium
2162 Minimum Cost to Set Cooking Time 39.2% Medium
2163 Minimum Difference in Sums After Removal of Elements 46.5% Hard
2164 Sort Even and Odd Indices Independently Go 66.6% Easy
2165 Smallest Value of the Rearranged Number Go 51.1% Medium
2166 Design Bitset Go 31.3% Medium
2167 Minimum Time to Remove All Cars Containing Illegal Goods Go 40.1% Hard
2168 Unique Substrings With Equal Digit Frequency 60.2% Medium
2169 Count Operations to Obtain Zero Go 75.6% Easy
2170 Minimum Operations to Make the Array Alternating Go 33.2% Medium
2171 Removing Minimum Number of Magic Beans Go 42.0% Medium
2172 Maximum AND Sum of Array 46.8% Hard
2173 Longest Winning Streak 59.7% Hard
2174 Remove All Ones With Row and Column Flips II 68.8% Medium
2175 The Change in Global Rankings 68.5% Medium
2176 Count Equal and Divisible Pairs in an Array 80.3% Easy
2177 Find Three Consecutive Integers That Sum to a Given Number 63.5% Medium
2178 Maximum Split of Positive Even Integers 59.1% Medium
2179 Count Good Triplets in an Array 36.7% Hard
2180 Count Integers With Even Digit Sum Go 64.5% Easy
2181 Merge Nodes in Between Zeros Go 86.9% Medium
2182 Construct String With Repeat Limit Go 51.8% Medium
2183 Count Array Pairs Divisible by K Go 28.3% Hard
2184 Number of Ways to Build Sturdy Brick Wall 52.1% Medium
2185 Counting Words With a Given Prefix 77.1% Easy
2186 Minimum Number of Steps to Make Two Strings Anagram II 71.9% Medium
2187 Minimum Time to Complete Trips 31.8% Medium
2188 Minimum Time to Finish the Race 41.9% Hard
2189 Number of Ways to Build House of Cards 63.2% Medium
2190 Most Frequent Number Following Key In an Array 60.4% Easy
2191 Sort the Jumbled Numbers 45.1% Medium
2192 All Ancestors of a Node in a Directed Acyclic Graph 50.5% Medium
2193 Minimum Number of Moves to Make Palindrome 50.8% Hard
2194 Cells in a Range on an Excel Sheet 85.7% Easy
2195 Append K Integers With Minimal Sum 24.9% Medium
2196 Create Binary Tree From Descriptions 72.0% Medium
2197 Replace Non-Coprime Numbers in Array 38.3% Hard
2198 Number of Single Divisor Triplets 56.2% Medium
2199 Finding the Topic of Each Post 49.8% Hard
2200 Find All K-Distant Indices in an Array 64.4% Easy
2201 Count Artifacts That Can Be Extracted 54.9% Medium
2202 Maximize the Topmost Element After K Moves 22.7% Medium
2203 Minimum Weighted Subgraph With the Required Paths 35.6% Hard
2204 Distance to a Cycle in Undirected Graph 71.4% Hard
2205 The Number of Users That Are Eligible for Discount 50.4% Easy
2206 Divide Array Into Equal Pairs 74.8% Easy
2207 Maximize Number of Subsequences in a String 32.7% Medium
2208 Minimum Operations to Halve Array Sum 45.1% Medium
2209 Minimum White Tiles After Covering With Carpets 33.7% Hard
2210 Count Hills and Valleys in an Array 57.7% Easy
2211 Count Collisions on a Road 41.7% Medium
2212 Maximum Points in an Archery Competition 48.7% Medium
2213 Longest Substring of One Repeating Character 31.1% Hard
2214 Minimum Health to Beat Game 57.6% Medium
2215 Find the Difference of Two Arrays 69.1% Easy
2216 Minimum Deletions to Make Array Beautiful 46.1% Medium
2217 Find Palindrome With Fixed Length 34.4% Medium
2218 Maximum Value of K Coins From Piles 48.5% Hard
2219 Maximum Sum Score of Array 60.6% Medium
2220 Minimum Bit Flips to Convert Number 82.3% Easy
2221 Find Triangular Sum of an Array 79.1% Medium
2222 Number of Ways to Select Buildings 50.7% Medium
2223 Sum of Scores of Built Strings 36.5% Hard
2224 Minimum Number of Operations to Convert Time 65.2% Easy
2225 Find Players With Zero or One Losses 69.3% Medium
2226 Maximum Candies Allocated to K Children 35.9% Medium
2227 Encrypt and Decrypt Strings 39.0% Hard
2228 Users With Two Purchases Within Seven Days 44.8% Medium
2229 Check if an Array Is Consecutive 61.7% Easy
2230 The Users That Are Eligible for Discount 51.1% Easy
2231 Largest Number After Digit Swaps by Parity 60.2% Easy
2232 Minimize Result by Adding Parentheses to Expression 64.7% Medium
2233 Maximum Product After K Increments 41.3% Medium
2234 Maximum Total Beauty of the Gardens 28.1% Hard
2235 Add Two Integers 90.0% Easy
2236 Root Equals Sum of Children 87.6% Easy
2237 Count Positions on Street With Required Brightness 68.6% Medium
2238 Number of Times a Driver Was a Passenger 75.3% Medium
2239 Find Closest Number to Zero 45.8% Easy
2240 Number of Ways to Buy Pens and Pencils 56.8% Medium
2241 Design an ATM Machine 38.6% Medium
2242 Maximum Score of a Node Sequence 37.4% Hard
2243 Calculate Digit Sum of a String 66.9% Easy
2244 Minimum Rounds to Complete All Tasks 57.0% Medium
2245 Maximum Trailing Zeros in a Cornered Path 35.2% Medium
2246 Longest Path With Different Adjacent Characters 44.9% Hard
2247 Maximum Cost of Trip With K Highways 50.5% Hard
2248 Intersection of Multiple Arrays 69.5% Easy
2249 Count Lattice Points Inside a Circle 50.4% Medium
2250 Count Number of Rectangles Containing Each Point 33.9% Medium
2251 Number of Flowers in Full Bloom 51.9% Hard
2252 Dynamic Pivoting of a Table 55.5% Hard
2253 Dynamic Unpivoting of a Table 67.4% Hard
2254 Design Video Sharing Platform 65.8% Hard
2255 Count Prefixes of a Given String 73.3% Easy
2256 Minimum Average Difference 35.7% Medium
2257 Count Unguarded Cells in the Grid 52.2% Medium
2258 Escape the Spreading Fire 34.7% Hard
2259 Remove Digit From Number to Maximize Result 47.0% Easy
2260 Minimum Consecutive Cards to Pick Up 51.9% Medium
2261 K Divisible Elements Subarrays 47.4% Medium
2262 Total Appeal of A String 58.1% Hard
2263 Make Array Non-decreasing or Non-increasing 68.0% Hard
2264 Largest 3-Same-Digit Number in String 58.9% Easy
2265 Count Nodes Equal to Average of Subtree 85.6% Medium
2266 Count Number of Texts 47.3% Medium
2267 Check if There Is a Valid Parentheses String Path 37.9% Hard
2268 Minimum Number of Keypresses 74.4% Medium
2269 Find the K-Beauty of a Number 57.2% Easy
2270 Number of Ways to Split Array 44.2% Medium
2271 Maximum White Tiles Covered by a Carpet 32.4% Medium
2272 Substring With Largest Variance 37.1% Hard
2273 Find Resultant Array After Removing Anagrams 58.0% Easy
2274 Maximum Consecutive Floors Without Special Floors 52.2% Medium
2275 Largest Combination With Bitwise AND Greater Than Zero 72.3% Medium
2276 Count Integers in Intervals 33.9% Hard
2277 Closest Node to Path in Tree 64.1% Hard
2278 Percentage of Letter in String 74.0% Easy
2279 Maximum Bags With Full Capacity of Rocks 62.6% Medium
2280 Minimum Lines to Represent a Line Chart 23.7% Medium
2281 Sum of Total Strength of Wizards 27.9% Hard
2282 Number of People That Can Be Seen in a Grid 50.4% Medium
2283 Check if Number Has Equal Digit Count and Digit Value 73.6% Easy
2284 Sender With Largest Word Count 55.8% Medium
2285 Maximum Total Importance of Roads 60.7% Medium
2286 Booking Concert Tickets in Groups 15.7% Hard
2287 Rearrange Characters to Make Target String 57.7% Easy
2288 Apply Discount to Prices 27.3% Medium
2289 Steps to Make Array Non-decreasing 21.4% Medium
2290 Minimum Obstacle Removal to Reach Corner 49.2% Hard
2291 Maximum Profit From Trading Stocks 46.4% Medium
2292 Products With Three or More Orders in Two Consecutive Years 39.9% Medium
2293 Min Max Game 64.2% Easy
2294 Partition Array Such That Maximum Difference Is K 72.4% Medium
2295 Replace Elements in an Array 57.6% Medium
2296 Design a Text Editor 39.5% Hard
2297 Jump Game VIII 57.0% Medium
2298 Tasks Count in the Weekend 87.7% Medium
2299 Strong Password Checker II 56.8% Easy
2300 Successful Pairs of Spells and Potions 31.5% Medium
2301 Match Substring After Replacement 39.2% Hard
2302 Count Subarrays With Score Less Than K 51.9% Hard
2303 Calculate Amount Paid in Taxes 63.0% Easy
2304 Minimum Path Cost in a Grid 65.4% Medium
2305 Fair Distribution of Cookies 62.9% Medium
2306 Naming a Company 34.4% Hard
2307 Check for Contradictions in Equations 40.9% Hard
2308 Arrange Table by Gender 79.5% Medium
2309 Greatest English Letter in Upper and Lower Case 68.5% Easy
2310 Sum of Numbers With Units Digit K 25.4% Medium
2311 Longest Binary Subsequence Less Than or Equal to K 36.1% Medium
2312 Selling Pieces of Wood 48.0% Hard
2313 Minimum Flips in Binary Tree to Get Result 67.5% Hard
2314 The First Day of the Maximum Recorded Degree in Each City 76.9% Medium
2315 Count Asterisks 82.2% Easy
2316 Count Unreachable Pairs of Nodes in an Undirected Graph 38.6% Medium
2317 Maximum XOR After Operations 78.2% Medium
2318 Number of Distinct Roll Sequences 56.3% Hard
2319 Check if Matrix Is X-Matrix 67.3% Easy
2320 Count Number of Ways to Place Houses 39.9% Medium
2321 Maximum Score Of Spliced Array 55.1% Hard
2322 Minimum Score After Removals on a Tree 50.3% Hard
2323 Find Minimum Time to Finish All Jobs II 75.4% Medium
2324 Product Sales Analysis IV 84.5% Medium
2325 Decode the Message 84.7% Easy
2326 Spiral Matrix IV 74.6% Medium
2327 Number of People Aware of a Secret 44.4% Medium
2328 Number of Increasing Paths in a Grid 47.7% Hard
2329 Product Sales Analysis V 70.2% Easy
2330 Valid Palindrome IV 76.2% Medium
2331 Evaluate Boolean Binary Tree 79.5% Easy
2332 The Latest Time to Catch a Bus 22.7% Medium
2333 Minimum Sum of Squared Difference 24.9% Medium
2334 Subarray With Elements Greater Than Varying Threshold 40.1% Hard
2335 Minimum Amount of Time to Fill Cups 55.3% Easy
2336 Smallest Number in Infinite Set 71.8% Medium
2337 Move Pieces to Obtain a String 48.0% Medium
2338 Count the Number of Ideal Arrays 25.3% Hard
2339 All the Matches of the League 88.8% Easy
2340 Minimum Adjacent Swaps to Make a Valid Array 76.6% Medium
2341 Maximum Number of Pairs in Array 76.6% Easy
2342 Max Sum of a Pair With Equal Sum of Digits 52.9% Medium
2343 Query Kth Smallest Trimmed Number 40.7% Medium
2344 Minimum Deletions to Make Array Divisible 56.9% Hard
2345 Finding the Number of Visible Mountains 44.5% Medium
2346 Compute the Rank as a Percentage 32.9% Medium
2347 Best Poker Hand 60.7% Easy
2348 Number of Zero-Filled Subarrays 56.8% Medium
2349 Design a Number Container System 46.8% Medium
2350 Shortest Impossible Sequence of Rolls 68.2% Hard
2351 First Letter to Appear Twice 76.6% Easy
2352 Equal Row and Column Pairs 71.1% Medium
2353 Design a Food Rating System 34.4% Medium
2354 Number of Excellent Pairs 45.8% Hard
2355 Maximum Number of Books You Can Take 47.0% Hard
2356 Number of Unique Subjects Taught by Each Teacher 91.5% Easy
2357 Make Array Zero by Subtracting Equal Amounts 72.5% Easy
2358 Maximum Number of Groups Entering a Competition 67.3% Medium
2359 Find Closest Node to Given Two Nodes 33.8% Medium
2360 Longest Cycle in a Graph 38.5% Hard
2361 Minimum Costs Using the Train Line 77.1% Hard
2362 Generate the Invoice 89.1% Hard
2363 Merge Similar Items 75.1% Easy
2364 Count Number of Bad Pairs 40.5% Medium
2365 Task Scheduler II 46.0% Medium
2366 Minimum Replacements to Sort the Array 39.5% Hard
2367 Number of Arithmetic Triplets 83.7% Easy
2368 Reachable Nodes With Restrictions 57.2% Medium
2369 Check if There is a Valid Partition For The Array 40.0%