We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c3419 commit ec7372aCopy full SHA for ec7372a
solutions/day14.py
@@ -43,10 +43,9 @@ class Solution(SolutionBase):
43
Input format:
44
List of strings where each line represents a robot with:
45
- Initial position (p=x,y)
46
- - Initial velocity (V=x,y)
47
- Example: "p=0,4 v=3,-3"
+ - Initial velocity (v=x,y)
48
49
- The solution uses custom Position and Robot namedtuples to track robot states
+ The solution uses custom `Position` and `Robot` namedtuples to track robot states
50
and implements methods to calculate robot positions over time in a wrapping
51
grid space.
52
"""
0 commit comments