Week8 (May 6)

67. Add Binary

Question

Given two binary strings a and b, return their sum as a binary string.

Hand in homework before Saturday.

203. Remove Linked List Elements

Question

Given the head of a linked list and an integer val, remove all the nodes of the linked list that has Node.val == val, and return the new head.

Hand in homework before Saturday.

woody的作業
Roger的作業
xander的作業
Continue filling by yourself