TheAlgorithms/C-Plus-Plus

feat: Wanted to add an algorithm for bfs(queue) traversal for a binary tree.

DevBhatia22 opened this issue · 2 comments

Detailed description

I couldn't find the bfs traversal and i would be glad to add it my self.

Context

Because it's an important algo.

Possible implementation

No response

Additional information

No response

@vil02 check please.

vil02 commented

It seems to be implemented.

However, the mentioned file would need a big cleanup (e.g. adding real tests and removing memory leaks).