lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Updated variable names and comments. #66

Closed manishSRM closed 7 years ago

manishSRM commented 7 years ago

The list variable which is used to store the order of the BFS traversal it should be bfs_order not dfs_order.