Skip to content

This is a simple program that allows the user to enter a collection of integers in an ever-expanding manner until they input a sentinel value, at which point the program prints the list of integers in the order in which they were entered, then prints the sorted version of the list to the user.

Notifications You must be signed in to change notification settings

TheProgramMaster/Sorted-List-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sorted-List-in-Python

This is a simple program that allows the user to enter a collection of integers in an ever-expanding manner until they input a sentinel value, at which point the program prints the list of integers in the order in which they were entered, then prints the sorted version of the list to the user.

About

This is a simple program that allows the user to enter a collection of integers in an ever-expanding manner until they input a sentinel value, at which point the program prints the list of integers in the order in which they were entered, then prints the sorted version of the list to the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages