Inspiration

We're too much dependent on inbuilt functions provided by python. What if we want to make something from scratch?

What it does

The code aims at sorting a list without using inbuilt functions in python.

How I built it

I selected the minimum element step by step and entered it in a new list.

Accomplishments that I'm proud of

The code runs smoothly, totally similar to how it would have run if I had used inbuilt functions.

What we learned

It is very much possible to write programs for performing a particular operation in python without using inbuilt functions.

What's next for Sorting List without using Functions

I can try to sort word- based list in a similar manner too.

Built With

Share this project:

Updates