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
* feat: use directory workflow from the...
...`scripts` repository.
* fix: `on` event
*...
e5dad3fa8def3726ec850ca66a7f51521f8ad393 authored about 1 year ago by David Leal <[email protected]>
Signed-off-by: realstealthninja <[email protected]>
Co-authored-by: github-actions[bot...
* fix: missing include file for cmake function
* fix: using newer version of check include fi...
1302bf41df2cdb53d3292076950414df04fde533 authored over 1 year ago by Ryan Bevin <[email protected]>* updating DIRECTORY.md
* chore: add the linter to a separate Python script
---------
C...
518a7cafd50821c63eed4167a7852c7b2f30058f authored over 1 year ago by David Leal <[email protected]>* update cmake version
* chore: Update cmake version
* chore: Using latest version of cmak...
1bbbac6546a95ea304f220ae71b7efb960f44ca6 authored over 1 year ago by Ryan Bevin <[email protected]>77522fdbc1d9960147032316cb00c47cfe3acb67 authored over 1 year ago by David Leal <[email protected]>
* updating DIRECTORY.md
* docs: update workflow versions in `README.md`
Windows was remove...
1a5b31d3d1a4b7d043266fb9a2252a3829315b57 authored over 1 year ago by David Leal <[email protected]>f241de90e1691dc7cfcafcbecd89ef12db922e6b authored over 1 year ago by David Leal <[email protected]>
* feat: add LeetCode problem 69
Here is the code for the problem 69 of leetcode as there are ...
db69d0a539d2248c61ce2849dd12f9487d998d64 authored over 1 year ago by hemanth8819 <[email protected]>f4ee5743afc648cfbd65cc6add1b7d7f983bd8c4 authored over 1 year ago by David Leal <[email protected]>
I changed the return value of n in List_length to reflect the number of items inside the list, s...
8a1a4972a58ea279162626cc66dc6b796a0423e5 authored over 1 year ago by Ethan Fredsti <[email protected]>8a3ff966e74f61b6ce75e174424a6939fb0451a7 authored over 1 year ago by David Leal <[email protected]>
* feat: add `dynamic_programming` to CMake lists
* updating DIRECTORY.md
* chore: fix mino...
b6b01a360549b5bd131d171639204aee7b524fd8 authored over 1 year ago by David Leal <[email protected]>* chore: free-dependency LeetCode directory writer
* updating DIRECTORY.md
---------
Co...
2e8374e5c14d7106442833a20428dc2843982436 authored over 1 year ago by David Leal <[email protected]>b1a8da69a87cd45e9db0cc340730e4a5e3b36201 authored over 1 year ago by David Leal <[email protected]>
* Create dynamic_stack.c
In this implementation, functions such as PUSH, POP, PEEK, show_capa...
e278f5d74fe0ad4037f3e65272f5ab1c3026a7b2 authored over 1 year ago by Sahil Kandhare <[email protected]>* feat: label when the build fails
* updating DIRECTORY.md
---------
Co-authored-by: Ta...
01bc982b9a0439c492c53c40b0daa45b031dbc92 authored over 1 year ago by David Leal <[email protected]>* feat: add secant method
* Apply suggestions from code review
Co-authored-by: Sharon "Cas...
05ff277ebfd5fb8d21481349456454cac0600a6b authored over 1 year ago by Samuel Pires <[email protected]>d222df7dc17167540f2e674b517ef955c5a4e329 authored over 1 year ago by David Leal <[email protected]>
* Update binary_to_decimal.c
1. Removed the unused variable remainder.
2. Changed the vari...
6915d59738887b7674aa2a739701fbc7b0ff1919 authored over 1 year ago by Indrranil Pawar <[email protected]>Co-authored-by: Taj <[email protected]>
a555d2dd07140c2cdf3b1811aaef087a6c999b92 authored over 1 year ago by David Leal <[email protected]>* updating DIRECTORY.md
* chore: minor LeetCode directory work...
...flow improvements.
...
aae2aac1ff58d42d97975bd70e8e00deda36bf1c authored over 1 year ago by David Leal <[email protected]>* Add files via upload
feat: added hangman game #967
* Update hangman.c
* Update hangma...
71a7cf3bc4696a49f5bc4e81ce8d569d2c238cb2 authored over 1 year ago by MRio <[email protected]>* feat: add LeetCode problem 434
Adds solution of problem 434 for leetcode. Beats 100% Time, ...
2b885108b87561de7ebe9f8975cbdcdc2b276384 authored over 1 year ago by Aditya Pal <[email protected]>* docs: add self-test examples
* updating DIRECTORY.md
---------
Co-authored-by: github...
d07ab7d0f1b3845e3de73b1642ed2cb25638b933 authored over 1 year ago by David Leal <[email protected]>3ba43b75ed5ea265ae6a9d905de4ee61ecd21435 authored over 1 year ago by David Leal <[email protected]>
* Improve the documentation of factorial.c
* Improve the documentation of fibonacci.c
* Up...
144442afba8b45709d0c3fe7b8992a1e3d6bac82 authored over 1 year ago by Niranjan <[email protected]>* feat: added affine cipher
* chore: applied clang-format
* docs: fixed typo
Co-authore...
b5b2218e60218ffc4d46ec0a1e94da583ce704fe authored over 1 year ago by dsmurrow <[email protected]>* chore: made it so math directory gets built
* feat: added extended Euclidean algorithm
*...
0a5f5c61f73004cd90208ec5b998d22aec3ff246 authored over 1 year ago by dsmurrow <[email protected]>* updating DIRECTORY.md
* Create mcnaughton_yamada_thompson.c
* updating DIRECTORY.md
*...
e1fcdd2a0487a13d42ae44206b8d71af61b3a610 authored over 1 year ago by Sharon "Cass" Cassidy <[email protected]>* fix segmentation fault
* add a comments
* add print error message when can't malloc and ...
2698ad2d135142bcfee9d43a41dba14c28309c5c authored over 1 year ago by Pongsakorn TIPPAYASOMDECH <[email protected]>* docs: Slight modifications
Changed #include comments from doc to regular because it messed ...
0c5eccc69e8f3586b956d25c80a1d49ff1fde19b authored over 1 year ago by dsmurrow <[email protected]>* feat: add bisection method
* fix function documentation
* fix float to zero comparison
...
2115ec87d66ff1199f10a996132ec609535d4043 authored over 1 year ago by David Leal <[email protected]>
* updating DIRECTORY.md
* fix: ignore LeetCode folder while building...
...the `DIRECTORY....
ca6ac1fdfc3141d72bfc7b17397915e5762119c5 authored over 1 year ago by David Leal <[email protected]>* updating DIRECTORY.md
* feat: create a PR when building the LeetCode directory
* updatin...
f9c89a720dba01781391c659f1c9f9c9c1bd9221 authored over 1 year ago by David Leal <[email protected]>* chore: moved rot13.c to cipher directory
* chore: added CMakeLists.txt for /cipher
* cho...
f3a3e6d4765f53e03724f567c8380a830a7429d9 authored over 1 year ago by dsmurrow <[email protected]>581dd22ae0fb1dbdbc66de67efdb78ab7662de7b authored over 1 year ago by dsmurrow <[email protected]>
* Fix : memory allocation method
"new" is not used in C , because of that the compiler was gi...
9997c8bdf0aac59281dd3105f898ae325334c94f authored almost 2 years ago by Rishav Kumar <[email protected]>
* feat: added BLAKE2b with one working assert
docs: added BLAKE2b to README.md
* [enhancemen...
acbaf4a2914fcda7d786a43f1a0a4472af0088d4 authored almost 2 years ago by dsmurrow <[email protected]>Co-authored-by: David Leal <[email protected]>
62359492bfdfd365135237a62b022b9467612129 authored almost 2 years ago by Bao Hexing <[email protected]>* feat: remove nth node from end of list (leetcode #19)
* fix: update the leetcode #19 soluti...
f0b38a320175d3c1f7e9ca52048e7d9df7589694 authored almost 2 years ago by Mindaugas <[email protected]>* Create circular_doubly_linked_list.c
* Update data_structures/linked_list/circular_doubly_l...
f141ae41666810e71b85aad34428abd66f31df4e authored almost 2 years ago by Sahil Kandhare <[email protected]>* Update README.md
Remove not actual information regrading the solutions list. Now it's updat...
1cfb88c5ebed78a346f4eda256df6c56184a1a1e authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* feat: add Letter combinations of phone book problem (#17)
* fix: add newline at the end of ...
3c8f86e740a0ef136f7acae713afabc11e47c352 authored almost 2 years ago by Mindaugas <[email protected]>* add leetcode Jump Game II
* updating DIRECTORY.md
* Update 45.c
free correct resource...
0bc8f7a5766e509d191ae8a2ac616fdfa214d49e authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* Create shunting_yard.c
* updating DIRECTORY.md
* Update shunting_yard.c
* Update shun...
59dc816c9db4d2613b2f0f869752599e3bc9b525 authored almost 2 years ago by CascadingCascade <[email protected]>* feat: add Longest Palindrome Substring solution
* fix: update formatting and allocate new r...
6e94adf066b87efb14036a9ba08189440cd02736 authored almost 2 years ago by Mindaugas <[email protected]>* feat: add LeetCode problem 540
* feat: Added a description to the LeetCode problem 540
*...
f6a326b268b3e1a0213bdff57d3fb044ce3f8b8a authored almost 2 years ago by Heber Alturria <[email protected]>* feat: add solution for the 3Sum Closest problem (#16)
* fix: Update formatting
* fix: up...
5d3a841aa6256308f2e15206ab44b522c9e72034 authored almost 2 years ago by Mindaugas <[email protected]>* updating DIRECTORY.md
* updating DIRECTORY.md
* feat: Add Patience Sort
https://en.wi...
5bf2c42bff08f215d73a2daf8d133b39765aef37 authored almost 2 years ago by CascadingCascade <[email protected]>521db035ca251667011c424326acd0f9929e4f33 authored almost 2 years ago by wtz <[email protected]>
* add leetcode Permutation in String
* updating DIRECTORY.md
* Update leetcode/src/567.c
...
* add leetcode Verifying an Alien Dictionary
* updating DIRECTORY.md
* Update 953.c
add...
4830210f692894edbb851c0c51e4c732b9143fff authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Distribute Coins in Binary Tree
* updating DIRECTORY.md
* Update 979.c
f...
55f73501eac842ac12213aec766406562d603e49 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* feat: add Matrix Chain Order
* updating DIRECTORY.md
* Update dynamic_programming/matrix...
55d8023f06aea109d47fa7a833112c2096319726 authored almost 2 years ago by CascadingCascade <[email protected]>* add leetcode n-th Tribonacci number
* updating DIRECTORY.md
* updating DIRECTORY.md
-...
9fa578d4b5c299fe839c474a4f6c65f9e5f85472 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Find the Town Judge
* updating DIRECTORY.md
* Update leetcode/src/997.c
...
e2b8a617d6a4f54eace85f00decd658793e530e9 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* feat: add hamming distance
* Update misc/hamming_distance.c
Co-authored-by: David Leal <...
e8d3811f129a7253136a6704ffbf02bc7c895caa authored almost 2 years ago by Aybars Nazlica <[email protected]>* fix indentation for leetcode_directory_md.py
* small fix
5ef38b30f625b2eb26a780c7e0662d42c29e4f2e authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Pow(x, n)
* Update 50.c
fix comment
* Update 50.c
simplification
*...
88d29872f974da2d93e87ec7fe9d9f223c8811cd authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode_directory_writer
* updating DIRECTORY.md
* Update leetcode_directory_md.py
...
* add leetcode Binary Tree Maximum Path Sum
* Update leetcode/src/124.c
Co-authored-by: Ta...
74ef8f5806d4a87de3a577847a9bc7857c208963 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* added leetcode problem 75
* Update 75.c
resolved issues
* Update 75.c
* updating D...
5ac30afa86fa13290d048897e023423b2fec72b2 authored almost 2 years ago by Satvik <[email protected]>Co-authored-by: David Leal <[email protected]>
a680c83b838468c6cffd3dd95945828d47795d36 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Maximum Bags With Full Capacity of Rocks
* Update leetcode/src/2279.c
Co-au...
17b7131873dbbe1fdad26b750eeea14e6944f982 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Determine if Two Strings Are Close
* Update 1657.c
add comments
* Update...
b98296e02fcf0dbd6c3e1ea17def57f94638aebb authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Find the Smallest Divisor Given a Threshold
* Update leetcode/DIRECTORY.md
...
73913ac4a8e5808eeae96d94fb4cc988f699aa99 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Frequency of the Most Frequent Element
* Update 1838.c
small fix
* Updat...
b819ddf3e60d3d287e4ea8bffc324837c98d465b authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Difference Between Ones and Zeros in Row and Column
* Update leetcode/DIRECTOR...
60a0c5947d4fa9d2d5851d8e6a04b184a3703b54 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* feat:leetcode Delete the Middle Node of a Linked List solution (2095)
* Update README.md
...
e68296c07c030c7969338807195c1b4ae7172918 authored almost 2 years ago by Sindhu Inti <[email protected]>Co-authored-by: David Leal <[email protected]>
103361de543902df1a63c991e0774c1a455e72fd authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Longest Chunked Palindrome Decomposition
* Update leetcode/src/1147.c
Co-au...
02c01047a7ef8ebc3b25328e3c7d0b91e4b3918f authored almost 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
108fbede1617d57835be6b0bf8ab2c58b479ee5b authored almost 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
1b6fe6ea17d2ae0983fcff47c1aec77e2790a994 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
36d1b265a70e7ad98f5ce47ea9b356b98570432d authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Maximum Difference Between Node and Ancestor
* chore: fix Markdown ordering
...
78d083fd84f6c167a90a6abb5cda90dd17c781ca authored almost 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
8cbb76a02b1e2123db2a8b376e4e92179a4c0e0f authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* Update singly_link_list_deletion.c
Delete function is updated to delete at any required pos...
3014b7352d131105cf61315f15f694bc79b02ef0 authored almost 2 years ago by ms3939 <[email protected]>* add labeler for Leetcode changes folder
* Update labeler.yml
add end line
Co-authored...
1a5b5f522fd10ad0a7eb6d6a8b7ad9366b7a053f authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* Update CMakeLists.txt
* Create CMakeLists.txt
Co-authored-by: David Leal <halfpacho@gmai...
60310deb9e2058590828aedaa449740a678a87c5 authored almost 2 years ago by Saad H <[email protected]>* add leetcode Minimum Average Difference
* updating DIRECTORY.md
Co-authored-by: David Le...
b8a8807585db7fbffdf8eedfb95b61d80edec481 authored almost 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
bed955ed406aaea4099a0b323c7120bdd60017aa authored almost 2 years ago by Alexander Pantyukhin <[email protected]>* feat: add lcs dynamic programming algorithm
* updating DIRECTORY.md
* updating DIRECTORY...
a4e7b7bc4ba53f823693beeff61f278ceb6587cc authored almost 2 years ago by itskurtz <[email protected]>...algorithms to the `math` folder.
Co-authored-by: David Leal <[email protected]>
56b72da9fb234213ce7cf32b789de2916006939f authored almost 2 years ago by Defective Detective <[email protected]>* add leetcode H-Index
* Update leetcode/src/274.c
Co-authored-by: Taj <tjgurwara99@users....
0618d4d0073a1f265d4643c4fbccc781ad57c055 authored about 2 years ago by Alexander Pantyukhin <[email protected]>* updating DIRECTORY.md
* using script action for filename formatting
Co-authored-by: gith...
cafd06725cd9b4c79ff35e3130605dd7f06566e1 authored about 2 years ago by Taj <[email protected]>ad24ee1273fff16dcbb2854a8b060a7c1769755d authored about 2 years ago by David Leal <[email protected]>
* updating DIRECTORY.md
* docs: add guide on integrating CMake
* chore: apply suggestions ...
3be7198f03398edc3b7fdeb0081c8ab18a2a0f75 authored about 2 years ago by David Leal <[email protected]>* add leetcode Lowest Common Ancestor of a Binary Tree
* Update leetcode/src/236.c
Co-auth...
7aae73495fe27adf9b5c261574978c197c0751a0 authored about 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
9f1591fbd234e52e6f7a7c443d2dc9b3959c9ef5 authored about 2 years ago by Alexander Pantyukhin <[email protected]>* add Number of Ways to Select Buildings
* Update 2222.c
add new line at the end
* Rena...
0169283f553c1342e4646ed0c9d2a1d1871af1df authored about 2 years ago by Alexander Pantyukhin <[email protected]>* feat: improve the Awesome Workflow
Co-authored-by: Taj <[email protected]...
af0ffcbd42d8b58c8269efdd0e1b298b30effbb7 authored about 2 years ago by David Leal <[email protected]>Co-authored-by: David Leal <[email protected]>
50349e065ebaf7bd7c30b3a01d65e984a1dbdefd authored about 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
496e012c7010708a3fb98a278413191f5e940d67 authored about 2 years ago by Alexander Pantyukhin <[email protected]>* add leetcode Determine if String Halves Are Alike
* fix variable name
Co-authored-by: D...
bf94aff668c673c6982cd3de4df9d08eaf6c172f authored about 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
1d07d142d07e8dca5fac0457059ca159dc9f295c authored about 2 years ago by Alexander Pantyukhin <[email protected]>Co-authored-by: David Leal <[email protected]>
8992d267ac4f067da6b4ecfd17742b91efc0d35a authored about 2 years ago by Alexander Pantyukhin <[email protected]>...CodeQL badge.
1d4ccc39a9031c82a2c8a4758060a271ae95db65 authored about 2 years ago by David Leal <[email protected]>c45b6faa24cb2a12d7037ebaa3adb1cb379e8181 authored about 2 years ago by David Leal <[email protected]>