Skip to content

ngtduc693/C-Sharp-Algorithms

This branch is 14 commits ahead of, 12 commits behind TheAlgorithms/C-Sharp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4743e5 · Oct 25, 2024
Oct 23, 2024
May 20, 2024
Oct 25, 2024
Oct 25, 2024
Sep 22, 2024
Oct 21, 2024
Feb 11, 2024
Oct 21, 2024
May 8, 2021
Apr 21, 2020
Dec 19, 2023
May 26, 2019
Aug 25, 2024
May 28, 2019
Oct 25, 2024
Jul 8, 2019
May 8, 2021

Repository files navigation

The Algorithms - C#

Discord chat Codacy Badge codecov Donate

All Algorithms implemented in C# - for education purposes

The repository is a collection of a variety of algorithms implemented in C#. The algorithms span over a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc. The implementations and their associated documentations are meant to provide a learning resource for educators and students. Hence, one may find more than one implementation for the same objective but using different algorithm strategies and optimizations.

List of Algorithms

Project Update: .NET 8 Migration

As part of our continuous effort to stay up-to-date with the latest technologies, we have migrated our project to .NET 8. This upgrade enhances our project with the latest features and improvements from the .NET ecosystem.

New Requirements

  • To build and run this project, .NET 8 SDK is now required.
  • Ensure your development tools are compatible with .NET 8.

Building the Project

  • With .NET 8 SDK installed, you can build the project using the standard dotnet build command.
  • All existing build scripts have been updated to accommodate the .NET 8 SDK.

Running Tests

  • Our comprehensive suite of unit tests ensures compatibility with .NET 8.
  • Run tests using the dotnet test command as usual.

Contributing

You can contribute with pleasure to this repository. Please orient on the directory structure and overall code style of this repository and refer to our contributing guidelines for more details. If you want to ask a question or suggest something, please open an issue.

About

All algorithms implemented in C#.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%