algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Implement Selection Sort in Python

Open sobhanbera opened this issue 1 year ago • 8 comments

Algorithm/Data Structure: Selection Sort Programming Language: Python Difficulty: ⭐️⭐️

Description: Implement the Selection Sort algorithm in Python. Selection Sort is a simple comparison-based sorting algorithm that repeatedly selects the minimum element from an unsorted portion of the list and swaps it with the first element in that unsorted portion. Your task is to correctly sort a given list of elements in ascending order using Selection Sort in Python.

Additional Information: If you are new to Selection Sort or need guidance on implementing it in Python, feel free to ask questions or seek help in the comments. This is a great opportunity for contributors to gain experience in sorting algorithms and algorithmic optimizations in Python.

Note: Before starting to work on this issue, please comment below to express your interest and let us know if you have any questions or need clarification on the task.

sobhanbera avatar Oct 01 '23 11:10 sobhanbera

I want to work on this issue. Can you assign this to me?

parag477 avatar Oct 01 '23 12:10 parag477

@parag477 assigned. let me know if you need any help!

sobhanbera avatar Oct 01 '23 12:10 sobhanbera

Can you please assign this to me

DIPANSHI-10 avatar Oct 01 '23 16:10 DIPANSHI-10

I have added the algorithm please check it and merge my PR.

parag477 avatar Oct 01 '23 20:10 parag477

Hey please merge my PR

parag477 avatar Oct 03 '23 13:10 parag477

Hi, I would like to work on this Issue, can you assign it to me please.

MeetD99 avatar Oct 03 '23 15:10 MeetD99

Hey @DIPANSHI-10 and @MeetD99, Issues are FCFS basis only. You can choose another issue or can create your own!

sobhanbera avatar Oct 04 '23 13:10 sobhanbera

hey @sobhanbera I would like to work on this issue,so please assign it to me

siya100 avatar Oct 22 '23 12:10 siya100