Be Brave

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

AlgorithmStudy 2

[LeetCode] 202. Happy Number(C#)

LeetCode - Problems - Algorithms - 202. Happy Number LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com My Solution (C#) static public bool IsHappy(int n) { List tracks = new List(); while (!tracks.Contains(n)) { tracks.Add(n)..

Problem solving/Algorithms 2024.01.19

[LeetCode] 100. Valid Palindrome (C#)

LeetCode - Problems - Algorithms - 100. Valid Palindrome Valid Palindrome - LeetCode Can you solve this real interview question? Valid Palindrome - A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Alphanumeric cha leetcode.com My Solution (C#) public class Solution { pu..

Problem solving/Algorithms 2024.01.12
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

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

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

Copyright ยฉ Kakao Corp. All rights reserved.

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