Hello, I am new to coding in C# and new to WinForms. I am trying to make graph coloring with an option to select one of two algorithms: greedy and backtrack. I would appreciate it if someone dedicated their time in helping writing this program.
1. I need to be able to edit/delete points I've already drawn.
2. I need to connect the points I've drawn
3. I need to make these algorithms work with my interface
4. I need to be able to save generated graph.