Ecosyste.ms: OpenCollective

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

cp-algorithms

We translate (with permission by the authors) articles about algorithms and data structures, and write new articles.
Collective - Host: opensource - https://opencollective.com/cp-algorithms - Website: https://cp-algorithms.com/ - Code: https://github.com/e-maxx-eng/e-maxx-eng

Added link to strongly connected components

github.com/cp-algorithms/cp-algorithms - b17006c65b8691942f5c7e6699a9bddf7b7642b7 authored over 8 years ago
Merge pull request #106 from d1musk/master

added strongly connected components

github.com/cp-algorithms/cp-algorithms - b8e47bde0f024d85b1fa079d0375b479fbdf916e authored over 8 years ago
Clean up Range Minimum Query

github.com/cp-algorithms/cp-algorithms - 3b9bf82c6a86b6863ec56975fd1f8053989cf347 authored over 8 years ago
Add Range-Minimum Query (#104)

github.com/cp-algorithms/cp-algorithms - 645c5f63c9d9a81518286d72b5bbc8bc5a509a81 authored over 8 years ago
Add practice problems for binomial coefficients, circle-circle and circle-line intersection and k-th order statistics (#85)

github.com/cp-algorithms/cp-algorithms - b0a19df03bd2e960810cf443e62f9a3d2e53d864 authored over 8 years ago
Clean up circle-line intersection

github.com/cp-algorithms/cp-algorithms - dbff961a8526fd183234d4453a909529ec9f51c2 authored over 8 years ago
added strongly connected components

github.com/cp-algorithms/cp-algorithms - 89e5f0a0f6e46e45d87e93a7bfb8041b09d19e29 authored over 8 years ago
Add a practice problem for Catalan Numbers (#105)

github.com/cp-algorithms/cp-algorithms - 9c048ae5fc756b3aaa35deb4149f5e1439c41585 authored over 8 years ago
Merge pull request #101 from turfaa/patch-1

Add classic practice problem for topological sorting

github.com/cp-algorithms/cp-algorithms - 72b71755806073c816f9bd6117878029c265bdc2 authored over 8 years ago
Merge pull request #102 from turfaa/patch-2

Added a practice problem for Fenwick Tree

github.com/cp-algorithms/cp-algorithms - 6fa3551b42f436dd9837c57803c1de6cc78ab80c authored over 8 years ago
Add practice problems for String Hashing (#100)

github.com/cp-algorithms/cp-algorithms - 3b43e484eb12b2d9aa76bec5bdc728eed0933c51 authored over 8 years ago
Add practice problems for Dijkstra algorithm (#92)

github.com/cp-algorithms/cp-algorithms - d9c5928d109bd92445742fbbfe54d2aee26f9253 authored over 8 years ago
Add a practice problem for Chinese Remainder Theorem (#91)

github.com/cp-algorithms/cp-algorithms - bb1ed5af1b17a20717f45056fde42fb237a0b93f authored over 8 years ago
Link to Catalan Numbers

github.com/cp-algorithms/cp-algorithms - 5a727c79b136d59f493084fef854260b2fcb6722 authored over 8 years ago
Merge pull request #93 from likecs/master

Added catalan numbers

github.com/cp-algorithms/cp-algorithms - baf3e2027ede5251ad1db8de26217f8d4781f36f authored over 8 years ago
Merge pull request #103 from ondrahb/patch-2

Minor corrections in Floyd-Warshall article, changed link at index.md

github.com/cp-algorithms/cp-algorithms - ad7c5bdb7151f231b2abc1b50614883797f2ada8 authored over 8 years ago
update index (shortests -> shortest)

github.com/cp-algorithms/cp-algorithms - 6c8fe50501acc6eed06277c89040d735d0b89a27 authored over 8 years ago
some minor changes to floyd warshall

github.com/cp-algorithms/cp-algorithms - 1fb42db313b8c8af27a2b126231e8f16226c8ae7 authored over 8 years ago
Update oriented-triangle-area.md

github.com/cp-algorithms/cp-algorithms - 1f84f12560c593717e3136983f5b5b5d62fc3d98 authored over 8 years ago
Add Oriented Area article (#79)

github.com/cp-algorithms/cp-algorithms - db88421837c485eae1a05144bde1ecf35d87837f authored over 8 years ago
Added a practice problem for Fenwick Tree

github.com/cp-algorithms/cp-algorithms - b70f44a5444f0922815b3173e64e9487bbeaed52 authored over 8 years ago
Update topological-sort.md

Add classic practice problem for topological sorting

github.com/cp-algorithms/cp-algorithms - d8d2f7587b3bc87dc77e819f05c004ed2da181a3 authored over 8 years ago
Link to Pick's theorem

github.com/cp-algorithms/cp-algorithms - a7def46674dbea27cfc959cc42b0ae6873c3d00c authored over 8 years ago
Merge pull request #98 from praran26/master

Added Pick's theorem

github.com/cp-algorithms/cp-algorithms - 040a20b5509fca0763991f1240207393e83532fb authored over 8 years ago
Merge pull request #97 from shark-S/pr3

added c++ code for binary exponent.

github.com/cp-algorithms/cp-algorithms - 42cd19f9facd12889f06b168b72af62f82e932dd authored over 8 years ago
Merge pull request #99 from code-master5/master

Fixed Typos and Mathjax in Floyd-Warshall

github.com/cp-algorithms/cp-algorithms - 33fa86b4b194c03c3560093c2ea64faccda1fbd5 authored over 8 years ago
Fixed Typos and Mathjax

github.com/cp-algorithms/cp-algorithms - 9d50285fa3690a4d6443aaa21353de43f566e3e0 authored over 8 years ago
Fix typo in problem title

github.com/cp-algorithms/cp-algorithms - 4827d4d1f855871439fcf8d739f6f1ad1bf90195 authored over 8 years ago
Add practice problems for DFS from Timus (#90)

github.com/cp-algorithms/cp-algorithms - b29d708ba09b0fc87fe9137e8012fd771fecaed2 authored over 8 years ago
Added Pick's theorem

github.com/cp-algorithms/cp-algorithms - 9ffb5ee2a60e8eb1ac14050a684f4d54b40597d9 authored over 8 years ago
added c++ code for binary exponent

github.com/cp-algorithms/cp-algorithms - 5388ca32428568a1c9ce3c9334a238f49a19d5ca authored over 8 years ago
Merge pull request #96 from e-maxx-eng/RodionGork-mst-patch

Links and improvements for MST articles

github.com/cp-algorithms/cp-algorithms - 2ad63a731aca02533ec30df7a206e757a9132fa9 authored over 8 years ago
Update mst_kruskal.md

github.com/cp-algorithms/cp-algorithms - 6346babb6c793d6da16dc035f0d4182cbb56d6eb authored over 8 years ago
Update mst_kruskal_with_dsu.md

github.com/cp-algorithms/cp-algorithms - 99922d82a3dd8566b81e990d50e4063f0fa23cb5 authored over 8 years ago
Update mst_kruskal_with_dsu.md

github.com/cp-algorithms/cp-algorithms - ae26e10135e2b0bbfaaeda1d2377a7f7826d8c88 authored over 8 years ago
Merge pull request #95 from code-master5/mst_kruskal_dsu

Corrected Formatting MST Kruskal DSU O(MlogN)

github.com/cp-algorithms/cp-algorithms - feb503f4dcba6af72165e9b890b722d951b04a8c authored over 8 years ago
Merge pull request #88 from code-master5/mst_kruskal

Corrected Formatting MST Kruskal O(MlogN+N^2)

github.com/cp-algorithms/cp-algorithms - 06f1795fd5afed134486b2bc40c21c96e4e82773 authored over 8 years ago
Merge pull request #80 from ondrahb/patch-1

Typographic and spelling improvements in the Gauss-Jordan article

github.com/cp-algorithms/cp-algorithms - 66e2cfb32673c2ba562088fa5f6bb84749ab081f authored over 8 years ago
MST Kruskal DSU O(MlogN)

github.com/cp-algorithms/cp-algorithms - 4b29c458427487a3acab2ba47b82b86a09b05f88 authored over 8 years ago
Update Submask Enumeration practice problems (#84)

github.com/cp-algorithms/cp-algorithms - b00897e5ea70d9e9b846661b51b7e5c6560e3d06 authored over 8 years ago
Add practice problems for Modular Inverse (#82)

github.com/cp-algorithms/cp-algorithms - be01331b959da45f71a4d9c0c9e4417058d6819b authored over 8 years ago
Added catalan numbers

github.com/cp-algorithms/cp-algorithms - aeeaa122a8bb86c3312ce1f1d8a6694207ca62e4 authored over 8 years ago
Minor improvements to dijkstra

github.com/cp-algorithms/cp-algorithms - 47dc15fb226f1ec70cd1b2a9f986ce43e811d573 authored over 8 years ago
Link to Dijkstra article

github.com/cp-algorithms/cp-algorithms - 741308344bcd49ac91cfe3b45f28862da916e856 authored over 8 years ago
Merge pull request #78 from code-master5/dijkstra

Translated Dijkstra single source shortest path

github.com/cp-algorithms/cp-algorithms - 14bb5174a648b917bb0f33a530990aac67f8d44e authored over 8 years ago
Removed links to poorly formatted articles

github.com/cp-algorithms/cp-algorithms - 4444c501f2e37146f54ddf7d8be94ac6d88ce12a authored over 8 years ago
Merge pull request #87 from e-maxx-eng/revert-72-mst_kruskal

Revert "Translated Kruskal O(M log N + N^2)"

github.com/cp-algorithms/cp-algorithms - d2f5ae1425fe8a8d94cd4ff28a324ef6c4d8ff5c authored over 8 years ago
Revert "Translated Kruskal O(M log N + N^2)"

github.com/cp-algorithms/cp-algorithms - 28c33d8115914106db9fb8d7ad576ab828c4d2f8 authored over 8 years ago
Merge pull request #86 from e-maxx-eng/revert-73-mst_kruskal_dsu

Revert "Translated MST Kruskal DSU O(M log N)"

github.com/cp-algorithms/cp-algorithms - 1916216808896f354a155e1efb13c9f01aab0d51 authored over 8 years ago
Revert "Translated MST Kruskal DSU O(M log N)"

github.com/cp-algorithms/cp-algorithms - ba1330d57e23b107d0f5b9b44231a2d8857831ab authored over 8 years ago
Links to two articles on MST

github.com/cp-algorithms/cp-algorithms - fd49cc326546fe397c02ab20f1b36e9caf1ece59 authored over 8 years ago
Merge pull request #72 from code-master5/mst_kruskal

Translated Kruskal O(M log N + N^2)

github.com/cp-algorithms/cp-algorithms - d8987ca5e4fcf7c3ec19d996a0db285aa3cce993 authored over 8 years ago
Merge pull request #73 from code-master5/mst_kruskal_dsu

Translated MST Kruskal DSU O(M log N)

github.com/cp-algorithms/cp-algorithms - 0aba39e338d6126423688f72f0217aafc419b656 authored over 8 years ago
Add practice problems for Kirchhoff theorem and Floyd-Warhsall Algorithm (#77)

github.com/cp-algorithms/cp-algorithms - 3a1cadb5930ae7d3d83a93b2cdf7c593c1958673 authored over 8 years ago
Update binomial-coefficients.md

github.com/cp-algorithms/cp-algorithms - 0f20a70701983adddd39611e92290d46742883c1 authored over 8 years ago
Add Binomial Coefficients article (#75)

github.com/cp-algorithms/cp-algorithms - a7f6923a92cc404ea49430a97889fee4c092de1f authored over 8 years ago
Add practice problems for Submask Enumeration (#81)

github.com/cp-algorithms/cp-algorithms - 8ddc1297963c361efc2783937eba5a0268e401b0 authored over 8 years ago
Typographic and spelling improvements in the Gauss-Jordan article

github.com/cp-algorithms/cp-algorithms - c62182bed1f1bfd3ca7df9f045ccfcc9e463f8a4 authored over 8 years ago
Update discrete-log.md

github.com/cp-algorithms/cp-algorithms - 106c7e9dbc1a32874b2aadfe3f07a1a756f447dd authored over 8 years ago
Clean up modular inverse

* Fix broken link
* Fix multiplication in formulas
* Fix capitalization

github.com/cp-algorithms/cp-algorithms - 4f02d675fc5ad2aea7b9d05bcb3d9521d3a67d9f authored over 8 years ago
Delete link to Rabin-Karp v2

github.com/cp-algorithms/cp-algorithms - 82b5ef5593762db721573f7586e0e985a1d725dc authored over 8 years ago
Delete rabin-karp-algorithm.md

This article duplicates rabin-karp.md

github.com/cp-algorithms/cp-algorithms - 76b6aaac174024f57c5303c18a9698305f8605bc authored over 8 years ago
Clean up Finding negative cycle in a graph article

github.com/cp-algorithms/cp-algorithms - 15cb3b7456a396c3bf3f6e8c7117a9e07eb0de75 authored over 8 years ago
Added practice problems for kirchhoff-theorem and floyd-warshall

github.com/cp-algorithms/cp-algorithms - 6626a82519421e8291a0127ad160a69764e3cbb6 authored over 8 years ago
Add practice problems for LCA, connected components and negative cycle in graph. (#74)

github.com/cp-algorithms/cp-algorithms - 88f8ac07fa3bd8f790c8672dc93c970f415c3c28 authored over 8 years ago
updated require changes

github.com/cp-algorithms/cp-algorithms - bb4ed0b82b14035863300fade093ee0b48d45890 authored over 8 years ago
Added practicle problems for Finding a negative cycle in the graph.

github.com/cp-algorithms/cp-algorithms - 16c5e9c56c722602418e0334396eba970f0a7915 authored over 8 years ago
Added practicle problems for search for CC.

Added practicle problems for search-for-connected-components. Problem are in increasing order of...

github.com/cp-algorithms/cp-algorithms - 63f2f24261ec7039df1013cb76c3e9b7beda8ed6 authored over 8 years ago
Added practicle problems for LCA.

github.com/cp-algorithms/cp-algorithms - ed9bc49b2ffba60ce1aa6ee92548578bab0b7541 authored over 8 years ago
Translated MST Kruskal DSU O(M log N)

github.com/cp-algorithms/cp-algorithms - b4b7c25e7625ee2d4282714566a0ca36999146a6 authored over 8 years ago
Translated Kruskal without DSU

github.com/cp-algorithms/cp-algorithms - b9aa96db200c27a086ef09e2197d48afa87ecb72 authored over 8 years ago
Fix index in String Hashing code (#65)

github.com/cp-algorithms/cp-algorithms - 55ee077b689dda541341c60361b86391f5984c92 authored over 8 years ago
Merge pull request #69 from ErzhanDS/patch-2

Link to K-th order statistic in index

github.com/cp-algorithms/cp-algorithms - 0c07f9bad2ecdd7b0aed319c30f695512a561925 authored over 8 years ago
Merge pull request #70 from ErzhanDS/patch-3

Translated K-th order statistic in O(N)

github.com/cp-algorithms/cp-algorithms - a2f18aa9b65e95ef2bc275fdcdcc17d4b84d2f23 authored over 8 years ago
Merge pull request #67 from gabrielsimoes/inclusionexclusion

Add translation for inclusion-exclusion

github.com/cp-algorithms/cp-algorithms - 1c9ad388f746e258e52b6950e44543c0ee403bff authored over 8 years ago
Added title to search for conn.components

github.com/cp-algorithms/cp-algorithms - 3938c36ca2838deddc351cbc180440beff07559f authored over 8 years ago
Merge pull request #64 from anthony-huang/lca

Add translation for LCA

github.com/cp-algorithms/cp-algorithms - 8208a20242ebf5c4b8b300d55896a5d743dca69e authored over 8 years ago
Merging article about Gray Code

github.com/cp-algorithms/cp-algorithms - 21bdf2628d97b5059991e319662efb397b98ff4b authored over 8 years ago
Fix minor conflict in index

github.com/cp-algorithms/cp-algorithms - efeb8328aadd2f824e981802036fd64a8a977e0b authored over 8 years ago
Merge pull request #58 from mukeshkharita/master

Improvement for Rabin Karp Algorithm

github.com/cp-algorithms/cp-algorithms - 75d0b26482cdee6fbe4c045e9db573c5d79b57c6 authored over 8 years ago
Added link to submask enumeration page

github.com/cp-algorithms/cp-algorithms - 1666d71cce269a406e4f02b7006fcc366eb734f8 authored over 8 years ago
Merge pull request #41 from ffao/all-submasks

Translate submask enumeration

github.com/cp-algorithms/cp-algorithms - 745926e9e1e1f4831e25f6237fea97af624bd4e6 authored over 8 years ago
Added link to search for connected components page

github.com/cp-algorithms/cp-algorithms - 4b2e9012cf7cc2b31611209ffe36224ace543ec5 authored over 8 years ago
Merge pull request #48 from saurabh0402/master

Translate search for connected components

github.com/cp-algorithms/cp-algorithms - 5b0880e941112c7c97541b49c6683f5174724f7e authored over 8 years ago
Added K-th order statistic in O(N)

github.com/cp-algorithms/cp-algorithms - e93a45a91492a89e6c84d9927a140e10b9db5147 authored over 8 years ago
Add translation for inclusion-exclusion

github.com/cp-algorithms/cp-algorithms - a9850b5693da43d46be8e77735dd6c888147bf57 authored over 8 years ago
Add translation for LCA

github.com/cp-algorithms/cp-algorithms - 44d166726d9f58bb8cbc4a8f3d34b5afb8ac1762 authored over 8 years ago
Minor improvements to graph articles

github.com/cp-algorithms/cp-algorithms - 6d959632a43176932e890346d3651e900bdd6b63 authored over 8 years ago
Merge pull request #60 from code-master5/floyd

Translated Floyd-Warshall

github.com/cp-algorithms/cp-algorithms - 7684b48875ad5b6fdf3869d487294452c5d5b517 authored over 8 years ago
Updated authorship paragraph in contrib manual

github.com/cp-algorithms/cp-algorithms - a474a6daedffbe0cd926a48d2272733848dd9aa4 authored over 8 years ago