4N1Z / Sorting-Searching-Algorithms

This repo is meant to contain the algorithms for searching and sorting in every language .
MIT License
23 stars 97 forks source link

BFS with user input provision #202

Closed HKRcodes closed 1 year ago

HKRcodes commented 1 year ago

Implementation of Breadth First Search algorithm with user input system, Where the user has the provision to dynamically create the graph of their choice without defining the graph inside the code. This is useful because, it is very helpful to know how to create graph and tree like structures without using inbuilt functions.