Package algs21

Class MyDeckSort

java.lang.Object
algs21.MyDeckSort

public class MyDeckSort extends Object
Complete the following method to sort a deck of cards, with the restriction that the only allowed operations are to look at the values of the top two cards, to exchange the top two cards, and to move the top card to the bottom of the deck.
  • Constructor Details

  • Method Details

    • sort

      public static void sort(algs21.MyDeck d)
    • main

      public static void main(String[] args)