GitXplorerGitXplorer
T

C-Sharp

public
7295 stars
1541 forks
1 issues

Commits

List of commits on branch master.
Verified
02f2ecba893c2b8fa12ed298a0aca57d43c82c95

Add Chebyshev distance algorithm (#496)

PPaulofalcao2002 committed 2 months ago
Verified
cb4760c36a66cbaf3c81e5d167d429b3872eb1a8

Add perfect cube numeric algorithm (#494)

PPaulofalcao2002 committed 3 months ago
Verified
d59c28a6afef68efdb92771b5444ba3868aae808

Add Floor numeric algorithm (#493)

PPaulofalcao2002 committed 3 months ago
Verified
5239e7118085069e17487b7e30570e6c9b60df0d

Add Ceil numeric algorithm (#490)

PPaulofalcao2002 committed 3 months ago
Verified
f9f450c0cf84a43c02d116f79ac1dc475369755a

Add Circular Linked List Data Structure (#476)

mmohit-gogitter committed 3 months ago
Verified
93febae9b1746ef70ab58e5ffaec20b439034dff

Add Geofencing (#487)

nngtduc693 committed 3 months ago

README

The README file for this repository.

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.