Skip to content

FaberSanZ/Algorithms.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Algorithms & data structures project

This repository presents the C# code implementation of the provided Algorithms and data structures from William Fiset at: https://github.com/williamfiset/Algorithms.

Algorithms and data structures are fundamental to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. This repository's goal is to demonstrate how to correctly implement common data structures and algorithms in the simplest and most elegant ways.

Contributing

Running an algorithm implementation

To compile and run any of the algorithms here, you need at least .NET Core 3.1. Visual Studio 2019 can make things more convenient for you, but it is not required.