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
There was one day in the Advent of code that I had a usecase for it. Thought it could help others as well if it is added out of the box. Feel free to disagree and close if you think otherwise.
I think I know what you're referring to, the marble game. the DE queue was great to solve that. As for the rotate, as long as you kept your current marble in the front or back, a simple call like d.AddToBack(d.RemoveFromFront()); or vice versa solved the issue. Rotate may be overkill. Great suggestion though.
Would a rotate function be useful?
Similar how python has it.
The text was updated successfully, but these errors were encountered: