Skip to content

den01-python-programming/exercise-7-4-ready-made-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise 7.4 Ready Made Sorting Algorithms

Add the following methods to the main program:

  • def sort_integers(integers) that sorts a list of integers.

  • def sort_strings(strings) that sorts a list of strings into alphabetical order.

Be sure to use the ready-made Python libraries in your implementation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages