thepurpleowl / House-of-Codes

A repository to collect the solutions to all Competitive platform problems, only to be used as reference/practice.
9 stars 30 forks source link

added sorting and search algorithms #16

Closed susmita2000 closed 3 years ago

thepurpleowl commented 3 years ago

@susmita2000 Make two new folders Sorting and Searching in Basics/ and your files in appropriate folders.

Also, update the README.

susmita2000 commented 3 years ago

Yes I have made two separate folders for sorting and searching. Could you please merge my pr.

thepurpleowl commented 3 years ago

@susmita2000 Please update the README in Basics/ folder

susmita2000 commented 3 years ago

Done! I had to create a separate pr for Readme.

thepurpleowl commented 3 years ago

@susmita2000 Please don't create another PR for such a small change. This is not in line with the spirits of good s/w management.

Please make that change as a part of this PR. I am closing the other PR.

susmita2000 commented 3 years ago

I had actually forked the code before addition of the readme file in basic directory. So now I have added the readme file and it has a conflict which has to be resolved. Could you please look into it?