ShriyanshiSrivastava / Data_Structures_For_Hacktoberfest

A repository to get started with open source and contribute in Hacktoberfest . You can add any data structures and algorithms code in the language of your choice.
16 stars 80 forks source link

Added Comb Sort #140

Closed officialarmannqureshi closed 3 years ago

officialarmannqureshi commented 3 years ago

Hii sir,Just now I've added a comb sort in c++. Comb Sort is an improvised version of bubble sort. The basic idea in comb sort is to eliminate the relatively smaller values situated to the end of the list.

officialarmannqureshi commented 3 years ago

Neat and clean code. Good work. Thanks Sir