(H1 (Hearts 1), DK (Diamond King), CJ (Clubs Joker), S3 (Spades 3))
{{inputDuplicates ? 'You entered duplicate cards' : '----' }}
Lets assume i have a stack of 10 cards, arranged in a secret sequence (Starting card sequence).
The cards on the table are in sequential order.
This program generates the card sequence required to get the desired output.
Thanks to a friend @pranav
Fork it @ https://github.com/craftpip/card-rotation-sequence
License MIT