DSA-Java icon indicating copy to clipboard operation
DSA-Java copied to clipboard

new lesson: Count Sort

Open parvsharmaa opened this issue 4 years ago • 4 comments

⭐ Request Type

Adding in-depth documentation on the Count Sort Algorithm .

Lesson Content :

  1. Introduction to Count Sort
  2. Complete explanation on Count sort
  3. Complexity of Count Sort
  4. Worst-Case + Best Case
  5. Code for Count Sort
  6. Link for Problems related to it

You can start your contribution from the file: https://github.com/Utkarsh1504/DSA-Java/blob/main/lessons/countsort.md

💻 Location

This lesson should be at: Section: 5 Lesson: F Order: 5F File-name: countsort.md

❌ Additional Info

No response

parvsharmaa avatar Oct 02 '21 10:10 parvsharmaa

@Utkarsh1504 can I proceed with this issue ?

parvsharmaa avatar Oct 02 '21 10:10 parvsharmaa

@parvsharmaa you can start working on this issue, but don't copy from other websites, take reference from the different websites and try to explain it in your own language. Thank you for raising this issue!

Utkarsh1504 avatar Oct 02 '21 11:10 Utkarsh1504

Will do, thanks :)

parvsharmaa avatar Oct 02 '21 16:10 parvsharmaa

@Utkarsh1504 done with the Issue, please review pr #60

parvsharmaa avatar Oct 02 '21 18:10 parvsharmaa