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

Added the following: Bit-Manipulation: Rotate right and rotate left. Note: Only applicable for positive integers 1. rotate_right(num, times): rotate num(passed as decimal) "times" times towards right and return eg.: rotate_right(12,...

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

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

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

#Issue327 I am creating a pull request for issue 137 - [he program prints the same array elements using pointer notation. It uses a pointer variable ptr that points to...

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

I am creating a pull request for... -Adding the algorithm for representation of polynomials and summation of polynomials.Please review the same .I am new to open source contribitutions .Please add...