About 2 results
Open links in new tab

regex - How do you match only valid roman numerals with a …
Nov 6, 2008 · Thinking about my other problem, i decided I can't even create a regular expression that will match roman numerals (let alone a context-free grammar that will generate them) The problem is matchin...
Generate 10 numbers and move first number to the end 10 times
Dec 28, 2016 · I believe the best way to approach this would be to use a deque/queue as it makes rotating the numbers in the sequence achieveable in just two operations.