An open API service indexing awesome lists of open source software.

https://github.com/thicodes/algorithms-combinations-node-react

Algorithms Combinations with Nodejs + React
https://github.com/thicodes/algorithms-combinations-node-react

algorithms nextjs nodejs react

Last synced: 3 months ago
JSON representation

Algorithms Combinations with Nodejs + React

Awesome Lists containing this project

README

          

# Algorithms Combinations Nodejs React

![artboard 1](https://user-images.githubusercontent.com/6524612/37366071-307d29ee-26de-11e8-978e-b388cc7f29d9.png)

One of the issues when selecting a new telecom bundle for your house is the amount of possibilities to combine plans and bundles to get what you need. The diagram below is a simplified version of a bundling scheme that a service provider might offer for Broadband, TV and Landline.

In the diagram, bundles can be mounted starting from any of the nodes and following the possible connections between nodes. The value on the connections represent additional price (positive numbers) or discounts (negative numbers) to get a bundle. Bundles can have several addons, but cannot have more than one broadband (type: "bb"), tv (type: "tv") or landline (type: "ll"). Each node has a "type", "price" and a name. If price is not present, price is equal to zero.

![artboard 2](https://user-images.githubusercontent.com/6524612/37366322-e6c50488-26de-11e8-8996-872be087d872.png)