Skip to content

lunardoggo/CSharpBeginnerProjects

Repository files navigation

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

About

Simple C# projects for beginners with explanatory comments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages