Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #593

Merged
merged 5 commits into from
Feb 12, 2023
Merged

Update readme.md #593

merged 5 commits into from
Feb 12, 2023

Conversation

TsiG-404
Copy link
Contributor

Added c# Selection sort algorithm example

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. Your PR title can be also used in here.

Types of changes

What types of changes does your content introduce to this project?
Put an x in the boxes that apply (without "`")

  • Proofreading (fix spelling, grammar, punctuation, accuracy) Proofreading
  • [x ] New content (new section, new readme, etc)
  • Modifications (modifying existing content, adding new content)
  • Other (please describe)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. Don't hesitate to ask if you're unsure about any of them. We're here to help! This simply reminds us of what we will look for before merging your code.
Note: If you submit code make sure to test it

  • Tested any code that was added/modified in this PR
  • Added the necessary explanation
  • I have added the necessary links in the working section
  • Added external links
  • Added internal links
  • Added images
  • Added videos
  • [ x] Added code snippets

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Adding your name to the contributor's list

Comment "@all-contributors please add @your_username for content" to add your name to the contributor's list.
You can change the "content" with any of this

Reviewers:

  • @username

If you add code, please ensure that you are not adding any sensitive information like API keys, secrets, passwords, tokens, usernames, or other credentials. Refrain from adding your name, email, or other personal information to the code.

Added c# Selection sort algorithm example
@the-label-bot the-label-bot bot added kind/documentation kind/documentation size/M size/M labels Feb 10, 2023
@the-label-bot
Copy link

the-label-bot bot commented Feb 10, 2023

The Label Bot has predicted the following:

Category Value Confidence Applied Label
Kind documentation 0.999 ✔️
Size L 0.873 ✔️

@TsiG-404
Copy link
Contributor Author

It says that it fails in .py but it is an other c# code

TsiG-404 and others added 3 commits February 10, 2023 21:29
@shhossain
Copy link
Owner

It says that it fails in .py but it is an other c# code

The .py file is for testing the code. But csharp is not supported. But the problem is solved.

Copy link
Owner

@shhossain shhossain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add descending code.

added desc in select sort in c#
@the-label-bot the-label-bot bot added size/L size/L and removed size/M size/M labels Feb 11, 2023
@TsiG-404
Copy link
Contributor Author

Yeah sorry i forgot it i just add it

@shhossain shhossain merged commit 54903e3 into shhossain:main Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation kind/documentation size/L size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants