Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 4.21 KB

README.md

File metadata and controls

64 lines (51 loc) · 4.21 KB

CSharpBeginnerProjects

In this repository you'll find some basic example projects showcasing some important features of C#, as well as some basic algorithms and datastructures that are a must know in the field of computer science.

The project is provided without any warranty under the Unilicense, so that the code can be used in any private or commercial project with or without modifications.

Example applications


The algurithms and data structures showcased in this project are intended to teach basic concepts, therefore they will largely be implemented in a way that they can easily be adapted to other languages. In order to understand the provided comments you also should take a look at Big O notation

Datastructures

Collections

Heaps

Trees

Graphs


Algorithms

Sorting

Searching

Pathfinding in Graphs

Minimum spanning trees and rooted spanning trees