justcoding121 / cs-problems

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note:

Please don't take effort to create pull requests for new problems, algorithms or 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 or fix bugs with pull requests, 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

About

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


Languages

Language:C# 100.0%