[BOJ] 2820 자동차 공장Read more
[BOJ] 13514 트리와 쿼리5Read more
[BOJ] 5820 경주Read more
[LeetCode] Maximum Subarray Sum After One Operation

1746. Maximum Subarray Sum After One Operation

You are given an integer array nums. You must perform exactly one operation where you can replace one element nums[i] with nums[i] * nums[i].

Return the maximum possible subarray sum after exactly one operation. The subarray must be non-empty.

Read more
[LeetCode] Recover Binary Search Tree

99. Recover Binary Search Tree

You are given the root of a binary search tree (BST), where the values of exactly two nodes of the tree were swapped by mistake. Recover the tree without changing its structure.

Read more
[LeetCode] Toss Strange Coins

1230. Toss Strange Coins

You have some coins. The i-th coin has a probability prob[i] of facing heads when tossed.

Return the probability that the number of coins facing heads equals target if you toss every coin exactly once.

Read more
[BOJ] 14287 회사 문화3Read more
[BOJ] 14268 회사 문화2Read more
[BOJ] 14267 회사 문화1Read more
[Hacker Rank] String Function CalculationRead more