Coding Interview Question: Given a linked list where each node has two pointers, one to the next node and one to a random node in the list, clone the list.
Coding Interview Question: Given a list of bytes a, each representing one byte of a larger integer, and an integer b, find a % b. Click for the solution.