Challenge: Observer Pattern
In this challenge, you have to implement the observer pattern to solve the given problem.
We'll cover the following...
Problem statement
In this challenge, you have to implement an auction system using the observer pattern.
You have two classes Auctioneer
( ...