First Test Page Created September 26, 2023 less than 1 minute read Hi there! I am Dongchan Kim To meet Santa Claus? First header 안녕하세요 반갑습니다. class classname 수식 표현 잘됨! $(x^2 + y^2 = z^2)$ Task Work Work Task 목차1 목차2 목차3 Share on Twitter Facebook LinkedIn Previous Next Leave a comment
Risk Management Lessons from the SKT USIM Hacking Incident May 2, 2025 3 minute read In April 2025, SK Telecom faced a major security breach involving unauthorized access to USIM data. This article analyzes the timeline, response gaps, and ke...
Binary Search Trees April 28, 2025 11 minute read BinarySearchTree는 삽입, 삭제, 검색에서 평균적으로 O(log n)의 시간 복잡도를 가진다. 그러나 최악의 경우에는 O(n) 시간 복잡도를 가질 수 있다. 이는 Array, ArrayList, LinkedList의 평균 O(n) 성능보다 훨씬 좋다.
Binary Trees April 27, 2025 7 minute read Understand binary-tree concepts and important properties, such as the Binary Tree Theorem and the External Path Length Theorem. Be able to perfor...
Leave a comment