sushriyamogasala / sorting-technique-s-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Techniques 📶

  • Sorting

    Sorting refers to arranging a set of data in some logical order.
  • Sorting techniques

    Sorting techniques allows an efficient arrangement of elements within a given data structure. It is a way in which the elements are organized systematically for some purpose.
  • Sorting is among the most basic problems in algorithmic design.

image

In this repo the sorting algorithms implemented are :

image image

image

main_image

Bubble sort Algorithm

bubbleimage

Selection sort Algorithm

selectionimage

Insertion sort Algorithm

image

📖 Go through the PPT in the repo for additional information regarding the time complexities,space complexity, example , algorithm ,comparision b/w different sorting algorithms .

Why is this repo ?

  • This is mostly for my personal learning and future references, but anyone can use it for learning purpose. ✌🏻