Be Brave

  • ํ™ˆ
  • ํƒœ๊ทธ
  • ๋ฐฉ๋ช…๋ก

Algorithms 2

[LeetCode] 300. Longest Increasing Subsequence

LeetCode - Problems - Algorithms - 300. Longest Increasing SubsequenceProblem DescriptionGiven an integer array nums, return the length of the longest strictly increasing subsequence. Example: Constraints:My Solution (C#)public int LengthOfLIS(int[] nums){ int numsLength = nums.Length; int[] maxSubsequenceLengths = new int[numsLength]; Array.Fill(maxSubsequenceLengths, 1); //maxSubseq..

Problem solving/Algorithms 2025.07.12

[LeetCode] 733. Flood Fill (C#)๏ปฟ

LeetCode - Problems - Algorithms - 733. Flood FillProblem DescriptionYou are given an image represented by an m x n grid of integers image, where image[i][j] represents the pixel value of the image. You are also given three integers sr, sc, and color. Your task is to perform a flood fill on the image starting from the pixel image[sr][sc]. To perform a flood fill: Begin with the starting pixel an..

Problem solving/Algorithms 2025.07.09
1
๋”๋ณด๊ธฐ
ํ”„๋กœํ•„์‚ฌ์ง„

2019-2025 ๐Ÿ‡จ๐Ÿ‡ฆ / Now in Jeju๐ŸŠ

  • ๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ (134) N
    • ๋ถ€ํŠธ์บ ํ”„ (59) N
      • ์‚ฌ์ „์บ ํ”„ (15)
      • ๋ณธ์บ ํ”„ (37) N
      • ๊ฐœ์ธํ•™์Šต (6)
      • ํŠธ๋Ÿฌ๋ธ”์ŠˆํŒ… (1)
    • Canada (13)
      • College: Sep 2019 - (1)
      • Co-op: Jan 2021 - Sep 2021 (3)
    • Problem solving (46)
      • DataBase (5)
      • Algorithms (41)
    • Study (3)
      • English (1)
      • python (2)
    • Daily Joys (1)
      • Knitting (1)
      • Swimming (0)

Tag

๋น…์Šค๋งˆ์ผ, ๋ณธ์บ ํ”„, ๋‚ด์ผ๋ฐฐ์›€์บ ํ”„, ์•Œ๊ณ ๋ฆฌ์ฆ˜, ์ˆ˜์˜, Unity, textrpg, ์œ ๋‹ˆํ‹ฐ, dll, javascript, LeetCode, READING, ๊ฒŒ์ž„๊ฐœ๋ฐœ, c#์‹ฑ๊ธ€ํ†ค, ์‚ฌ์ „์บ ํ”„, ํ”„๋กœ๊ทธ๋ž˜๋จธ์Šค, ์ฃผ๋ง, ์œ ๋‹ˆํ‹ฐ2D, C#, ๊ฒŒ์ž„๊ธฐํš,

์ตœ๊ทผ๊ธ€๊ณผ ์ธ๊ธฐ๊ธ€

  • ์ตœ๊ทผ๊ธ€
  • ์ธ๊ธฐ๊ธ€

์ตœ๊ทผ๋Œ“๊ธ€

๊ณต์ง€์‚ฌํ•ญ

ํŽ˜์ด์Šค๋ถ ํŠธ์œ„ํ„ฐ ํ”Œ๋Ÿฌ๊ทธ์ธ

  • Facebook
  • Twitter

Archives

Calendar

ยซ   2025/08   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

๋ฐฉ๋ฌธ์ž์ˆ˜Total

  • Today :
  • Yesterday :

Copyright ยฉ Kakao Corp. All rights reserved.

ํ‹ฐ์Šคํ† ๋ฆฌํˆด๋ฐ”