clubgamma / Sorting_Algorithm_Visualizer

A GUI based python program to visualize Sorting Algorithms.
0 stars 6 forks source link

Added Insertion Sort #9

Open preet-pdf opened 3 years ago

preet-pdf commented 3 years ago

I have read the Code Of Conduct. I have followed all the steps of submission properly. Added Insertion Sort

Hetvi07 commented 3 years ago

I have read the Code Of Conduct. I have followed all the steps of submission properly. Added Insertion Sort

@preet-pdf Add your changes to the new branch.

preet-pdf commented 3 years ago

I think You have only the main branch and I don't have permission to use that then where do I need to add my changes?

Hetvi07 commented 3 years ago

I think You have only the main branch and I don't have permission to use that then where do I need to add my changes? @preet-pdf In your local device, you can create a branch specific to the issue and then create a pull request for that branch. Also, pull the latest changes in the repository before creating the next PR.