Skip to content

Using a two-dimension array of states and capitals, develop two programs that sort the array in different ways. One program uses a bubble sort to sort the contents by capital. The other stores state/capital pairs using a HashMap function, then uses a TreeMap class to sort the map while using a binary search tree for storage.

Notifications You must be signed in to change notification settings

Jamme-D/States_and_Capitals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

About

Using a two-dimension array of states and capitals, develop two programs that sort the array in different ways. One program uses a bubble sort to sort the contents by capital. The other stores state/capital pairs using a HashMap function, then uses a TreeMap class to sort the map while using a binary search tree for storage.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages