algos icon indicating copy to clipboard operation
algos copied to clipboard

selection sort[DART] added

Open marizvi opened this issue 2 years ago • 2 comments

Fixes #799

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

  • [x] I have read the Contribution guidelines and I am confident that my PR reflects them.
  • [x] I have followed the coding guidelines for this project.
  • [x] My code follows the skeleton code structure.
  • [x] This pull request has a descriptive title. For example, Added {Algorithm/DS name} [{Language}], not Update README.md or Added new code.
  • [x] This pull request will be closed if I fail to update it even once in a continuous time span of 7 days.
  • [x] This pull request shall only be reviewed and merged once the Travis build passes. No maintainer or supporter shall be obliged to review it before this condition is met.
  • [x] I have mentioned the issue number correctly (with hyperlink) in this pull request description.

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

marizvi avatar Oct 13 '21 07:10 marizvi

Kindly attach the I/O screenshots.

vidit2512 avatar Oct 19 '21 11:10 vidit2512

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

marizvi avatar Oct 19 '21 11:10 marizvi