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
- Host: GitHub
- URL: https://github.com/thicodes/algorithms-combinations-node-react
- Owner: thicodes
- Created: 2018-03-13T12:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T19:52:54.000Z (over 8 years ago)
- Last Synced: 2025-01-14T19:16:08.444Z (over 1 year ago)
- Topics: algorithms, nextjs, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 625 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms Combinations Nodejs React

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.
