miniam / Algorithms-and-dataStructures

The algorithms and data Structures in most popular programming languages
Apache License 2.0
2 stars 21 forks source link

Hacktober Issue #3 #10

Closed PavanKKamra closed 5 years ago

PavanKKamra commented 5 years ago

These are changes to the issue Hacktober Issue #3 :

Changes the structure of the code and I added a lot of comments to explain the different types of Sorts and what the functions are doing.

  1. Structure Change: Sorting(Folder) BubbleSort(SubFolder)

    • Files related to BubbleSort BucketSort(SubFolder)
      • Files related to BucketSort ..... continuation
  2. Added documentation to functions & tried to make it more understandable to the reader.

I hope these changes are good!

Thank you, Pavan.