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

Update fenwick.md

arjunUpatel opened this pull request 4 days ago
Update current year in mkdocs.yml

hiendevt opened this pull request 5 days ago
Fix sentence structure in fft.md

TZProgrammer opened this pull request 5 days ago
Problem on article Delaunay triangulation and Voronoi diagram

jeremykvlim opened this issue 8 days ago
A little spell check that's it

Harpreet287 opened this pull request 11 days ago
Update intro-to-dp.md

tj91 opened this pull request 17 days ago
Fix typos in binary_search.md, bit-manipulation.md

konstantinosalatzas opened this pull request 21 days ago
Update sqrt_decomposition.md

ypratik817 opened this pull request 21 days ago
Update cutpoints.md

Naman-Vaishnav opened this pull request about 1 month ago
Remove . or add 0 in the preview/requirement.txt file

Ishanbhatia98 opened this issue about 1 month ago
Update euler_path.md

Havmaagen opened this pull request about 1 month ago
Update divisors.md

essaissa opened this pull request about 1 month ago
Update edge_vertex_connectivity.md

toluwalase104 opened this pull request about 1 month ago
Fix small grammar errors in topological-sort.md

DairyQueenXD opened this pull request about 2 months ago
Added failing test

hazzlerr opened this pull request about 2 months ago
Latex '$' issue with Josephus Problem

tashviks opened this issue about 2 months ago
Bug in the face order check

hazzlerr opened this pull request about 2 months ago
Manacher's algorithm inconsistency

yuuurchyk opened this pull request about 2 months ago
Much simpler range sum operation

Stillswarm opened this pull request about 2 months ago
Fixed spelling mistake in suffix-automaton.md

AtharvaThorve opened this pull request 2 months ago
Binary Search Article Typo

amanbadone opened this issue 2 months ago
Update fft.md: The IFFT values should be divided by n instead of 2

SethuramS opened this pull request 2 months ago
GH-1005: Pell's equation

Bhaskar1312 opened this pull request 2 months ago
Randomized O(n) Closest pair of points

izanbf1803 opened this issue 2 months ago
Create voteAlgo

danshika42 opened this pull request 3 months ago
On Parallel Binary Search

Kostero opened this pull request 3 months ago
Cpp tips and tricks

jxu opened this pull request 3 months ago
Update README.md

hsnmath opened this pull request 3 months ago
fix: typos and inconsistencies in intro-to-dp

clumsy opened this pull request 3 months ago
feat: python impl for 0-1 BFS

clumsy opened this pull request 3 months ago
Remove broken links #1137

Kostero opened this pull request 3 months ago
Fix a few more missing links #1137

Kostero opened this pull request 3 months ago
fix: correct low-link value update in bridge-finding algorithm (#1329)

satyajit-patel opened this pull request 3 months ago
Added 1-based indexing approach in fenwick tree

urabhay10 opened this pull request 3 months ago
add problem for k-th statistic

random1001guy opened this pull request 3 months ago
Made 1-based indexing as the main approach for fenwick tree

urabhay10 opened this pull request 3 months ago
Removed reduntant check in Manacher's algorithm

urabhay10 opened this pull request 3 months ago
Added Simulated Annealing

Proxihox opened this pull request 3 months ago
Centroid Decomposition

meetthehorizon opened this issue 3 months ago
Update suffix-array.md for Linear Time approach

PeroxideParadox opened this pull request 3 months ago
Update halfplane-intersection.md

Harsh-Mathur-1503 opened this pull request 3 months ago
Parallel Binary Search

Np292 opened this issue 3 months ago
Update CONTRIBUTING.md

UTSAVS26 opened this pull request 3 months ago
Resolves #1219: Update knuth-optimization.md

Hashir311 opened this pull request 3 months ago
Test: Commit on workflows 2

okulkov opened this pull request 3 months ago
Test: Workflow change by a new account

okulkov opened this pull request 3 months ago
Test gh-pages

adamant-pwn opened this pull request 3 months ago
Test github pages

adamant-pwn opened this pull request 3 months ago
Update finding-negative-cycle-in-graph.md

Harsh-Mathur-1503 opened this pull request 3 months ago
Fix beecrowd problems hyperlinks

pmesq opened this pull request 3 months ago
Rewrite Rabin-Karp explanation for clarity

jxu opened this pull request 3 months ago
Add 'GCD of multiple numbers' section in euclid-algorithm.md

mdeapedro opened this pull request 3 months ago
Fixes example in breadth-first-search.md

danilopereira10 opened this pull request 3 months ago
Clarifies statement in edmonds_karp.md

danilopereira10 opened this pull request 3 months ago
Removes redundant check from dinic's dfs

danilopereira10 opened this pull request 3 months ago
Manhattan Distance - Notation consistency: p.x -> x_p

izanbf1803 opened this pull request 3 months ago
Test translated pages

adamant-pwn opened this pull request 3 months ago
Update upload-artifact for workflows

adamant-pwn opened this pull request 3 months ago
it doesn't follow immediately

zdr256 opened this pull request 3 months ago
Replaced LCS to LIS in intro-to-dp.md

svaze30 opened this pull request 3 months ago
Fenwick Tree: Rewrite to focus on 1-based indexing

jxu opened this issue 3 months ago
Problem on article Main Page

svaze30 opened this issue 3 months ago
Redundant check in dfs of dinic

paniabhisek opened this issue 3 months ago
Problem on article Catalan Numbers

kohei-28 opened this issue 3 months ago
Notation on article Manhattan Distance

izanbf1803 opened this issue 3 months ago
Update sqrt_decomposition.md

abirc8010 opened this pull request 3 months ago
Update sieve-of-eratosthenes.md

HarshKumarChoudary opened this pull request 3 months ago
Add link to Longest Palindromic Substring problem in manager

Jose05Code opened this pull request 3 months ago
Add link to Longest Palindromic Substring problem in manager.md

Jose05Code opened this pull request 3 months ago
Interval tree

jxu opened this issue 4 months ago
feat: python impl for 0-1 BFS

clumsy opened this pull request 4 months ago
Mistake in the stated complexity

wuacs opened this issue 4 months ago
Add a practice problem for the Grundy theorem

conlacda opened this pull request 4 months ago
small typo

double-fault opened this pull request 4 months ago
Half-plane intersection

mzuenni opened this issue 4 months ago
Add links to dynamic programming articles already made

mhayter opened this pull request 4 months ago
Remove components sort, Kosaraju should be O(n)

chubakueno opened this pull request 4 months ago
Problem on article Finding Bridges in O(N+M)

Akash-Kunwar opened this issue 4 months ago
How to view https://e-maxx.ru/ this link?

niranjank2022 opened this issue 4 months ago
Fix typo in a comment: "occurence" -> "occurrence"

deerawj opened this pull request 5 months ago
typo: Short form of Longest Increasing Subsequence is LIS

mahbd opened this pull request 5 months ago
fix typo

amkumarh opened this pull request 5 months ago
Update intro-to-dp.md

boredumbk opened this pull request 5 months ago
Rabin-Karp for String Matching: Mention rolling hash

jxu opened this issue 5 months ago
Update bellman_ford.md

ABD-AZE opened this pull request 5 months ago
Add practice problems

Ahmed-Elshitehi opened this pull request 5 months ago
Update extended-euclid-algorithm.md

meetthehorizon opened this pull request 5 months ago
Fixing a small latex issue in suffix-array.md

svaderia opened this pull request 5 months ago
Update fenwick.md

Zyad-Ayad opened this pull request 5 months ago
Fix misspell 01_bfs.md

knotri opened this pull request 6 months ago
Update rmq.md

mantros2003 opened this pull request 6 months ago
Added misère game as a slight variation of the nim

AniketR10 opened this pull request 6 months ago
Update manacher.md

AniketR10 opened this pull request 6 months ago
enhance section about memory efficient segment trees?

lrvideckis opened this issue 6 months ago
Translation to Another Language

Phon1209 opened this issue 6 months ago