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 Hare n Tortoise algorithm under data structures

github.com/cp-algorithms/cp-algorithms - 271a56bf9117476923dae354cf7e93661f5b2121 authored over 1 year ago
Update bit-manipulation.md (Fix Typo)

"enought" -> "enough"

github.com/cp-algorithms/cp-algorithms - 35eb407d9c2ada7abab257bc2d1f6ad83a27a67f authored over 1 year ago
Merge pull request #1140 from mehrdad3301/patch-1

fix: fix small grammar

github.com/cp-algorithms/cp-algorithms - 62f1f16c4bcb2cefbf701655783bc4054d023c12 authored over 1 year ago
Update suffix-automaton.md, adds practice problems

github.com/cp-algorithms/cp-algorithms - 181fce0efeb863312845ef158da5f06fc6144c45 authored over 1 year ago
fix: fix small grammar

github.com/cp-algorithms/cp-algorithms - 3fe9c7053c59f119369646f99f0c59e05d1a183e authored over 1 year ago
Merge pull request #1127 from md-shamim-ahmad/patch-1

Update divisors.md

github.com/cp-algorithms/cp-algorithms - 15ff2e9007b2a23ef21d0829abe4dd74f27ef61a authored over 1 year ago
Merge pull request #1136 from TrietMinh799/master

Update sieve of eratosthenes article

github.com/cp-algorithms/cp-algorithms - e15ddf4b10bc0934ff165de7889e16a9273593c8 authored over 1 year ago
Update point-in-convex-polygon.md, fix cross product 0 check and `prepair` typo

github.com/cp-algorithms/cp-algorithms - b021708cad4194f3c7a6248ff22721b2982df1a8 authored over 1 year ago
Merge branch 'cp-algorithms:master' into patch-1

github.com/cp-algorithms/cp-algorithms - 6f79dcbcabfe6df93cf5502ddd21d9313efb4867 authored over 1 year ago
Merge pull request #1 from TrietMinh799/TrietMinh799-patch-1

Update sieve-of-eratosthenes.md

github.com/cp-algorithms/cp-algorithms - ed139a0dde888f6acde6238334dfcc416e0f6ad1 authored over 1 year ago
Update sieve-of-eratosthenes.md

I add 2 problems from leetcode to this article.

github.com/cp-algorithms/cp-algorithms - 8645e70baed217d189276c96a6066edbe8534c93 authored over 1 year ago
Add more problems to sieve of eratosthenes article

github.com/cp-algorithms/cp-algorithms - db1381b7c40b66620a6a9b98408742cda2cf2297 authored over 1 year ago
Merge pull request #1135 from Tagl/string-hashing-kattis-problem

Add String Hashing on Kattis as a Practice Problem

github.com/cp-algorithms/cp-algorithms - a3fcdf76df13fba8c8d5078cf90a255a2e6bcb8f authored over 1 year ago
Add String Hashing on Kattis as a Practice Problem

github.com/cp-algorithms/cp-algorithms - 890ea70e4af68f8efb7f69818c270b0397abf2f3 authored over 1 year ago
Merge pull request #1120 from SYury/planar

Translation: finding faces of a planar graph

github.com/cp-algorithms/cp-algorithms - bb7f9e18f05113869f50a41260d4b592643b2c90 authored over 1 year ago
Merge pull request #1126 from NikitaVoitik/patch-2

Fix typo in catalan-numbers.md

github.com/cp-algorithms/cp-algorithms - ef7ae6a334efc0f6a583e5c8204464d41993984d authored over 1 year ago
Update catalan-numbers.md

github.com/cp-algorithms/cp-algorithms - e169a6f647f6b73f0605d535f9350b3792d3bd5c authored over 1 year ago
Merge pull request #1134 from harshit-jain52/master

Update prefix-function.md

github.com/cp-algorithms/cp-algorithms - 4b8d24f2ef93bed6152f87c60aba1a6db6bf38c8 authored over 1 year ago
Merge pull request #1 from harshit-jain52/harshit-jain52-patch-1

Update prefix-function.md

github.com/cp-algorithms/cp-algorithms - f0842b2666090711e8bd3b25b54d675b4b4d5a37 authored over 1 year ago
Update prefix-function.md

github.com/cp-algorithms/cp-algorithms - 0e950f842e74be1d9e0ba2ef9bc656a3dc8d0dd7 authored over 1 year ago
Merge pull request #1128 from hieplpvip/fix-typos

Fix typos

github.com/cp-algorithms/cp-algorithms - 35d2a26434a44d57fcc482159875f126e5e67bc0 authored over 1 year ago
fix old link and rename variables

github.com/cp-algorithms/cp-algorithms - 4cb485b78d04bab46c1c2458af792d616430d783 authored over 1 year ago
Merge pull request #1129 from mlangc/patch-1

Clarify preconditions when calculating multiplicative inverses

github.com/cp-algorithms/cp-algorithms - 4cef3f152c88a9531056b80b9edac4d2911b1969 authored over 1 year ago
Merge pull request #1130 from PirateOfAndaman/master

Added comma for readability

github.com/cp-algorithms/cp-algorithms - bd11c069a7b9b55dd1e390f55f25acc259e4cbba authored over 1 year ago
more sprague-grundy practice problems

github.com/cp-algorithms/cp-algorithms - 60fa701e5951ef4477b198d7b1e7bb59abf9638f authored over 1 year ago
Merge pull request #1132 from iagorrr/iagorrr-patch-1

Adds practice problems to Sprague-Grundy theorem. Nim

github.com/cp-algorithms/cp-algorithms - 81b5c4972432b022ff5d212544a08a2422d95974 authored over 1 year ago
Adds practice problems to Sprague-Grundy theorem. Nim

Adds 3 exercises in this topic in ascending order of their difficulty.

github.com/cp-algorithms/cp-algorithms - 059a101a75450e2bca72ba160845575dff983c2f authored over 1 year ago
Merge pull request #1 from PirateOfAndaman/PirateOfAndaman-patch-1

Update dijkstra.md

github.com/cp-algorithms/cp-algorithms - 5f342d312f2f586fc44f7758eb5a6f56255af633 authored over 1 year ago
Update dijkstra.md

added a comma to improve readability

github.com/cp-algorithms/cp-algorithms - 08cc8a624ee78ba98301c6a842796db87223d684 authored over 1 year ago
Clarify preconditions when calculating multiplicative inverses

github.com/cp-algorithms/cp-algorithms - 8a78e7dcbefd51b69ea4827afe305cd466521077 authored over 1 year ago
Fix typo in catalan-numbers.md

github.com/cp-algorithms/cp-algorithms - 43d93af0f35201fad545d45bb28e33f7e2f3ab8d authored over 1 year ago
Update polynomial.md

typo in indices

github.com/cp-algorithms/cp-algorithms - b8c085161973011ede4b3b09da5483036b121a29 authored over 1 year ago
Update kuhn_maximum_bipartite_matching.md

Two important terms are defined: maximal and maximum matching. The formulation of the Beurge's l...

github.com/cp-algorithms/cp-algorithms - 36de2cc200db292eebeecf7ffd066d845eae6fb0 authored over 1 year ago
Update lca_binary_lifting.md

The question I added, can also be solved using LCA concept, so I wanted to share,

github.com/cp-algorithms/cp-algorithms - 2c9e1c01c9de585d0c7283f93eae767d1431db60 authored over 1 year ago
modified newton's method for finding roots

github.com/cp-algorithms/cp-algorithms - ca07bb0b5e7872289ec7750efa004a2bd9203625 authored over 1 year ago
modified newton's method for finding roots

github.com/cp-algorithms/cp-algorithms - 59a86609e3c885aa3c56f51a0e770e24eb78bcb6 authored over 1 year ago
modified newton's method for finding roots

github.com/cp-algorithms/cp-algorithms - d9314dbd8fa105aeffc848684b7080d61dda8be6 authored over 1 year ago
modified newton's method for finding roots

github.com/cp-algorithms/cp-algorithms - e27e8dff4acc5bc10c228fa6adffc9ea8eb7b3d2 authored over 1 year ago
modified newton's method for finding roots

github.com/cp-algorithms/cp-algorithms - 95e82d487853d51b552fc47e90f8e7698bf4aaef authored over 1 year ago
modified newton's method for finding roots

github.com/cp-algorithms/cp-algorithms - 68b3a6317f49994c81c4e43a5c420dc6e52f0614 authored over 1 year ago
Update divide-and-conquer-dp.md

typo, quadrangle was spelled "qudrangle"

github.com/cp-algorithms/cp-algorithms - d7a84e8c57c871358d3d1c1a340eabb07a147ab3 authored over 1 year ago
Update link to use HTTPS

github.com/cp-algorithms/cp-algorithms - 61d8edb8a7e1a6c4e9478754625cc082d70888f4 authored over 1 year ago
added building graph from segments

github.com/cp-algorithms/cp-algorithms - 60acd9b5b5106825a799c7f2b5b23c7767e44033 authored over 1 year ago
Added an article on planar graph faces

github.com/cp-algorithms/cp-algorithms - c469486cfa6907927ad31769634742d233e6cb37 authored over 1 year ago
Update suffix-automaton.md

github.com/cp-algorithms/cp-algorithms - c098d8286bc3e78ab5294e4dfbf2395c6c1b2135 authored over 1 year ago
Update module-inverse.md

github.com/cp-algorithms/cp-algorithms - e8d009b0072e9afa12c269685f175207dce222fd authored over 1 year ago
Fix typo in module-inverse.md

github.com/cp-algorithms/cp-algorithms - 99abc99816d86882da49c3127059801d41daa2eb authored over 1 year ago
updated the implementation for zero length edges

github.com/cp-algorithms/cp-algorithms - 4913931e523abc0c4b23c743250ec77741c100c3 authored over 1 year ago
Update bit-manipulation.md

Amended the description of "check is a bit is set" for better understanding and fixed some typo ...

github.com/cp-algorithms/cp-algorithms - dacf24fcc887da9704a99a1d484b3fd749d743fa authored over 1 year ago
Update convex-hull.md

Clarify tie-breaking for points with same polar angle

github.com/cp-algorithms/cp-algorithms - cbb0a52a4712cacea6f4d2abd75afb22a3d52a4c authored over 1 year ago
Added two practice problems

github.com/cp-algorithms/cp-algorithms - eb930c675417fb25fe4cb77c9d940cf86fbee75d authored over 1 year ago
update link to tex-mml-chtml.js

github.com/cp-algorithms/cp-algorithms - 8e5edffa3147063824990a8b8e631b55c908ff73 authored over 1 year ago
rss icon in the header

github.com/cp-algorithms/cp-algorithms - 1d95a7fb183bdefd4316792614a2b53c8a200dcc authored over 1 year ago
add RSS icon and link

github.com/cp-algorithms/cp-algorithms - 8f36c4a0477782e7b7313355bf9cf1109f8e7426 authored over 1 year ago
fixing divs and links

github.com/cp-algorithms/cp-algorithms - fa3a07774b49024b98f0b0c65049ef003aa56c6c authored over 1 year ago
Update install-mkdocs.sh

install mkdocs plugin

github.com/cp-algorithms/cp-algorithms - 2638b5b3dd259f65befde13a3fa3c93b554b4429 authored over 1 year ago
no need for RSS in social anymore

github.com/cp-algorithms/cp-algorithms - 32f97c4a5701146469b53266de0a45f8bb848c04 authored over 1 year ago
Add the missing space

github.com/cp-algorithms/cp-algorithms - 5b8f602cb5dcdc6e257d8f485f6cc2486e57d054 authored over 1 year ago
Merge pull request #1099 from Electron1997/patch-1

Added problems to binary-exp.md

github.com/cp-algorithms/cp-algorithms - 84290f7e0d0109ce8fa6212d50eeceab9cc42b57 authored over 1 year ago
Merge pull request #1101 from SiddharthEEE/patch-5

Added 2 practice problems

github.com/cp-algorithms/cp-algorithms - c269eaed3abed25f9009bf74d012de6bef5f6f74 authored over 1 year ago
Added 2 practice problems

github.com/cp-algorithms/cp-algorithms - be77729fc85dc76dbfdf68f7961d2cabb6508a80 authored over 1 year ago
Added problems to binary-exp.md

Added a few matrix exponentiation Codeforces problems, roughly sorted all the problems according...

github.com/cp-algorithms/cp-algorithms - 7b25bc1cb69343f4920954891a6a11aaef90774b authored over 1 year ago
Updated Problem list binary_search.md

Added a new Problem.

github.com/cp-algorithms/cp-algorithms - e1712a4e7069b224a2385999d09a5328d22fe1f5 authored over 1 year ago
Merge pull request #1091 from scion03/master

Fixed Typo in segment_tree.md

github.com/cp-algorithms/cp-algorithms - f9b38396e910f8cf9a1be1c5181f1cdb99edf7b5 authored over 1 year ago
Fixed Typo in segment_tree.md

github.com/cp-algorithms/cp-algorithms - 7a24c816d12eeeb4f4938c6cdf9ce4172c9336c1 authored over 1 year ago
Merge pull request #1088 from huggin/fix_zfunction

fix z_function

github.com/cp-algorithms/cp-algorithms - e9db0522365b04dac5cd6ac7d9a249bb628470b0 authored over 1 year ago
Merge pull request #1089 from Akash-Nayar/patch-2

Update bit-manipulation.md (Fix Typo)

github.com/cp-algorithms/cp-algorithms - 9e46e3aaafcfbce4f402eb2d99bd136cec7a4f78 authored over 1 year ago
Merge pull request #1090 from vedant-z/patch-1

Update search-for-connected-components.md

github.com/cp-algorithms/cp-algorithms - 990a0baea43cf3944a5451b5f763fdf1a9e7d63b authored over 1 year ago
Update search-for-connected-components.md

github.com/cp-algorithms/cp-algorithms - 4901d15a58f18cd1ddeb419cdfbe8a983bac06b1 authored over 1 year ago
Update bit-manipulation.md (Fix Typo)

"enought" -> "enough"

github.com/cp-algorithms/cp-algorithms - 66d2ce2966f1014e513d03c27b2d3a1aa97390e2 authored over 1 year ago
Merge pull request #1082 from mhayter/patch-5

Quick edit + Resolved issue #924.

github.com/cp-algorithms/cp-algorithms - e291a7e023a691c64a31123275fb2314cfad46f3 authored over 1 year ago
Merge pull request #1083 from GlowCheese/patch-1

Update suffix-array.md

github.com/cp-algorithms/cp-algorithms - e9b906f5e562f2a822f877e1419312be4fec2a32 authored over 1 year ago