/BubbleSort

Assignment 1 of Fundamental Programming Concepts

Primary LanguageJavaApache License 2.0Apache-2.0

BubbleSort

Assignment 1 of Fundamental Programming Concepts

this programme generates an integer array with length < 10 whcich contains numbers ranged between 1 to 100, and then sort the array using the bubble sort algorithm.