iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 496 forks source link

Updated README for Queue (Merged multiple instances in table) and Breadth First Traversal[JAVA] #817

Closed aryanargupta closed 1 year ago

aryanargupta commented 2 years ago

Fixes #816

By submitting this pull request I confirm I've read and complied with the below declarations.

aryanargupta commented 1 year ago

The algorithm here is a graph algorithm while the article linked is for trees. Look into it!

Done @kalashshah sir