Did any of these cards give you ideas for a brand-new deck? Head over to the shop and grab a few card packs to round out your collection and build the deck of your dreams!
quicksort [] = [] quicksort (x:xs) = quicksort small ++ (x : quicksort large) where small = [y | y <- xs, y <= x] large = [y | y <- xs, y > x]
Battlecry: Reorder your deck from the highest Cost card to the lowest Cost card.
Learn More :
Stay Connected