SoftUni Programming Basics — Complete Solution Set
A structured collection of 883+ C# solutions covering every core programming fundamental —
each verified at 100/100 on SoftUni's Open Judge System.
This repository contains my complete solutions for the C# Programming Basics course at SoftUni. The course covers foundational programming concepts through hands-on problem solving, progressing from simple I/O and arithmetic all the way to nested loops and complex conditionals.
Every solution has been submitted to the Open Judge System (OJS) and achieved a perfect 100/100 score.
The repo is organized into 19 topic modules plus exam and bonus sections, each building on the previous:
| # | Module |
|---|---|
| 01 | First Steps In Coding |
| 02 | Simple Operations and Calculations — Lab |
| 03 | Simple Operations and Calculations — Exercise |
| 04 | Simple Operations and Calculations — More Exercises |
| Section | Description |
|---|---|
| Programming Basics — Exams | Official SoftUni exam problems |
| Other Solutions | Additional and supplementary problems |
| Year | Certificate |
|---|---|
| 2018 | C# Programming Basics — 2018 |
| 2020 | C# Programming Basics — 2020 |
- Language: C# (.NET)
- IDE: Visual Studio
- Judge: SoftUni Open Judge System
-
Clone the repository
git clone https://github.com/georgidelchev/CSharp-Programming-Basics.git cd CSharp-Programming-Basics -
Open any solution — each folder contains
.slnor.csfiles openable in Visual Studio or Rider. -
Browse by topic — navigate to the module folder matching the concept you want to explore.
Georgi Delchev
This project is licensed under the MIT License.