/SoftUni-CSharp

A repository that stores my exercises from the courses listed above.

Primary LanguageC#

List of Exercises

Here you can find problem solutions from the following lectures:


Fundamentals Carriculum List

  1. Basic Syntax, Conditional Statements and Loops
  2. Data Types and Variables
  3. Arrays
  4. Lists
  5. Methods
  6. Associative Arrays
  7. Objects and Classes
  8. Text Processing
  9. Regular Expressions
  10. Exams

Advanced Carriculum List

  1. Stacks and Queues
  2. Multidimentional Arrays
  3. Sets and Dictionaries
  4. Streams, Files and Directories
  5. Functional Programming
  6. Defining Classes
  7. Generics
  8. Iterators and Comparators
  9. Exams

OOP Carriculum List

  1. Inheritance
  2. Encapsulation
  3. Interfaces And Abstraction
  4. Polymorphism
  5. Exceptions and Error Handling
  6. Reflection And Attributes
  7. Unit Testing
  8. Exams

Here you can find exam problems I used for practice:

  1. Fundamentals
  2. Advanced
  3. OOP