C-Sharp
C-Sharp copied to clipboard
All algorithms implemented in C#.
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: -...
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...
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...
- [x ] I have performed a self-review of my code - [x ] My code follows the style guidelines of this project - [ ] I have added tests...
Add bfs
- [ ] 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...
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)....