al-go-rithms icon indicating copy to clipboard operation
al-go-rithms copied to clipboard

Pre Order Traversal of Binary Tree : Recursive

Open kavania2002 opened this issue 3 years ago • 4 comments

This is a(n):

  • [x] New algorithm
  • [ ] Update to an existing algorithm
  • [ ] Error
  • [ ] Proposal to the Repository

Details:

A Recursive Code of Pre Order Traversal of Binary Tree in C++.

kavania2002 avatar Oct 12 '21 04:10 kavania2002

Hi just created a PR for this. Please help review.

koffy1 avatar Oct 12 '21 11:10 koffy1

Hey @koffy1 , your PR looks good but it was clearly defined that the code must be in C++.

chetan-2002 avatar Oct 12 '21 12:10 chetan-2002

I'll change it for this issue instead ZoranPandovski/al-go-rithms#2908 @ZoranPandovski Can you please help review it based on this issue

koffy1 avatar Oct 12 '21 12:10 koffy1

Is this issue still open for PR?

BobinMathew avatar Oct 14 '21 12:10 BobinMathew