c icon indicating copy to clipboard operation
c copied to clipboard

Implementation of All ▲lgorithms in C Programming Language

Results 115 c issues
Sort by recently updated
recently updated
newest added

I am creating a pull request for... adding the power of 2 bitwise manipluation algorithm for Hacktober Fest - [x] New algorithm - [ ] Update to an algorithm -...

Please find out the errors and tell me it's urgent. #include #include #define MAX_STUDENTS 50 // Structure for student data struct Student { int regNo; char name[50]; char branch[50]; float...

I am creating a pull request for... Updating the TowerOfHanoi.c in the "data-structures" folder - [ ] New algorithm - [x] Update to an algorithm - [ ] Fix an...

I am creating a pull request for... - [x] New algorithm - [ ] Update to an algorithm - [ ] Fix an error - [ ] Other - *Describe...

Bogo Sort is a highly inefficient and impractical sorting algorithm. It works by repeatedly shuffling the elements of an array until the array is sorted. The name "Bogo" is a...

I am creating a pull request for... - [x] New algorithm - [ ] Update to an algorithm - [ ] Fix an error - [ ] Other - *Describe...