Leetcode
9145 ワード
gitアドレスhttps://github.com/yangyu2010/leetcode
その他両数の和https://leetcode-cn.com/problems/two-sum/ 整数反転https://leetcode-cn.com/problems/reverse-integer/ プラス1https://leetcode-cn.com/problems/plus-one/ 二分検索https://leetcode-cn.com/problems/binary-search/
スタック有効かっこhttps://leetcode-cn.com/problems/valid-parentheses/submissions/ 逆ポーランド式の評価https://leetcode-cn.com/problems/evaluate-reverse-polish-notation/ 最小スタックhttps://leetcode-cn.com/problems/min-stack/
キュー設計サイクルキューhttps://leetcode-cn.com/problems/design-circular-queue/
はいれつ要素の除去https://leetcode-cn.com/problems/remove-element/ ソート配列で要素の最初の位置と最後の位置を検索https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array/ らせん行列https://leetcode-cn.com/problems/spiral-matrix/ 楊輝三角https://leetcode-cn.com/problems/pascals-triangle/ 楊輝三角IIhttps://leetcode-cn.com/problems/pascals-triangle-ii/ 両数の和II-入力秩序配列https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted/ 回転配列https://leetcode-cn.com/problems/rotate-array/ 長さが最小のサブ配列https://leetcode-cn.com/problems/minimum-size-subarray-sum/ 最大連続1の個数https://leetcode-cn.com/problems/max-consecutive-ones/ 対角線遍歴https://leetcode-cn.com/problems/diagonal-traverse/ 配列分割Ihttps://leetcode-cn.com/problems/array-partition-i/ 配列の中心インデックスを探しますhttps://leetcode-cn.com/problems/find-pivot-index/ 毎日の温度https://leetcode-cn.com/problems/daily-temperatures/ は少なくとも他の数字の2倍の最大数ですhttps://leetcode-cn.com/problems/largest-number-at-least-twice-of-others/
文字列重複文字のない最上位列https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/ 文字列変換整数(atoi)https://leetcode-cn.com/problems/string-to-integer-atoi/ 最長共通接頭辞https://leetcode-cn.com/problems/longest-common-prefix/submissions/ strStr()を実現https://leetcode-cn.com/problems/implement-strstr/ バイナリ加算https://leetcode-cn.com/problems/a] [pohjlo;p['] d-binary/ 文字列の単語を反転https://leetcode-cn.com/problems/reverse-words-in-a-string/ 反転文字列https://leetcode-cn.com/problems/reverse-string/
チェーンテーブル両数加算https://leetcode-cn.com/problems/add-two-numbers/ チェーンテーブルの最後からN番目のノードを削除https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list/ 2 2 2つの順序付きチェーンテーブルをマージhttps://leetcode-cn.com/problems/merge-two-sorted-lists/ 回転チェーンテーブルhttps://leetcode-cn.com/problems/rotate-list/ リングチェーンテーブルhttps://leetcode-cn.com/problems/linked-list-cycle/ リングチェーンテーブルIIhttps://leetcode-cn.com/problems/linked-list-cycle-ii/ 交差チェーンテーブルhttps://leetcode-cn.com/problems/intersection-of-two-linked-lists/ スプレッドシート要素の除去https://leetcode-cn.com/problems/remove-linked-list-elements/ 反転チェーンテーブルhttps://leetcode-cn.com/problems/reverse-linked-list/ 回文チェーンテーブルhttps://leetcode-cn.com/problems/palindrome-linked-list/ チェーンテーブルのノードを削除https://leetcode-cn.com/problems/delete-node-in-a-linked-list/ パリティチェーンテーブルhttps://leetcode-cn.com/problems/odd-even-linked-list/ 設計チェーンテーブルhttps://leetcode-cn.com/problems/design-linked-list/
二叉木対称ツリーhttps://leetcode-cn.com/problems/symmetric-tree/ ツリーの階層遍歴https://leetcode-cn.com/problems/binary-tree-level-order-traversal/ フロントシーケンスとミッドシーケンスループシーケンスからツリーを構築https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/ 中序と後序からシーケンスを遍歴して二叉木を構築するhttps://leetcode-cn.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal/ パス合計https://leetcode-cn.com/problems/path-sum/ 各ノードの次の右側ノードポインタを塗りつぶすhttps://leetcode-cn.com/problems/populating-next-right-pointers-in-each-node/ 二叉検索ツリーの最近の共通祖先https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-tree/submissions/ 二叉木の最近の公共祖先https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/ ツリーのシーケンス化と逆シーケンス化https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/
その他
https://github.com/yangyu2010/leetcode/blob/master/leetcode/1 .py
https://github.com/yangyu2010/leetcode/blob/master/leetcode/7 .py
https://github.com/yangyu2010/leetcode/blob/master/leetcode/66 .py
https://github.com/yangyu2010/leetcode/blob/master/leetcode/704 .py
スタック
https://github.com/yangyu2010/leetcode/blob/master/ /20 .py
https://github.com/yangyu2010/leetcode/blob/master/ /150 .py
https://github.com/yangyu2010/leetcode/blob/master/ /155 .py
キュー
https://github.com/yangyu2010/leetcode/blob/master/ /622 .py
はいれつ
https://github.com/yangyu2010/leetcode/blob/master/ /27 .py
https://github.com/yangyu2010/leetcode/blob/master/ /34 .py
https://github.com/yangyu2010/leetcode/blob/master/ /54 .py
https://github.com/yangyu2010/leetcode/blob/master/ /118 .py
https://github.com/yangyu2010/leetcode/blob/master/ /119 %20II.py
https://github.com/yangyu2010/leetcode/blob/master/ /167 II- .py
https://github.com/yangyu2010/leetcode/blob/master/ /189 .py
https://github.com/yangyu2010/leetcode/blob/master/ /209 .py
https://github.com/yangyu2010/leetcode/blob/master/ /485 1 .py
https://github.com/yangyu2010/leetcode/blob/master/ /498 .py
https://github.com/yangyu2010/leetcode/blob/master/ /561 I.py
https://github.com/yangyu2010/leetcode/blob/master/ /724 .py
https://github.com/yangyu2010/leetcode/blob/master/ /739 .py
https://github.com/yangyu2010/leetcode/blob/master/ /747 .py
文字列
https://github.com/yangyu2010/leetcode/blob/master/ /3 .py
https://github.com/yangyu2010/leetcode/blob/master/ /8 .py
https://github.com/yangyu2010/leetcode/blob/master/ /14 .py
https://github.com/yangyu2010/leetcode/blob/master/ /28 strStr.py
https://github.com/yangyu2010/leetcode/blob/master/ /67 .py
https://github.com/yangyu2010/leetcode/blob/master/ /151 .py
https://github.com/yangyu2010/leetcode/blob/master/ /344 .py
チェーンテーブル
https://github.com/yangyu2010/leetcode/blob/master/ /2 .py
https://github.com/yangyu2010/leetcode/blob/master/ /19 N .py
https://github.com/yangyu2010/leetcode/blob/master/ /21 .py
https://github.com/yangyu2010/leetcode/blob/master/ /61 .py
https://github.com/yangyu2010/leetcode/blob/master/ /141 .py
https://github.com/yangyu2010/leetcode/blob/master/ /142 %20II.py
https://github.com/yangyu2010/leetcode/blob/master/ /160 .py
https://github.com/yangyu2010/leetcode/blob/master/ /203 .py
https://github.com/yangyu2010/leetcode/blob/master/ /206 .py
https://github.com/yangyu2010/leetcode/blob/master/ /234 .py
https://github.com/yangyu2010/leetcode/blob/master/ /237 .py
https://github.com/yangyu2010/leetcode/blob/master/ /328 .py
https://github.com/yangyu2010/leetcode/blob/master/ /707 .py
https://github.com/yangyu2010/leetcode/blob/master/ /707 .py
二叉木
https://github.com/yangyu2010/leetcode/blob/master/ /101 .py
https://github.com/yangyu2010/leetcode/blob/master/ /102 .py
https://github.com/yangyu2010/leetcode/blob/master/ /105 .py
https://github.com/yangyu2010/leetcode/blob/master/ /106 .py
https://github.com/yangyu2010/leetcode/blob/master/ /112 .py
https://github.com/yangyu2010/leetcode/blob/master/ /116 .py
https://github.com/yangyu2010/leetcode/blob/master/ /235 .py
https://github.com/yangyu2010/leetcode/blob/master/ /236 .py
https://github.com/yangyu2010/leetcode/blob/master/ /297 .py