DEV Community

Discussion on: How would you create a program to store information about friendship

Collapse
 
jonrgroverlib profile image
jonrgrover

This is a levels 3 & 4 programming challenge, with a graphical UI on the side. Level 3 programming will allow you to work with the nodes in your graph. For this I recommend endemes. I have implemented them in my InformationLib project on GitHub. github.com/jonrgroverlib/Informati.... For the edges of your graph, you need level 4 technology. The values of the edges can be assigned using endemes also. I am still working on this technology and I will be posting it at 'InfoLib' on GitHub when it is ready.