Daily Coding Problem – cons(a, b) constructs a pair, and car(pair) and cdr(pair) returns the first and last element of that pair.
Daily Coding Problem sends daily coding problem sample when you subscribe to their service. This service is very useful to practice your coding ability and think through the logic you will be using to solve the problem.