question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

new lesson: Selection Sort

See original GitHub issue

⭐ Request Type

Add in-depth documentation on the sorting algorithm Selection Sort. The markdown file is located here.

Lesson Content

  1. Introduction to Selection Sort
  2. Complete explanation on Selection sort
  3. Complexity of Selection Sort
  4. Worst-Case + Best Case + Stability
  5. Code for Selection Sort
  6. Explanation of Code Example

💻 Location

This lesson is present under the Section: 5 Lesson: D Location Order: 5D File-Name: selectionsort.md

❌ Additional Info

You can take the help of other markdown files in the /lesson directory so that you get the idea of in which fashion you should write.

If you don’t know how to do markdown, don’t worry it is quite easy, just follow this docs-https://guides.github.com/features/mastering-markdown/

If your concepts are not that good follow this Selection sort video of @kunal-kushwaha (https://www.youtube.com/watch?v=Nd4SCCIHFWk)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Utkarsh1504commented, Sep 29, 2021

@siddhiiguptaa make sure to read our contribution guideline once and in order to get eligible, make your PR during hacktoberfest only so that it gets the count. Thanks!

0reactions
siddhiiguptaacommented, Oct 20, 2021

Hey, @siddhiiguptaa are you working on it??

Yes I am! Kindly give me 2-3 more days! Will update soon 💯

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selection Sort Algorithm - GeeksforGeeks
The selection sort algorithm sorts an array by repeatedly finding the minimum element (considering ascending order) from the unsorted part ...
Read more >
What Is Selection Sort Algorithm In Data Structures?
A selection-based sorting algorithm is described as an in-place comparison-based algorithm that divides the list into two parts, the sorted part ...
Read more >
Sorting (article) | Selection sort - Khan Academy
Sorting a list of items into ascending or descending order can help either a human or a computer find items on that list...
Read more >
Lesson 8: Selection Sort - XoaX.net
This integer index is initialized to the value of the next entry that we are filling and is set to a new index...
Read more >
Lesson 5: Selection Sort - Studio Code.org
Students explore the selection sort algorithm and practice tracing the algorithm to ... We just learned a lot of new information today, which...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found