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

Small fix for minkowski sum implementation bug for zero length edges

Mychecksdead opened this pull request over 1 year ago
Remove MathJax and add KaTeX for faster loading of mathematical stuffs

BikramHalder opened this pull request over 1 year ago
Two practice problems for bars-and-stars

Electron1997 opened this pull request over 1 year ago
Mathematical equations don't render

Omar-Ayman10 opened this issue over 1 year ago
Add newsletter plugin

adamant-pwn opened this pull request over 1 year ago
Adding RSS plugin

adamant-pwn opened this pull request over 1 year ago
Add the missing space

beingnoble03 opened this pull request over 1 year ago
Problem on article "Sqrt Decomposition"

MiinaMagdy opened this issue over 1 year ago
Problem in "Prefix function. Knuth–Morris–Pratt algorithm"

Salah2Eddin opened this issue over 1 year ago
Added 2 practice problems

SiddharthEEE opened this pull request over 1 year ago
Add RSS feed

ambroisie opened this issue over 1 year ago
Added problems to binary-exp.md

Electron1997 opened this pull request over 1 year ago
Update kuhn_maximum_bipartite_matching.md

RomanSteinberg opened this pull request over 1 year ago
Update binary_search.md

RomanSteinberg opened this pull request over 1 year ago
A little bug on minkowski sum implementation

Mychecksdead opened this issue over 1 year ago
Updated Problem's list of binary_search.md

YashNuhash opened this pull request over 1 year ago
Longest increasing subsequence

devashishRaj opened this issue over 1 year ago
Mathematical equations don't render for users from Egypt

joue-zero opened this issue over 1 year ago
Problem on article "Fenwick Tree"

joue-zero opened this issue over 1 year ago
Fixed Typo in segment_tree.md

scion03 opened this pull request over 1 year ago
Update search-for-connected-components.md

vedant-z opened this pull request over 1 year ago
Update bit-manipulation.md (Fix Typo)

Akash-Nayar opened this pull request over 1 year ago
fix z_function

huggin opened this pull request over 1 year ago
Improve Time Complexity for MCF and Assignment Problem

bqi343 opened this issue over 1 year ago
Update phi-function.md

Animmah opened this pull request over 1 year ago
new article on the square and multiply algorithm

bharg4vi opened this issue over 1 year ago
fix disjoint set union article typo

cameroncuster opened this pull request over 1 year ago
Update suffix-array.md

GlowCheese opened this pull request over 1 year ago
Quick edit + Resolved issue #924.

mhayter opened this pull request over 1 year ago
Display issue (spaces vs tabs) with z_function

mhayter opened this pull request over 1 year ago
than —> then (balanced bracket sequences, balance validation)

3centroids opened this pull request over 1 year ago
Update divisors.md

iAngkur opened this pull request over 1 year ago
change set to unordered_set making distinct substrings O(n^2)

mhayter opened this pull request over 1 year ago
Typo: "Module Operator" -> "Modulo Operator"

snymm2 opened this pull request over 1 year ago
Integers less than 2 (especially 1) are not prime.

mhayter opened this pull request over 1 year ago
Problem on article "Balanced Ternary"

SuperSat001 opened this issue over 1 year ago
Change "number of ... bit" to "index of ... bit"

JustAnAverageGuy opened this pull request over 1 year ago
added congruence symbol to linear_congruence_equation

sundaram123krishnan opened this pull request over 1 year ago
Update z-function.md

km6102 opened this pull request almost 2 years ago
Rename "implicit" to "dynamic" segment tree

wikku opened this pull request almost 2 years ago
Aho-Corasick changes

wikku opened this pull request almost 2 years ago
Problem on article "Linear Congruence Equation"

TheMrAI opened this issue almost 2 years ago
typo

gvnee opened this pull request almost 2 years ago
Time complexity for fraction-search-algorithm

Aeren1564 opened this issue almost 2 years ago
Add Ons

codeminem opened this pull request almost 2 years ago
Create bit-manipulation.md

CarlosJavier4 opened this pull request almost 2 years ago
Update navigation.md

CarlosJavier4 opened this pull request almost 2 years ago
Update phi-function.html

anuragdw710 opened this pull request almost 2 years ago
Update and rename all-submasks.md to bit manipulation.md

CarlosJavier4 opened this pull request almost 2 years ago
Change .length to .len as suffix automaton struct uses .len attribute

mhayter opened this pull request almost 2 years ago
Update catalan-numbers.md

deji725 opened this pull request almost 2 years ago
Update main_lorentz.md

deji725 opened this pull request almost 2 years ago
Update binomial-coefficients.md

deji725 opened this pull request almost 2 years ago
Update inclusion-exclusion.md

SiddharthEEE opened this pull request almost 2 years ago
Update binomial-coefficients.md

SiddharthEEE opened this pull request almost 2 years ago
Update phi-function.md

SiddharthEEE opened this pull request almost 2 years ago
Fix wrong variable names in connected components

nhuhoang0701 opened this pull request almost 2 years ago
Update sparse-table.md

SiddharthEEE opened this pull request almost 2 years ago
added some Codeforces Fibonacci Problems

Md-Shamim-Ahmmed opened this pull request almost 2 years ago
Suffix Array Linear Time Construction

sam20908 opened this issue almost 2 years ago
add LightOJ - Number Sequence

Md-Shamim-Ahmmed opened this pull request almost 2 years ago
Information gap in suffix array article

bruisedsamurai opened this issue almost 2 years ago
Inconsistent inequality in segment_tree.md

DevChoganwala opened this pull request almost 2 years ago
wrote iterative implementation for the dfs code

pratikkumar399 opened this pull request almost 2 years ago
Update fibonacci-numbers.md

Md-Shamim-Ahmmed opened this pull request almost 2 years ago
Fix link in binary-exp page

PAndaContron opened this pull request almost 2 years ago
[FenwickTree] Constructor enhancement

defrager opened this issue almost 2 years ago
Update topological-sort.md

iAngkur opened this pull request almost 2 years ago
Article for Count Sort

bruisedsamurai opened this issue almost 2 years ago
fix typo for graph/bipartite-check.md

prompt-07 opened this pull request almost 2 years ago
Update prime-sieve-linear.md

Akash-Nayar opened this pull request almost 2 years ago
Replace Unicode hair spaces in Garner’s Algorithm with regular spaces

GilgameshxZero opened this pull request almost 2 years ago
Fixes typo in DSU article

ankushkhanna1998 opened this pull request almost 2 years ago
Typo in contents section for DSU article

ankushkhanna1998 opened this issue almost 2 years ago
Link homogeneous coordinates

jxu opened this pull request almost 2 years ago
Arbitrary-Precision Arithmetic base

jxu opened this issue almost 2 years ago
Update binary_search.md

iAngkur opened this pull request almost 2 years ago
Binary Exponentiation: large exponent mod phi

jxu opened this issue almost 2 years ago
Update link for Practice Problem - Ordering Tasks

wttc-nitr opened this pull request almost 2 years ago
Cite Legendre's Formula (#1019)

jxu opened this pull request almost 2 years ago
Cite Legendre's Formula (#1019)

jxu opened this pull request almost 2 years ago
Dynamic Programming Overview article

jxu opened this issue almost 2 years ago
Dynamic Programming Overview article

jxu opened this issue almost 2 years ago
Update phi-function.md

iAngkur opened this pull request almost 2 years ago
Update module-inverse.md

iAngkur opened this pull request almost 2 years ago
Pollard's p-1 method gcd(a^M - 1, n)

bundeskanzler114 opened this issue almost 2 years ago
Explanation of B-powersmooth numbers slightly ambiguous

bundeskanzler114 opened this issue almost 2 years ago
Update convex-hull.md

Spheniscine opened this pull request almost 2 years ago
Update fibonacci-numbers.md

CarlosJavier4 opened this pull request almost 2 years ago
Update breadth-first-search.md

BemwaMalak opened this pull request almost 2 years ago
"Stars and bars" Upper-bounded variables

jxu opened this issue almost 2 years ago
"Stars and bars" Upper-bounded variables

jxu opened this issue almost 2 years ago
"Finding Power of Factorial Divisor": Cite Legendre's formula

jxu opened this issue almost 2 years ago
Link extended Euclidean algorithm to site article

jxu opened this pull request almost 2 years ago
Chinese Remainder Theorem solutions

jxu opened this pull request almost 2 years ago
Binomial coefficient from previous related coefficient

jxu opened this issue almost 2 years ago
Update euler_path.md

sohaibuddinsyed opened this pull request almost 2 years ago