shreeshailaya / C-DAC-Notes

work in progress...
https://shreeshail.gitbook.io/c-dac-notes/
GNU General Public License v3.0
39 stars 58 forks source link

create a new project of sorting algorithms #109

Closed shreeshailaya closed 3 years ago

shreeshailaya commented 3 years ago

here are the sorting algorithms assignments there are two projects and some other RAR files you have to create one single project which contains all of the sorting algorithms which are mentioned in the readme.md of data structure.

Note: all the sorting algorithms are present in assignments or in RAR you have to unzip them or check them merge them into one single project called Sorting Algorithms. (don't remove anything just make a new project)

IamEzio commented 3 years ago

@shreeshailaya I am on it!

IamEzio commented 3 years ago

@shreeshailaya, I had two small doubts -

  1. I couldn't find the location of merge sort and shell sort. If they are not present should I add them by my own or are you going to create an issue for it?
  2. I have moved all currently present algorithms into src directory of single sorting project. Should I delete " Sorting Algorithms-1 " project and " Sorting(1).rar " file or leave them as it is?

Sorting project looks something like this now : sortingDirecrtory

shreeshailaya commented 3 years ago

@IamEzio There is no need to open new issue make sure all the sorting algorithm's should be there that are mentioned in readme.md and also don't remove anything create new project...