iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 496 forks source link

selection sort[DART] added #804

Open marizvi opened 2 years ago

marizvi commented 2 years ago

Fixes #799

By submitting this pull request I confirm I've read and complied with the below declarations.

if everything looks fine then kindly merge my PR with main under contribute-a-thon'21.

vidit2512 commented 2 years ago

Kindly attach the I/O screenshots.

marizvi commented 2 years ago

Input array is in the code itself which is also given below: Screenshot 2021-10-19 172546

Output Screen after sorting is given below:

Screenshot 2021-10-19 172528