All Projects → justcoding121 → cs-problems

justcoding121 / cs-problems

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

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to cs-problems

Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (+21.43%)
Mutual labels:  bit-manipulation, dynamic-programming
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1182.14%)
Mutual labels:  dynamic-programming, algorithm-challenges
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+15760.71%)
Mutual labels:  bit-manipulation, dynamic-programming
Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
Stars: ✭ 30 (+7.14%)
Mutual labels:  bit-manipulation, dynamic-programming
Algorithms-Java
A collection of common algorithms and data structures implemented in Java.
Stars: ✭ 141 (+403.57%)
Mutual labels:  bit-manipulation, dynamic-programming
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+175%)
Mutual labels:  bit-manipulation, dynamic-programming
Cubes
Implementation of interesting algorithms in C++
Stars: ✭ 23 (-17.86%)
Mutual labels:  algorithm-challenges
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+778.57%)
Mutual labels:  algorithm-challenges
Reinforcement-Learning-In-Motion
Code repository for my course on the fundamentals of reinforcement learning
Stars: ✭ 78 (+178.57%)
Mutual labels:  dynamic-programming
chimera
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization
Stars: ✭ 47 (+67.86%)
Mutual labels:  dynamic-programming
bitter
Is a lightweight API for reading an arbitrary amount of bits from a single input
Stars: ✭ 12 (-57.14%)
Mutual labels:  bit-manipulation
sync.soccer
Synchronise event and tracking data using dynamic programming
Stars: ✭ 38 (+35.71%)
Mutual labels:  dynamic-programming
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-39.29%)
Mutual labels:  dynamic-programming
storage
Multi-Factor Least Squares Monte Carlo energy storage valuation model (Python and .NET).
Stars: ✭ 24 (-14.29%)
Mutual labels:  dynamic-programming
KnightsTour
PHP study of the knight's tour problem
Stars: ✭ 10 (-64.29%)
Mutual labels:  algorithm-challenges
codility
My solutions to exercises and tests at http://codility.com.
Stars: ✭ 66 (+135.71%)
Mutual labels:  algorithm-challenges
Hackerrank-Problem-Solving
This repository contains the challenges of algorithms and data structure of the site HackerRank.
Stars: ✭ 19 (-32.14%)
Mutual labels:  algorithm-challenges
Codewars
CodeWars Solutions (Please leave a start. Thank you)
Stars: ✭ 156 (+457.14%)
Mutual labels:  algorithm-challenges
AlgoDaily
just for fun
Stars: ✭ 118 (+321.43%)
Mutual labels:  algorithm-challenges
The-Complete-Rust-Programming-Reference-Guide
Design, develop, and deploy effective software systems using the advanced constructs of Rust
Stars: ✭ 53 (+89.29%)
Mutual labels:  dynamic-programming

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].