Вклад участника

Материал из DISCOPAL
Перейти к: навигация, поиск
Поиск вклада
 
 
     
  

(новейшие | старейшие) Просмотреть ( | ) (20 | 50 | 100 | 250 | 500)

  • 10:28, 30 октября 2024 (разн. | история) . . (+1326). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/sort-array-by-parity-ii|<html><p>Given an array of integers <code>nums</code>, half of the integers in <code>nums</code>…»)
  • 10:28, 30 октября 2024 (разн. | история) . . (+1582). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/3sum-with-multiplicity|<html><p>Given an integer array <code>arr</code>, and an integer <code>target</code>, return the…»)
  • 10:28, 30 октября 2024 (разн. | история) . . (+1488). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/flip-string-to-monotone-increasing|<html><p>A binary string is monotone increasing if it consists of some number of <cod…»)
  • 10:28, 30 октября 2024 (разн. | история) . . (+2373). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/reorder-data-in-log-files|<html><p>You are given an array of <code>logs</code>. Each log is a space-delimited string of…»)
  • 10:28, 30 октября 2024 (разн. | история) . . (+1353). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-area-rectangle|<html><p>You are given an array of points in the <strong>X-Y</strong> plane <code>points</code> w…»)
  • 10:28, 30 октября 2024 (разн. | история) . . (+1334). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/di-string-match|<html><p>A permutation <code>perm</code> of <code>n + 1</code> integers of all the integers in the range…»)
  • 10:28, 30 октября 2024 (разн. | история) . . (+2336). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/reveal-cards-in-increasing-order|<html><p>You are given an integer array <code>deck</code>. There is a deck of cards whe…»)
  • 10:27, 30 октября 2024 (разн. | история) . . (+1203). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/fibonacci-number|<html><p>The <b>Fibonacci numbers</b>, commonly denoted <code>F(n)</code> form a sequence, called the <…»)
  • 10:27, 30 октября 2024 (разн. | история) . . (+1871). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/k-closest-points-to-origin|<html><p>Given an array of <code>points</code> where <code>points[i] = [x<sub>i</sub>, y<sub>…»)
  • 10:27, 30 октября 2024 (разн. | история) . . (+1286). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/largest-perimeter-triangle|<html><p>Given an integer array <code>nums</code>, return <em>the largest perimeter of a tria…»)
  • 10:27, 30 октября 2024 (разн. | история) . . (+1262). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/squares-of-a-sorted-array|<html><p>Given an integer array <code>nums</code> sorted in <strong>non-decreasing</strong> or…»)
  • 10:27, 30 октября 2024 (разн. | история) . . (+2822). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/vertical-order-traversal-of-a-binary-tree|<html><p>Given the <code>root</code> of a binary tree, calculate the <strong>v…»)
  • 10:26, 30 октября 2024 (разн. | история) . . (+1391). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/partition-array-into-three-parts-with-equal-sum|<html><p>Given an array of integers <code>arr</code>, return <code>true<…»)
  • 10:26, 30 октября 2024 (разн. | история) . . (+1265). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/best-sightseeing-pair|<html><p>You are given an integer array <code>values</code> where values[i] represents the value o…»)
  • 10:25, 30 октября 2024 (разн. | история) . . (+1282). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/divisor-game|<html><p>Alice and Bob take turns playing a game, with Alice starting first.</p> <p>Initially, there is a…»)
  • 10:25, 30 октября 2024 (разн. | история) . . (+1547). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/longest-arithmetic-subsequence|<html><p>Given an array <code>nums</code> of integers, return <em>the length of the longe…»)
  • 10:25, 30 октября 2024 (разн. | история) . . (+1873). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximum-sum-of-two-non-overlapping-subarrays|<html><p>Given an integer array <code>nums</code> and two integers <code>fi…»)
  • 10:25, 30 октября 2024 (разн. | история) . . (+1881). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/uncrossed-lines|<html><p>You are given two integer arrays <code>nums1</code> and <code>nums2</code>. We write the intege…»)
  • 10:23, 30 октября 2024 (разн. | история) . . (+2380). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/smallest-sufficient-team|<html><p>In a project, you have a list of required skills <code>req_skills</code>, and a list o…»)
  • 10:23, 30 октября 2024 (разн. | история) . . (+996). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/n-th-tribonacci-number|<html><p>The Tribonacci sequence T<sub>n</sub> is defined as follows: </p> <p>T<sub>0</sub>…»)
  • 10:22, 30 октября 2024 (разн. | история) . . (+1959). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-moves-to-reach-target-score|<html><p>You are playing a game with integers. You start with the integer <code>1</c…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+1942). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-cost-to-move-chips-to-the-same-position|<html><p>We have <code>n</code> chips, where the position of the <code>i…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+1791). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/sum-of-numbers-with-units-digit-k|<html><p>Given two integers <code>num</code> and <code>k</code>, consider a set of pos…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+1878). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/split-a-string-in-balanced-strings|<html><p><strong>Balanced</strong> strings are those that have an equal quantity of <…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+2277). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximize-the-topmost-element-after-k-moves|<html><p>You are given a <strong>0-indexed</strong> integer array <code>nums<…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+2893). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximum-score-of-spliced-array|<html><p>You are given two <strong>0-indexed</strong> integer arrays <code>nums1</code> a…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+1890). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-deletions-to-make-array-beautiful|<html><p>You are given a <strong>0-indexed</strong> integer array <code>nums</…»)
  • 10:21, 30 октября 2024 (разн. | история) . . (+2132). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-number-of-moves-to-make-palindrome|<html><p>You are given a string <code>s</code> consisting only of lowercase E…»)
  • 10:20, 30 октября 2024 (разн. | история) . . (+3263). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/selling-pieces-of-wood|<html><p>You are given two integers <code>m</code> and <code>n</code> that represent the height a…»)
  • 10:20, 30 октября 2024 (разн. | история) . . (+1859). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximum-value-of-k-coins-from-piles|<html><p>There are <code>n</code> <strong>piles</strong> of coins on a table. Each p…»)
  • 10:20, 30 октября 2024 (разн. | история) . . (+2962). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-path-cost-in-a-grid|<html><p>You are given a <strong>0-indexed</strong> <code>m x n</code> integer matrix <code>…») (текущая)
  • 10:20, 30 октября 2024 (разн. | история) . . (+2227). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/fair-distribution-of-cookies|<html><p>You are given an integer array <code>cookies</code>, where <code>cookies[i]</code>…»)
  • 10:18, 30 октября 2024 (разн. | история) . . (+1769). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/count-number-of-teams|<html><p>There are <code>n</code> soldiers standing in a line. Each soldier is assigned a <strong>…»)
  • 10:17, 30 октября 2024 (разн. | история) . . (+1781). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/find-two-non-overlapping-sub-arrays-each-with-target-sum|<html><p>You are given an array of integers <code>arr</code> an…»)
  • 10:17, 30 октября 2024 (разн. | история) . . (+1408). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/longest-subarray-of-1s-after-deleting-one-element|<html><p>Given a binary array <code>nums</code>, you should delete one…»)
  • 10:16, 30 октября 2024 (разн. | история) . . (+1662). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/count-submatrices-with-all-ones|<html><p>Given an <code>m x n</code> binary matrix <code>mat</code>, <em>return the numb…»)
  • 10:16, 30 октября 2024 (разн. | история) . . (+1312). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/number-of-sub-arrays-with-odd-sum|<html><p>Given an array of integers <code>arr</code>, return <em>the number of subarra…»)
  • 10:16, 30 октября 2024 (разн. | история) . . (+2000). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/number-of-good-ways-to-split-a-string|<html><p>You are given a string <code>s</code>.</p> <p>A split is called <strong>…») (текущая)
  • 10:15, 30 октября 2024 (разн. | история) . . (+2359). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximum-non-negative-product-in-a-matrix|<html><p>You are given a <code>m x n</code> matrix <code>grid</code>. Initially…»)
  • 10:14, 30 октября 2024 (разн. | история) . . (+2083). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/number-of-sets-of-k-non-overlapping-line-segments|<html><p>Given <code>n</code> points on a 1-D plane, where the <code>i…»)
  • 10:14, 30 октября 2024 (разн. | история) . . (+2395). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/count-substrings-that-differ-by-one-character|<html><p>Given two strings <code>s</code> and <code>t</code>, find the num…») (текущая)
  • 10:14, 30 октября 2024 (разн. | история) . . (+3813). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/number-of-ways-to-form-a-target-string-given-a-dictionary|<html><p>You are given a list of strings of the <strong>same l…») (текущая)
  • 10:14, 30 октября 2024 (разн. | история) . . (+1657). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-deletions-to-make-string-balanced|<html><p>You are given a string <code>s</code> consisting only of characters <…»)
  • 10:14, 30 октября 2024 (разн. | история) . . (+2337). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/minimum-jumps-to-reach-home|<html><p>A certain bug's home is on the x-axis at position <code>x</code>. Help them get…») (текущая)
  • 10:14, 30 октября 2024 (разн. | история) . . (+1760). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/count-sorted-vowel-strings|<html><p>Given an integer <code>n</code>, return <em>the number of strings of length </em><co…») (текущая)
  • 10:14, 30 октября 2024 (разн. | история) . . (+2027). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximum-repeating-substring|<html><p>For a string <code>sequence</code>, a string <code>word</code> is <strong><code>k</…»)
  • 10:13, 30 октября 2024 (разн. | история) . . (+2116). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/stone-game-vii|<html><p>Alice and Bob take turns playing a game, with <strong>Alice starting first</strong>.</p> <p>The…»)
  • 09:38, 30 октября 2024 (разн. | история) . . (+1549). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/maximize-sum-of-array-after-k-negations|<html><p>Given an integer array <code>nums</code> and an integer <code>k</code>,…»)
  • 09:37, 30 октября 2024 (разн. | история) . . (+2145). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/matrix-cells-in-distance-order|<html><p>You are given four integers <code>row</code>, <code>cols</code>, <code>rCenter</…»)
  • 09:37, 30 октября 2024 (разн. | история) . . (+2225). . Н Permission denied(Новая страница: « {{checked|}} {{leetcodelink|leetcode/moving-stones-until-consecutive-ii|<html><p>There are some stones in different positions on the X-axis. You are given an…»)

(новейшие | старейшие) Просмотреть ( | ) (20 | 50 | 100 | 250 | 500)