https://github.com/devosoft/dynamic-word
A pedagogical example of dynamic programming
https://github.com/devosoft/dynamic-word
Last synced: 8 months ago
JSON representation
A pedagogical example of dynamic programming
- Host: GitHub
- URL: https://github.com/devosoft/dynamic-word
- Owner: devosoft
- License: mit
- Created: 2019-04-04T13:17:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T21:12:06.000Z (about 7 years ago)
- Last Synced: 2025-05-17T05:12:37.217Z (about 1 year ago)
- Language: C++
- Size: 458 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=======================================
Dynamic Programming: Choose Your Words!
=======================================
.. image:: https://img.shields.io/travis/devosoft/dynamic-word.svg
:target: https://travis-ci.org/devosoft/dynamic-word
.. image:: https://readthedocs.org/projects/dynamic-word/badge/?version=latest
:target: https://dynamic-word.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
An interactive pedagogical of dynamic programming based on choosing words from user text.
Check out the live in-browser web app at `https://devosoft.github.io/dynamic-word`_.
* Free software: MIT license
* Documentation: https://dynamic-word.readthedocs.io.
Features
--------
* TODO
Credits
-------
This package was created with Cookiecutter_ and the `devosoft/cookiecutter-empirical-project`_ project template.
.. _`https://devosoft.github.io/dynamic-word`: https://devosoft.github.io/dynamic-word
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`devosoft/cookiecutter-empirical-project`: https://github.com/devosoft/cookiecutter-empirical-project