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.
- Console input output
- Console input validation
- File system access
- Simple Quiz Game
- WPF TicTacToe (Only works on Windows)
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