4 followers
Welcome to my blog, I am Hikaru. A beginner of algorithm now works as a system engineer in Japan.
136. Single Number Given a non-empty array of integers nums, every element appears twice except for one. Find that single one. You must implement a...
Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific...
Given the head of a singly linked list and two integers left and right where left <= right, reverse the nodes of the list from position left to...