NJACKWinterOfCode / nwoc_algorithms

This is a library of various algorithms that are used in competitive programming.
6 stars 52 forks source link

Tree Sort & Infix Converter #126

Closed adiXcodr closed 4 years ago

adiXcodr commented 4 years ago
  1. Binary Search Tree Sort (C++)
  2. Infix to Prefix Converter (C++)
  3. Infix to Postfix Converter (C++)

Kindly ignore the previous commits, they have been rectified in the latest pull request.

Bhavnaharitsa commented 4 years ago

Why are these too many pull requests on a single issue?

adiXcodr commented 4 years ago

Why are these too many pull requests on a single issue?

I had closed the previous pull requests. These are just the previous commits in the branch ehich have been overwritten by the latest change which satisfies the requirements put forward by you.

Bhavnaharitsa commented 4 years ago

Yeah but you could have commited the changes. Why new pull requests everytime?

adiXcodr commented 4 years ago

Yeah but you could have commited the changes. Why new pull requests everytime?

I apologise. I thought one needed to close the pull request first. Thanks for the clarification.