/CS-Problems

Some 70+ interesting computer science problems and solutions in C#

Primary LanguageC#

Note:

Please don't take effort to create pull requests for new problems/algorithms/data structures. This is just a curiosity driven personal hobby and is not intented to be a library. Feel free fork and modify. You can however open issues/fix bugs with pull requests here, I would be happy to take a look when I get time.

Development environment

  • Visual Studio 2017

CS Problems

Some interesting computer science problems and solutions in C#

Classic Dynamic Programming Problems

All are top down solutions with memoization technique.

Matrix

Counting

Maximizing

Minimizing

Palindrome

Sequence

Sum

String

Bit Manipulation

Miscellaneous