You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each type of competition has its own point scoring scheme and number of events
consider a data definition to codify the rules of each competition
then make the code abstract enough to process the rules of each competition by processing the rules data and data from the result of each event.
Interesting feedback
competition data - number of events, dates, points available for a specific event (i.e. Formula 1 has a sprint race with points at some events, but not all)
unassailable lead / winder before the end of the competition
points remaining for leader to win the competition (extend to top 3-5 in competition)
Prediction of winner based on history of events (limit to current year or small set of years)
Prediction of number of events remaining before likely winner
Walk-through of a project to calculate the winner of a competition which involves points awarded for multiple sequential events
Create a practicalli/minimal Clojure project
Example competitions
Each type of competition has its own point scoring scheme and number of events
Interesting feedback
Related
The text was updated successfully, but these errors were encountered: