ishu9bansal / ideone

useful pieces of codes
1 stars 1 forks source link

Graph code #25

Closed ishu9bansal closed 2 months ago

ishu9bansal commented 2 months ago

Initial setup to create a base for the graph algorithms Starting with a small sample problem mentioned in the issue #24

The aim will be to solve more and more problems using this graph class and extending it with time.

Also, added configurations to run the c++ codes locally in vscode setup.

Added a capability to easily add input files along with the code files for quick and easy code runs