๐Ÿ‘ฉ๐Ÿป‍๐Ÿ’ป Taylor Kang Blog

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

Programming/Cracking the Coding Interview 1

Chapter 1. Arrays and Strings

1.1 Is Unique Implement an alogrithm to determine if a string has all unique characters. What if you cannot use additional data structures? Ask Interview whether the string is ASCII based or Unicode based. ⇒ ์งˆ๋ฌธ์— ๋Œ€ํ•œ ์กฐ๊ฑด์„ ๊ตฌ์ฒดํ™”ํ•  ๊ฒƒ . (Unicode ๋ผ๋ฉด array size๋ฅผ ํฌ๊ฒŒ ์žก๊ณ  ํ’€๋ฉด ๋จ.) input_str = 'abcde' char_size = 126 # if ascii 126, if extend ascii 280, if unicode 65536 def is_unique(input_str: str) -> bool: is_e..

Programming/Cracking the Coding Interview 2021.03.07
1
๋”๋ณด๊ธฐ
ํ”„๋กœํ•„์‚ฌ์ง„

๐Ÿ™‹๐Ÿปโ€โ™€๏ธ Hi, Welcome back to Taylor's DevLog!

  • ๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ (19)
    • Programming (6)
      • Cracking the Coding Intervi.. (1)
      • Clean Code (0)
      • Python (2)
    • BE (10)
      • Django (0)
      • Kubernetes (1)
      • DDD (3)
      • Spring (3)
    • FE (1)
      • Javascript (0)
      • Vue.js (0)
    • Life (2)
      • ์งง์€ ์ผ๊ธฐ (0)
      • ์งง์€ ์—ฌํ–‰ (1)
      • ๋…์„œ (1)

Tag

2021 ๊ฐœ๋ฐœ์ž ๋กœ๋“œ๋งต, module bundler, ๋ชจ๋“ˆ๋ฒˆ๋“ค๋Ÿฌ, webpack์€, ๋ฐฑ์—”๋“œ๊ฐœ๋ฐœ์ž๋กœ๋“œ๋งต, ์›นํŒฉ, ์›นํŒฉ์€, short-circuite evaluation, ํ‚ฅ์Šคํƒ€ํŠธ ์ผ์ •, gradlew, google kickstart, eager evaluation, ํฌ๋ ˆ์ŠคํŠธ๋ฆฌ์†œ, developer loadmap, ๊ฐœ๋ฐœ์ž๋กœ๋“œ๋งต, ๋‹จ๋ฝํ‰๊ฐ€, ์›นํŒฉ์ด๋ž€, kickstart2021, OAMP, list.remove,

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

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

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

Calendar

ยซ   2025/06   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
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

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

  • Today :
  • Yesterday :

Copyright ยฉ Kakao Corp. All rights reserved.

  • LinkedIn
  • GitHub

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