acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
2 stars 0 forks source link

October snacks 🎃 #38

Closed EthanThatOneKid closed 7 months ago

EthanThatOneKid commented 9 months ago

Create a mechanism that dispenses the proper snacks depending on the month of the daily question date.

EthanThatOneKid commented 9 months ago

Suggestion: Introduce a seed parameter to the pickRandom function within the snack module. This enables deterministic selection of a randomized snack when provided with the date of a specific day's daily Leetcode question.