Inspiration

Major League Hacking Local Day Hack: Share

What it does

Sorts the given list into ascending order

How I built it

  1. Methodology
  2. Declared an ArrayList of Strings
  3. Added strings to the array list
  4. Used the inbuilt Collections.sort() function to sort it
  5. At the end printed it.

Challenges I ran into

Finding the proper function to carry out this task.

Accomplishments that we're proud of

Able to sort the list in ascending order.

What we learned

How to sort the list in ascending order

Built With

Share this project:

Updates