You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about a bug in the C# sample code from the CONTRIBUTING.md file.
The sample code is wrong for C# and will produce the following error:
"'QuickSort': member names cannot be the same as their enclosing type"
This can be easily fixed by changing the method "QuickSort" into "DoQuickSort"
Issue Title is in form Algo/DS Name [Language].
I searched or browsed the repo’s other issues to ensure this is not a duplicate.
This Algo/DS is worth adding to this repository.
Assign this issue to me (I want to work on this).
I ensure that I am not already assigned to 2 or more issues.
I will send my PR only after I'm assigned to this issue by any maintainer.
I understand that I will be unassigned from this issue if I fail to send a PR for this within a week.
The text was updated successfully, but these errors were encountered:
This issue is about a bug in the C# sample code from the CONTRIBUTING.md file.
The sample code is wrong for C# and will produce the following error:
"'QuickSort': member names cannot be the same as their enclosing type"
This can be easily fixed by changing the method "QuickSort" into "DoQuickSort"
Algo/DS Name [Language]
.The text was updated successfully, but these errors were encountered: