Compare commits

..

2 Commits

Author SHA1 Message Date
Chris Proctor
f7194607d6 Add assessment 2024-05-20 16:23:14 -04:00
Chris Proctor
873d398094 Add assessment 2024-03-06 12:12:53 -05:00

17
assessment.md Normal file
View File

@@ -0,0 +1,17 @@
# Dice Lab Assessment
Everything works as expected. Nice work!
## Checkpoint 1
Nice work! I hope you see the benefit of the more concise and Pythonic approach.
## Checkpoint 2
The content of your docstrings looks good.
## Checkpoint 3
Nice work implementing all the goals. I'm guessing you felt there might be a
better implementation of small straight. One possibility would be to use a
[set](https://docs.python.org/3/tutorial/datastructures.html#sets), which
crucially doesn't allow duplicates, and which supports set operations like
intersection.