Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/C

Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
https://github.com/TheAlgorithms/C

Merge pull request #269 from ketan-lambat/master

avltree, cantorSet added

aeaf03378b15e666246080f4a1cb899b189c9e07 authored about 5 years ago
formatting code

35f665db458f294744d8c4c0cab5eaeb8d86cb7d authored about 5 years ago
Formating code

3ee9cbdfa291df68f15bbf8d92c8657907699e84 authored about 5 years ago
Merge pull request #305 from TheShubham99/master

UDP Client Server algorithm implementation in C

536970e6ef8e90603716cfb38fdb1509b070cdd4 authored about 5 years ago
Merge pull request #436 from sumit18cs/patch-1

LCM.c

76d40c7707f73e04f2daba508a8494a13fef25ec authored about 5 years ago
Update CArrayTests.c (#418)

Update CArrayTests.c

6a120e19a1943a3b233165aa5aa8f35d3aa4b20e authored about 5 years ago
Add PID (Proportional Integral Derivative) Controller (#350)

Add PID (Proportional Integral Derivative) Controller Algorithm

9a6e27ad990e5504974fbf6d96bcd98ed1246f96 authored about 5 years ago
Merge pull request #270 from vicenteferrari/lerp

[added] lerp, with both an unprecise and a precise option.

e07f67b56dd9fc17d38bf98649bc6d7ab8e4e723 authored about 5 years ago
Created algorithm to convert binary to octal. (#478)

* Created algorithm to convert binary to octal.

This contatin algorithm to convert binary to ...

8a77fb3c745309b4f5b31aab39ca801215b12ca3 authored about 5 years ago
Rename decimal_to_octal_recursion to decimal_to_octal_recursion.c

9da370426c3b7ae52c3eb2c0169e0069e7e18c23 authored about 5 years ago
Add pancake sort (#344)

Add Pancake Sort

b2bfeaa132f6110a811eb5754d4cd8f546be8109 authored about 5 years ago
Merge pull request #494 from batyil/patch-1

Adding LeetCode Problem 38

99e4aae8c9d9b3f80c957cd4b2e5a1fe1f42a97a authored about 5 years ago
Update 38.c

94462f2fe6beeb1657dcb76be02ca4b29d4e620e authored about 5 years ago
Update README.md

bf124ed91e10679d5a0e546029e75353f91bc157 authored about 5 years ago
Adding LeetCode Problem 38

63828a86c2dc39ce9c9f14379831b01515cdd258 authored about 5 years ago
Merge pull request #490 from andre143/master

Adding leetcode Rotate Array (189.c)

683384d9596dfdac715de8f596a0143f56b6394e authored about 5 years ago
Added Cycle Sort (#340)

Added Cycle Sort

39abfd068b31301f43436bd5baad7dbaf68edc8d authored about 5 years ago
Merge pull request #149 from Aruj-Sharma/master

Added Stooge Sort and Radix Sort in sorting algorithms

c8bb8fd081154073dedcec6646e2c00771fe22a1 authored about 5 years ago
Merge branch 'master' into master

c385a79149137eb9636cd3865854e78d2ff0a48f authored about 5 years ago
Rename Sorts/RadixSort.c to sorting/radix_sort.c

f8a5c1485211c6991ba1cc7403c69cc0120e2ec8 authored about 5 years ago
Rename Sorts/StoogeSort.c to sorting/StoogeSort.c

5e9189be5d4be4bfea3ab7a5dbfde82476bbb43f authored about 5 years ago
Remove leetcode Count Primes (204.c)

7c0e52f794b5ab87263cfd3f2b12eb534ed26281 authored about 5 years ago
Merge pull request #489 from evandronmota/master

Add LeetCode 367

dc263b40fcb320808eb4ccfe08b1e956c73d436c authored about 5 years ago
Add LeetCode 367

ba36b992ec34595c374e9e0fda56221177a85bd3 authored about 5 years ago
Merge pull request #488 from evandronmota/master

Add LeetCode 231

ca5da0e61efaee8024e3051e10c2956b69ec4400 authored about 5 years ago
Add LeetCode 242

aaa8a3149b25abea3e7784221695814d019c9c18 authored about 5 years ago
Add LeetCode 231

8f0602c9f1bc99a716459978ddf2a70b1e8b311c authored about 5 years ago
Merge pull request #468 from jaibhageria/leetcode-algorithm-problem11

added solution and modified README.md for problem 11

2e692eddeb7a714d45dc5d49a0a6cba8b8ca68a5 authored about 5 years ago
Merge branch 'master' into leetcode-algorithm-problem11

d2f3cfa6bc2ac7bb69daaed8e46b863a93574d95 authored about 5 years ago
Merge pull request #475 from Paul-Fugmann/master

Add leetcode String to Integer (atoi) (8.c) and Integer to Roman (12.c)

ff9877410b17066bf8ca1a5bfba2eacac7b8cb0a authored about 5 years ago
Merge branch 'master' into master

f5000f2f96274976e1b916d9200b14e620be702b authored about 5 years ago
Merge pull request #480 from thechubbypanda/leetcode-9

leetcode 9

d7ed5ea4708b6bd9e96931dfe6d1ba50c2c6046a authored about 5 years ago
Merge branch 'master' into leetcode-9

54827a871f8159d7fb85baf2860a0dd48e982411 authored about 5 years ago
Merge pull request #479 from thechubbypanda/leetcode-7

Leetcode 7

4b9a4b62c5603fd19b89f68b985600ed33f6f433 authored about 5 years ago
Merge branch 'master' into master

9c346de3a3352bf9d11062e5c17c2069239fd6cb authored about 5 years ago
leetcode 9

138da16aafd682fa38ee3baade4d806f363808f4 authored about 5 years ago
readme for leetcode-7

af273adef07cd43ff9aefd75688875ccce2843d7 authored about 5 years ago
leetcode question 7

95d7f25175418638432bb14f20ceb521046fc8bc authored about 5 years ago
Created algorithm to convert binary to octal.

This contatin algorithm to convert binary to octal using recursion

93f68d0c36b6eb3109f80f8ad341da7aad8ea408 authored about 5 years ago
Merge pull request #474 from dedsinQ/master

Solution for Leedcode problem 13, 29, 66 and 201

44049cdfdb71b6562101c15b79c5e738103c34bc authored about 5 years ago
- Adding Roman to Integer (13.c)

- Adding Divide Two Integers (29.c)
- Adding Plus One (66.c)
- Adding Bitwise AND of Numbers Rang...

2215758b3b323fa52b7c292e794160683434e7e2 authored about 5 years ago
Add leetcode String to Integer (atoi) (8.c) and Integer to Roman (12.c)

cd679fd4613d8fb3c9745bdd666520ba7413b276 authored about 5 years ago
Adding leetcode Rotate Array (189.c) and Count Primes (204.c)

2ec2f922844f53f0d764186133e165d11ddfe0c9 authored about 5 years ago
added ternary search algorithm

632206fce0c2c587915e5e8ec9696212c5e2beac authored about 5 years ago
added solution and modified README.md for problem 11

7b93a8fe37f8804d97283030e13758a980877e66 authored about 5 years ago
Merge pull request #466 from SangeetaNB/SangeetaNB-patch-1

Create kruskal.c

11ea4be19f626b7e059fa9e0b6f50d97f8006d43 authored over 5 years ago
Create kruskal.c

199b4f8c56e0da4b13ffb8fe0df35eab4168b2d0 authored over 5 years ago
Merge pull request #447 from ikmrgrv/master

Corrected function name

57f95d86d8af80cddd82a8e190a54cc5bc9a1de0 authored over 5 years ago
Corrected function name

Removed extra space from `decimal _to_binary`.

0156e8d4a93a0af0f0d584427cfad70126392db8 authored over 5 years ago
LCM.c

Added Algorithm to find LCM(least common multiple) of two numbers

54fe43e926a01630396a130c736bdee9ee59da6b authored over 5 years ago
Create middleElementInList.c

affe8213bb64ba3f3024a61d395ffe620c0df483 authored over 5 years ago
Merge pull request #425 from shubhamdpatil/master

Solution for Leedcode problem 2 and 21

3f9ebd1b5e877f7cc5d55e276f87056dbcca6a87 authored over 5 years ago
Solution for Leedcode problem 2 and 21

4a7480e3037894188a0976670ae361337fe3cc6e authored over 5 years ago
Merge pull request #419 from shubhamdpatil/master

KMP algorithm implementation for string search

7059985c9c00070b57ccc9938aa38c48334cf5b2 authored over 5 years ago
Merge pull request #416 from manu156/master

fixed typo

b5c6c99b6b2dd192eb1490ca35ee061adb59388c authored over 5 years ago
KMP algorithm implementation for string search

54613199a6d04b1f0b170725e07129288a7c9670 authored over 5 years ago
fixed typo

67268aedc0973f68a38a8da37ad53d6158b829cc authored over 5 years ago
Merge pull request #408 from chatn0ir07/master

Fixed CRC-32 Error

17e556b4260fcda2cf56eb8df03045c206fdaa3e authored over 5 years ago
Fixed CRC-32 Error

ca18351173b1b0f40676f4b4373138f2202cd2e1 authored over 5 years ago
Merge pull request #406 from chatn0ir07/master

Implementet CRC-32 Checksum Algorithm

eee804a8969f6294d81472b9b84cf154ea3dde94 authored over 5 years ago
Forgot to add crc32 to hash README.md

71738b36a98c73bfec072f18e8492ebcf3b3464c authored over 5 years ago
Implemented CRC-32 Checksum-Algorithm

c924079d6066547e52669517f62c4270f367521c authored over 5 years ago
Correct and improve prime test (#325)

Correct and improve prime test

608c17b0fd869c4e4fdbf88ff90c7fd58fade855 authored over 5 years ago
Merge pull request #357 from hrishikeshSuresh/problem_121

added solution & modified README.md for problem 121

c0690383110c98e5bbd532e45a40d9f6f398c628 authored over 5 years ago
Merge branch 'master' into problem_121

51e1c942da99d530d454f3cc03cf3007b5e5d182 authored over 5 years ago
Update BubbleSort.c (#343)

Update BubbleSort.c

83d3234fe29b635d76d44a14b3db3849c6a8e10b authored over 5 years ago
Merge pull request #335 from Nikhil-Bhat6/ArmstrongNumber

Added ArmstrongNumber.c

eb5bdc5449e3e5d353417324aa67293f2666d813 authored over 5 years ago
Merge pull request #330 from anon6405/master

added hexal_to_octal in conversions

97acbf931518ab69174edacf29f20e26c2900292 authored over 5 years ago
Update README.md

3d31ea9e962dbe6f9986bf28ae198b087b3e2cec authored over 5 years ago
fixing typo

05d0323ed38f3dd5f101d72ff7be2ca64a013c82 authored over 5 years ago
Merge branch 'master' into problem_121

98ab38f17000d7ba56b2344fe94093ef986c8d84 authored over 5 years ago
adding Kandane's algorithm as the solution

6bcdac56e484f22a9a2445453b0f53166e5e12e1 authored over 5 years ago
Merge pull request #400 from sauravkdubey/patch-1

README.md

9a1870f5e226573939b7691f35d00ed8b791e037 authored over 5 years ago
Merge pull request #401 from sauravkdubey/patch-2

647.c

bfb1992ec42f75f18b8619b0c2c9babe19bc7c39 authored over 5 years ago
Merge pull request #319 from shivamagarwal1999/patch-2

Update BubbleSort.c

e2d3675bc709ceed969afa7fda8ba5e62493806b authored over 5 years ago
Merge pull request #301 from 3ZadeSSG/master

Median of two sorted arrays No. 4

6221cbe7da9bfc03bf239121283d8f7810601107 authored over 5 years ago
Merge pull request #285 from Sayam753/patch-1

Code for Randomised Quick Sort

f4882e65730862979eaacd476e12ae22c376431a authored over 5 years ago
647.c

Palindromic substring using dynamic programming

e5adce3a52c41fe5fb5be1c1cd2a36476f4e8fe7 authored over 5 years ago
update

eccc3c126f75e18fe07724baff5a76e8c38159cd authored over 5 years ago
Add some solution leetcode

031ae5f1d24eeea2bcb86e999c604f6f8e020f05 authored over 5 years ago
fixed tab size

132c3c426db21035386a048b4729c646af0e1122 authored over 5 years ago
added solution & modified README.md for problem 121

dffe9459dd30e27fddfdb8a2da0b3a95fe8fe2ea authored over 5 years ago
Merge pull request #339 from SaurusXI/master

Added commented solution to Leetcode problem 476

f063b030f83d37bcb214b465771a747f4eda6e61 authored over 5 years ago
Merge pull request #352 from tanyapohn/feature/search-insert-position

Feature/search insert position

4acf53b57532842c93db6ddf425059c71f4fcb56 authored over 5 years ago
Remove whitespace

b1b24e69c93ee30cd5694c12b5934ddc71c91455 authored over 5 years ago
Add an alternative way of recursion

cf6ff1344a1bfe9ac4eafc259b73c10df3d97970 authored over 5 years ago
Added commented solution to Leetcode problem 476

d21e4b1d2feee874a8e6c0b9431e08b276150206 authored over 5 years ago
Merge pull request #337 from CertifiedBlyndGuy/master

leetcode: Address readability of a few cases, and fix 283

c6f12642a1d3b0f365c2eb4a09db74b853397961 authored over 5 years ago
Merge pull request #336 from SaurusXI/master

Added commented solution to problem 461

26ff845615599cb21edae35da9bdf2f117bf797c authored over 5 years ago
leetcode: Address readability of a few cases, and fix 283

The for loop utilized in 283 was improperly structured as 'start'
was no declared as the value t...

d9b9bbd4f5f420554e3ad689a666579c8fef52a5 authored over 5 years ago
Added commented solution to problem 461

aaa2546afa9081ce95df9db7118968274b05ff1c authored over 5 years ago
Added ArmstrongNumber.c

575f8c94fc12265c920da7cc3f7d569ca3d3139d authored over 5 years ago
Merge pull request #327 from SaurusXI/master

Solution to leetcode Problem 190 and 191

972d4fad7ae85d300ef77f3bbdf83b1efcbd5a2f authored over 5 years ago
Commented code to explain algorithms in 190 and 191

08f62bf39782a1b6b7a57a33a6de94bdbb991236 authored over 5 years ago
Revert "Added Solution to leetcode Problem 191"

This reverts commit 5a6ed8e245e7544fce060d92919a353393bfd064.

To modify code to add comments

0

d2ad4b0109c02ca61e1f4f918d7ac3d66526b4f2 authored over 5 years ago
updated readme

cfcec56346b3592c1e6b92af309ea3c55c3bef7e authored over 5 years ago
updated readme

5380a40bcd9682d91dfe5ca1dbdb7fb33a0d955a authored over 5 years ago
updated README.md

2e4aba2095d507850e1b36975d50a2be293bfc28 authored over 5 years ago
Create hexal_to_octal.c

4c75a67651e246e91f7fb534194ff80832f04f24 authored over 5 years ago
Merge pull request #311 from rodrigoAMF/249-add-maximum-number-of-ballons

249 add maximum number of ballons

f9139347fea8f3af8e2b32f21f120f0e9e21c9b5 authored over 5 years ago