Skip to content

thicodes/algorithms-combinations-node-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Combinations Nodejs React

artboard 1

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

About

Algorithms Combinations with Nodejs + React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published