OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.54k stars 3.67k forks source link

Code for bogo_Sort #3181

Open riya-17 opened 6 years ago

riya-17 commented 6 years ago

Add code in C language for bogo sort.

deepyadav442 commented 6 years ago

@riya-17
your code doesn't follow coding standards in C .It is giving error while building in travis. Can you please check this issue.

riya-17 commented 6 years ago

@deepyadav442 I have already checked I do not see any error, I am unable to understand what is causing this error.

deepyadav442 commented 6 years ago

@riya-17 The function declaration in C are made first if you are putting functions below main OR you can define them above main/using function to avoid that.Though that was only warning but it was error in travis build because they have added coding styles and added different settings .