sobhanbera / algorithms

Dive into algorithms, data structures, and competitive programming solutions in multiple languages. Active since Hacktoberfest 2020!
https://github.com/sobhanbera
MIT License
28 stars 88 forks source link

Implement Selection Sort in JavaScript #205

Open sobhanbera opened 10 months ago

sobhanbera commented 10 months ago

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

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

Additional Information: If you are new to Selection Sort or need guidance on implementing it in JavaScript, 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 JavaScript.

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.

Rohit-sharma04 commented 10 months ago

hello, i am interested in this project and want to contribute in it could you please assign it to me

sobhanbera commented 10 months ago

This issue is for first-comers and beginners only. I have already assigned you #201 :)

sobhanbera commented 10 months ago

This issue is assigned to you. Do mention this issue when making a PR. Assignment Reference Issue: #201

Vimal2023 commented 9 months ago

Hey, as I m currently doing algorithm with javascript, this issue suits me, please assign me this !