Recent posts

Add Two Numbers

1 minute read

Add the two numbers and return it as a linked list. Question

Two Sum

1 minute read

Return indices of the two numbers such that they add up to a specific target. Question