Just-A-Visitor / Algorithmic-Pseudocode

This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
GNU General Public License v3.0
758 stars 166 forks source link

Pseudocode for Insertion Sort #41

Closed yildirimyigit closed 4 years ago

yildirimyigit commented 4 years ago

I was out last night, so I have just been able to make the changes you requested. Could you take a look and tell me if everything is ok?

ghost commented 4 years ago

I was out last night, so I have just been able to make the changes you requested

No worries. We all have our lives outside of this. Everything looks good, I've just requested a minor edit after the function signature. Let me know when you are done, and we'll merge it.

Side Note : If you want your branch to be deleted automatically after merging, you can go through this link

yildirimyigit commented 4 years ago

I missed it, sorry. Fixed it just now.

And thanks for the tip about automatic deletion!

ghost commented 4 years ago

Good Work. Merged!

ghost commented 4 years ago

https://github.com/Just-A-Visitor/Algorithmic-Pseudocode/issues/38