분류 전체보기에 해당하는 글 1104

  1. 2019.03.31 [LeetCode][Python3] 207. Course Schedule
  2. 2019.03.30 [LeetCode][Python3] 116. Populating Next Right Pointers in Each Node
  3. 2019.03.30 [LeetCode][Python3] 208. Implement Trie (Prefix Tree) 1
  4. 2019.03.29 [LeetCode][Python3] 239. Sliding Window Maximum
  5. 2019.03.28 [LeetCode][Python3] 315. Count of Smaller Numbers After Self
  6. 2019.03.28 [LeetCode][Python3] 395. Longest Substring with At Least K Repeating Characters
  7. 2019.03.27 [LeetCode][Python3] 73. Set Matrix Zeroes
  8. 2019.03.27 [LeetCode][Python3] 329. Longest Increasing Path in a Matrix
  9. 2019.03.26 [LeetCode][Python3] 264. Ugly Number II
  10. 2019.03.25 [LeetCode][Python3] 334. Increasing Triplet Subsequence
  11. 2019.03.25 [LeetCode][Python3] 297. Serialize and Deserialize Binary Tree
  12. 2019.03.24 [LeetCode][Python3] 105. Construct Binary Tree from Preorder and Inorder Traversal
  13. 2019.03.23 [LeetCode][Python3] 131. Palindrome Partitioning
  14. 2019.03.23 [LeetCode][Python3] 128. Longest Consecutive Sequence
  15. 2019.03.23 [LeetCode][Python3] 42. Trapping Rain Water
  16. 2019.03.22 [LeetCode][Python] 341. Flatten Nested List Iterator
  17. 2019.03.03 리눅스 swap 스왑 파일 추가하기
  18. 2019.03.01 리눅스 라우팅 테이블로 IP 차단하기
  19. 2019.02.16 HTTPS SNI 차단과 윈도우 MTU 값 변경 5
  20. 2019.02.13 하노이의 탑 1
  21. 2019.02.11 [LeetCode][Python3] 200. Number of Islands
  22. 2019.02.10 [LeetCode][Python3] 300. Longest Increasing Subsequence
  23. 2019.02.09 [LeetCode][Python3] 240. Search a 2D Matrix II
  24. 2019.02.07 [LeetCode][Python3] 103. Binary Tree Zigzag Level Order Traversal
  25. 2019.01.31 [LeetCode][Python3] 279. Perfect Squares
  26. 2019.01.25 [LeetCode][Python3] 162. Find Peak Element
  27. 2019.01.25 [LeetCode][Python3] 328. Odd Even Linked List
  28. 2019.01.25 [LeetCode][Python3] 287. Find the Duplicate Number
  29. 2019.01.24 [LeetCode][Python3] 75. Sort Colors
  30. 2019.01.22 [LeetCode][Python3] 102. Binary Tree Level Order Traversal