GithubHelp home page GithubHelp logo

hassansalehe / dynamicprogramming Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 35 KB

Practice solutions to some of the dynamic programming problems in computer science. For each problem in this repository there is problem definition, solution discussion, solution implementation and unit tests using Google-test and Google-mock.

License: MIT License

CMake 18.76% C++ 81.24%
dynamic-programming cpp google-test google-mock cmake

dynamicprogramming's Introduction

DynamicProgramming

Summary

This repositry containts practice solutions to some of the dynamic programming problems in computer science. For each problem there is

  • problem definition
  • solution discussion
  • solution implementation
  • unit tests using Google Test

How to build the C++ solutions and run unit tests

Prerequisites

How to build

  1. Clone this repository
  2. Create a folder inside main folder of the repository. E.g; mkdir build
  3. Navigate to folder created in step 2. cd build
  4. Run Cmake to generate makefiles. cmake ..
  5. Build. make
  6. Run the unit tests. E.g; ./Fibonacci/Fibonacci for running Fibonacci tests. You can run all tests with a command ctest -V while in folder build.

License

MIT License

dynamicprogramming's People

Contributors

hassansalehe avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

sahma61

dynamicprogramming's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.