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๐ŸŠ

  • ๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ (174)
    • ๋ถ€ํŠธ์บ ํ”„ (89)
      • ์‚ฌ์ „์บ ํ”„ (15)
      • ๋ณธ์บ ํ”„ (73)
      • ํŠธ๋Ÿฌ๋ธ”์ŠˆํŒ… (1)
    • ๊ฐœ์ธ ํ”„๋กœ์ ํŠธ (6)
      • ๊ฐœ์ธํ•™์Šต (6)
      • ๋‹จ๊ธฐ ํ”„๋กœ์ ํŠธ (0)
    • 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 (0)
      • Knitting (0)
      • Swimming (0)

Tag

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

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

Copyright ยฉ Kakao Corp. All rights reserved.

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