The Racket language provides a variety of ready-to-use data structures and containers, however each such container has advantages and disadvantages when it comes to performance. The "everything is a list" approach makes things simple when you are learning...