Ecosyste.ms: OpenCollective

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

github.com/cp-algorithms/cp-algorithms

Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
https://github.com/cp-algorithms/cp-algorithms

Create Fibonacci numbers article

78c21a072fc3fcad89a3d468460867753548d744 authored almost 8 years ago
Add link to Fibonacci numbers

d0c64cc96622c5eb67f0e5fe08c0ee4bd11d8c27 authored almost 8 years ago
Finish Long Arithmetics translation

4808f997015d8afbb21d32491963e3ee023a5a7d authored almost 8 years ago
Add other formats of long integer arithmetics

3291a10fba3d6518553091cf737c05263bd703c2 authored almost 8 years ago
Add more arithmetic operations to Long Arithmetics

c91a4c491736a5233ead5d6955995fa9eeb2df04 authored almost 8 years ago
Clean up Ternary Search

This closes #157

eaebb088adb095f0311ea477e23b44baa33f9a35 authored almost 8 years ago
Add link to Long Arithmetics article

a78b82cbbb8a05c3af152b11595fa9a3019b7f8b authored almost 8 years ago
Add stub for Long Arithmetics

f2143e602c28136a21a2e49faf77b7a660106d76 authored almost 8 years ago
Remove names in original languages, some cleanup

a751c28cb5d7e0d96bfdfe3b21ddfc060c0f7341 authored almost 8 years ago
Minor spacing fix

d2318248d5c7f25126763c01333729a673893a32 authored about 8 years ago
Clean up Extended Euclidean algorithm article

51a64b5f8f12c82b005e9fe680ae2f51278de316 authored about 8 years ago
Add articles "Extended Euclidean Algorithm" and "Dynamic Programming on Broken Profile" (#146)

9bde85cf729aa76a04fb0f0e11d48e5f364a1ce7 authored about 8 years ago
Clean up Euclidean algorithm article

8c7ffb33fc6014e538ce980ff0a1e32349fed4aa authored about 8 years ago
Add article on Euclid's algorithm (#129)

e85d87bba80862cf729a9d2a373bc67a1472faa7 authored about 8 years ago
Clean up lines intersection article

2c259b11c29c5bc51be69a47f660e41ffceea941 authored about 8 years ago
Remove links to non-existing articles introduced in #147

dfc45392d92764546db97b78fcae12e8f60f940c authored about 8 years ago
Add article "Intersection Point of Lines" (#147)

9a1f8b7226f60d2561689e13f92dce87546769ff authored about 8 years ago
Add external resource to Pick's theorem (#156)

3a041f8be3a43006f934f0f5222b07d016fae677 authored about 8 years ago
Add practice problems to Dijkstra's algorithm

Problems taken from http://codeforces.com/blog/entry/48169

fd44caf46aadb6098a19d8a4e8a52a520de96e79 authored about 8 years ago
Clean up Dijkstra's algorithm article

04f47bc9719ef3195b7a91d7fd9eb21acaf11bf5 authored about 8 years ago
Create "Optimal Schedule Of Jobs Given Their Deadlines And Durations" article (#149, #155)

a06e4a4852a80eb96c964780f658a275130daf0d authored about 8 years ago
Clean up linear prime sieve

cf229348c0deb598f73d08342b0fcd99883d1dac authored about 8 years ago
Spelling fixes for artciles in algebra category

This applies changes proposed by @turfaa in
https://github.com/e-maxx-eng/e-maxx-eng/pull/125

587ce3d5ad37341a0d2dd819e0e33ad30f1207b9 authored about 8 years ago
Fix link to linear complexity sieve article (#154)

52491d636a2ba464342009dc3d4d1414e4209a18 authored about 8 years ago
Delete search-bridge-formula.png

This image is replaced with a formula for better rendering.

78c22e1a4ec408a4dcb1e5489bfaa4a56154bf7e authored about 8 years ago
Merge pull request #152 from e-maxx-eng/tcNickolas-license

Add CC BY-SA license to the project

Thank you!

8f8e8cd8585ca293490219e4352328e2ba6faea0 authored about 8 years ago
Add shields to README.md

This change adds shields with activity information (counts of contributors and pull requests) fo...

f48cc624a0c9a36998750a1dfdcc21b0e2491467 authored about 8 years ago
Replace image in Finding Bridges with a formula

ce96a0c5c8604c333797b71e1ec1664336540be2 authored about 8 years ago
Clean up Finding Bridges article

ae79fa1ee008ed1ca776791e3fc6a4e4c7f341e3 authored about 8 years ago
Formula fixes, added practice problem to Z-function (#150)

c269cccd670f70a07c03a4491ae279da808d59bd authored about 8 years ago
Add CC BY-SA license to the project

This seems to be the most fitting license, since our project contains educational material and n...

3f684d0936b0f09cdee771d5674482a81bee9c1e authored about 8 years ago
Remove 'Translated by' notes (#151)

e251674000d7ebde8f809cfd658119d86401a5d6 authored about 8 years ago
Update treap.md

b4190c2f8fd47e8e3148b08b5021136e6e9931b2 authored about 8 years ago
Clean up Treap article, p.3

d5b3f71a720568ecb50950113fa351811ccd0e6c authored about 8 years ago
Clean up Treap article, p.2

9e642d49c7b40039d3c50a1d3b33b4b0432929bb authored about 8 years ago
Clean up Treap article, p.1

e7e7ff6e610dacba647853f14a4fb1c0258dfe46 authored about 8 years ago
Clean up index.md

af2cf24cad063451c1b3b8313db27d01333b2da4 authored about 8 years ago
Add Treap article to Data structures section (#89)

484c8034b3dac02d5193fbf614a204f6a86a069a authored about 8 years ago
Fix binomial coefficients notation per issue #83 (#113)

5023769d88c86f37ce0e8d8123c8a4bf3364ef61 authored about 8 years ago
Replace images with formulas in 15-puzzle

aab14a15922dec7444621e96b83561be593c4995 authored about 8 years ago
Replace . with \cdot in Chinese remainder theorem

e46c2f5190991906964290f1209f45007d917464 authored about 8 years ago
Update 15-puzzle.md

34df18a1cfbc9abdaa6b4d8ad114ce0808343e7a authored about 8 years ago
Merge pull request #139 from ellen-interpret/eratosthenes-linear

Sieve of Eratosthenes Having Linear Time Complexity

962b5162ef11bb5174840c7ad38b0897772eae96 authored about 8 years ago
Merge pull request #138 from ellen-interpret/15-puzzle

15 puzzle

3e1850d88d94ccc890d7f31f5b54ab88d5b1b32c authored about 8 years ago
Fix link to Caravans problem

ad6b54584e334cf2efbd25932010b7dce229b824 authored about 8 years ago
Add practice problem for BFS article (#135)

76dfb167999acff3fe0b2f00722ae7aa3760abb8 authored about 8 years ago
Fix "Practice Problems" header

1a9c4af2c5da4a1dbe35f322e59a923b5f3899d7 authored about 8 years ago
Add practice problems for Range Minimum Query article (#134)

a5be96f4e5702fcadb8cec7cea82053a546d3964 authored about 8 years ago
Add practice problem to Floyd-Warshall article (#133)

efaff1c01aa42bbf7c95909d0899e66f36f4ae91 authored about 8 years ago
Add practice problems to strongly connected components article (#132)

bda7ce99d9f59cd1298bc30214990ef0279d92d7 authored about 8 years ago
Add practice problems to Kruskal's algorithm (#131)

da879782491c831d927b986a01dc76dd19592f65 authored about 8 years ago
Update chinese-remainder-theorem.md (#141)

Several typographical improvements

d4d363aa8cb6d3180ed7447873101948d55ef7e5 authored about 8 years ago
Replace "lets" with "let's" in sieve-of-eratosthenes.md (#140)

871b440b76ddc831f8bc9184f8918f1801fb7cf2 authored about 8 years ago
Update prime-sieve-linear.md

c25d22e23a3b9952af5ce973cfcbb201f55a1e48 authored about 8 years ago
Update index.md

887e373dbda56b528d30039dc06d35bc390aa87b authored about 8 years ago
Create 15-puzzle.md

c84408988d57fe7dd14872f5564f5dca173b1686 authored about 8 years ago
Update index.md

6cea2fc090a32a8efacf6b4429668e3959d16c6d authored about 8 years ago
Update sieve-of-eratosthenes.md

a03721b51814a8ca5e5f0c86dfda138d05e7beec authored about 8 years ago
Delete Sieve of Eratosthenes Having Linear Time Complexity

6ad1dbe1ae7d63d11e751fc344b1375ef2576f86 authored about 8 years ago
Create prime-sieve-linear.md

7bc387b088c41f9eec4515a783b8075c1a5e5623 authored about 8 years ago
Create Sieve of Eratosthenes Having Linear Time Complexity

e27c2f6a08629a9f1f79761fee91de3d03b5b247 authored about 8 years ago
Update string-hashing.md

caf3c0abc9bd9a1a71f364e85757f46c4a0a8108 authored over 8 years ago
Added link to ternary search

49514af76f888751526d9a87e0d9f2919b107e82 authored over 8 years ago
Merge pull request #128 from likecs/master

Added Ternary search

b3edc783b9fb63475a335279212ffa92c20a9072 authored over 8 years ago
Minor grammar and spelling fix in combinatorics category (#123)

81ed85199ded2f086b30118f511f4e07f5793037 authored over 8 years ago
Changed folder name

59eeccd8c51d7b9cedbbf127fbb57168b060e940 authored over 8 years ago
Merge pull request #126 from turfaa/code-binary-exp

Use ``` code format in binary-exp

595f505bc424d399e365ba166c12a9518eb0e4a6 authored over 8 years ago
Deleting empty FFT article stub

a79e1809c3f00783f9cbaecf285edf8bbe1a5025 authored over 8 years ago
Added Ternary search

a23fce25edd835e733487777e2b06bef56520b77 authored over 8 years ago
Use ``` code format in binary-exp

Use ``` code format in binary-exp

Use ``` code format in binary-exp

fc1bd07275a34491b7d4cb04c29d2bdc6f0e55b9 authored over 8 years ago
Merge pull request #124 from joaquingx/master

Problem added to Dijkstra

9faee76ccc761450a8d4c95ef939ee5188b472a8 authored over 8 years ago
Problem added to Dijkstra

20a495fa20e56552d10b940588dcbbb498c48394 authored over 8 years ago
Merge pull request #1 from e-maxx-eng/master

Sync

3e46432ec643439403418e64271b0b1d267ba636 authored over 8 years ago
Merge pull request #122 from turfaa/grammar-linear_algebra

Minor grammar and spelling fix in linear_algebra category

72cc8c632c10e223a6a55a85991aa49be4b8be0d authored over 8 years ago
Minor grammar and spelling fix in linear_algebra category

f53b43d9c54a19929613aeaa7a50b0a9933ef2db authored over 8 years ago
Link to Eratosthenes sieve from index

41777d26e8b6403d84694a6043dd0f10b5c3121b authored over 8 years ago
Merge pull request #118 from ellen-interpret/master

Create sieve-of-eratosthenes.md

2fc9ba24a18f31deeeb971e3df529d7d08be5b4d authored over 8 years ago
Unify tags used for code sections to be ``` (#116)

2d41a827d20f7fb3495f494bf1014e8115570a35 authored over 8 years ago
Merge pull request #111 from gabrielsimoes/binexpfixes

Improvements in Binary Exponentiation

ee810e47e2d597740c43b656bdf56fb4442ac51e authored over 8 years ago
Create sieve-of-eratosthenes.md

208db5a7dd1572f8534a72955a9f93174021f699 authored over 8 years ago
Update linear-diophantine-equation.md

c3f0249c2731c56643425bbed89daf3d2634fc2c authored over 8 years ago
Improvements in Binary Exponentiation

1c028019bf61828f6dfb6160df1db79763da6c6d authored over 8 years ago
Merge pull request #110 from gabrielsimoes/lcafixes

Improved LCA article

e93067cf8f0d5168f11daed0879ece85a6746d94 authored over 8 years ago
Merge pull request #112 from gabrielsimoes/sccfixes

Improved article "Search for connected components"

6eb5d2c7a37def869d2b08f427705daa10892093 authored over 8 years ago
Merge pull request #114 from joaquingx/master

Fixing typos

cd6712b6cf193b378a0060fe691c52cf3a737e04 authored over 8 years ago
Correction Fixing Typos

9e7df43580a4259945f97320e1308deada5d9c7a authored over 8 years ago
Fixing typos

55edb775ec1f97e9c1b262b3b6dc70f02fed4502 authored over 8 years ago
Improved article "Search for connected components"

d4ecc96874526789c1d13ae8f75ceaccce4a6654 authored over 8 years ago
Improved LCA article

0318203503e81c6a8d91d3669590f6d7237436ba authored over 8 years ago
Merge pull request #109 from e-maxx-eng/RodionGork-bellman-ford

Updates for bellman ford

82b16cae2ae10bd70c75345f9e48cb801b69baa5 authored over 8 years ago
Update bellman_ford.md

fb7784f5d062360885a5894830aa519280092470 authored over 8 years ago
Update index.md

562ef9f008eaeb80786b48d0d43393e06ecb339f authored over 8 years ago
Merge pull request #108 from code-master5/bellman_ford

Translated Bellman-Ford

f30727c8edb1d6d5844ffe5ec0f5090c0eb64e6a authored over 8 years ago
Update discrete-log.md

c81533691eb748480979472a99d7e52065967764 authored over 8 years ago
Update phi-function.md

2ebdcd252da080819911b902ddc4a5a54c566a80 authored over 8 years ago
Update linear-system-gauss.md

21aeca977e56a074aa67e4f0bedf853666331df1 authored over 8 years ago
Add practice problems to several articles (#94)

68d373e6be621b91f90dafa64ffea26c8aa469f1 authored over 8 years ago
Translated Bellman-Ford

190e8e3670d596d62c812a475a88583e4eb3d9de authored over 8 years ago
Merge pull request #107 from e-maxx-eng/RodionGork-scc

Updates for Strongly Connected Components

9b7cc1652ec24a17c28a7af8308b7d773caae8ef authored over 8 years ago
Update strongly-connected-components.md

f49c37b5f22df42c6e9977ec7eceea22363f9c45 authored over 8 years ago