C-Sharp icon indicating copy to clipboard operation
C-Sharp copied to clipboard

All algorithms implemented in C#.

Results 20 C-Sharp issues
Sort by recently updated
recently updated
newest added
trafficstars

Feel free to propose and/or implement new algorithms, I will add them to the list below :) List of algorithms that would be great to see in this repo: -...

enhancement
help wanted
dont-close

Feel free to propose and/or implement new data structures, I will add them to the list below :) List of data structures that would be great to see in this...

enhancement
help wanted
dont-close

Feel free to propose and/or implement new sequences, I will add them to the list below :) List of some interesting OEIS sequences that would be great to see in...

enhancement
help wanted
dont-close

- [x ] I have performed a self-review of my code - [x ] My code follows the style guidelines of this project - [ ] I have added tests...

Stale

- [ ] I have performed a self-review of my code - [ ] My code follows the style guidelines of this project - [ ] I have added tests...

- [x ] I have performed a self-review of my code - [x ] My code follows the style guidelines of this project - [ ] I have added tests...

- [ ] I have performed a self-review of my code - [ ] My code follows the style guidelines of this project - [ ] I have added tests...

Migration to .NET 8: .csproj files are being updated. - \C-Sharp\Algorithms\Algorithms.csproj - \C-Sharp\Algorithms.Tests\Algorithms.Tests.csproj - \C-Sharp\DataStructures\DataStructures.csproj - \C-Sharp\DataStructures.Tests\DataStructures.Tests.csproj - \C-Sharp\Utilities\Utilities.csproj - \C-Sharp\Utilities.Tests\Utilities.Tests.csproj **Please let me know whether or not it would...

I propose to migrate to .NET 8 to use the latest features of .NET ecosystem. I think we can do it in a few PRs to make them smaller and...

enhancement
help wanted
dont-close

We need to replace System.Drawing.Common with something else because it's Windows-only since version 6. I propose to use [SkiaSharp](https://github.com/mono/SkiaSharp) instead. It's one of the alternatives to System.Drawing.Common Microsoft recommends [here](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only)....

enhancement
dont-close