Skip to content

Solutions to common job interview questions about algorithms and design patterns.

License

Notifications You must be signed in to change notification settings

rbdevelopment/job-interview-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C# solutions to job interview questions

Solutions to common job interview questions about algorithms and design patterns in C#.

Algorithms:

  • BubbleSort
  • QuickSort
  • Factorial
  • Fibonacci Sequence

Design patterns:

  • Singleton
  • Observer
  • Decorator
  • Abstract Factory Pattern

Examples are verified with XUnit and NSubstitute.

Please use ReSharper or the xunit.console.exe runner in the .\packages\xunit.runner.console.2.2.0\tools\ folder to execute unit tests.

Thanks,
Rafał Bielec

About

Solutions to common job interview questions about algorithms and design patterns.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages