/sp_racko

This is practice with linked lists and stacks. Your goal is to organize a deck of cards using 2 simple rules put the value on the bottom of the stack or put the value below n+1 nodes where n is the nodes value

Primary LanguagePython

This repository is not active