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

Safely interpolate the page title into the "report issue" button

* Currently it is possible that the interpolation escapes the confines of the quotes

* Also in ...

github.com/cp-algorithms/cp-algorithms - e9258b9125b7e1adaa8e92bd4b73307d2d15b000 authored 11 months ago
replace second page.title

github.com/cp-algorithms/cp-algorithms - c60c652e1ca47f20022dfd5c6839257a779fb152 authored 11 months ago
Update push-relabel.md

Minor formatting corrections.

github.com/cp-algorithms/cp-algorithms - 99f5ca34ab9c142fb577768a7fc3b98c75963f98 authored 11 months ago
Handle the degenerate case of two identical points.

This fix addresses the situation where the convex hull consists
of two identical points and the ...

github.com/cp-algorithms/cp-algorithms - c3250a25bc42b37ec22233d539181b1f3fc04e30 authored 11 months ago
Update aho_corasick.md

I have corrected a tiny mistake `a output` to `an output`

github.com/cp-algorithms/cp-algorithms - 30dc766167eb2441016402bb33b563ca63f7436c authored 11 months ago
Update aho_corasick.md

clarification

github.com/cp-algorithms/cp-algorithms - 525c3af2a2944e5ab186f414897dc22d2b4e8de5 authored 11 months ago
Update min_cost_flow.md

proper link to task assignment

github.com/cp-algorithms/cp-algorithms - 29a27442e1af62dcd58f8504a39517c41626de0f authored 11 months ago
Add practice problems for mcmf

github.com/cp-algorithms/cp-algorithms - a418de6a6667c5c6ff18b6c3d2e5e79b14478ebf authored 11 months ago
Simplify push-relabel-faster's final step

github.com/cp-algorithms/cp-algorithms - 47b4788e9f1c136c4d08ce325cdc3ac63df82e09 authored 11 months ago
Fix typo in longest_increasing_subsequence.md

github.com/cp-algorithms/cp-algorithms - f405142a0917aab6e2b996186f05c8e4eda1f65c authored 11 months ago
Update primality_tests.md

Adding questions related to primality test.

github.com/cp-algorithms/cp-algorithms - 42ed8ee0c513564dc3ee5f3949762b3e6f449a32 authored 11 months ago
Update factorization.md

style

github.com/cp-algorithms/cp-algorithms - 7cead96f8d382090d1318ee5a066fa146d86946f authored 11 months ago
Update factorization.md

clarifications

github.com/cp-algorithms/cp-algorithms - 3550533e1d6078177ce97e040bd6d2b2acbee576 authored 11 months ago
Update factorization.md

clarification

github.com/cp-algorithms/cp-algorithms - a34eb8ed052f49f19176af180a2ae8df42c36c67 authored 11 months ago
Update factorization.md

clarification

github.com/cp-algorithms/cp-algorithms - 12afd6bd64835730fc5541455376ad70179bedfe authored 11 months ago
Update factorization.md

clarification

github.com/cp-algorithms/cp-algorithms - 51fb558d7f188a62e8e06aba8ada17ff8b1bad2e authored 11 months ago
Update factorization.md

begin to cycle -> converge into a loop

github.com/cp-algorithms/cp-algorithms - 5acf2fbc353e212f6c4add289130c7963fffc60c authored 11 months ago
Update factorization.md

I have made some editorial changes to the article. This should make reading more clear and impro...

github.com/cp-algorithms/cp-algorithms - e9053233c7371c070b5e61eba38eca0cead6a4af authored 11 months ago
Update factorization.md

clarification

github.com/cp-algorithms/cp-algorithms - a85b56d0ffee99978296096316260124e251d5da authored 11 months ago
Update factorization.md

clarification

github.com/cp-algorithms/cp-algorithms - 913fe1fd1fb052119af4744dc7f0e2e4ba500aaf authored 11 months ago
Update factorization.md

missed space

github.com/cp-algorithms/cp-algorithms - db65ec7bd082e5612932d90a669de45a1ebd16ef authored 11 months ago
Update factorization.md

add Pollard's rho

github.com/cp-algorithms/cp-algorithms - 0410f4c6baa3875f4811ef459eba6581e1d7fe9f authored 11 months ago
Update factorization.md

clarification

github.com/cp-algorithms/cp-algorithms - a7087312e73327a24a9fc4fa7520dd2bc71f0315 authored 11 months ago
Update factorization.md

e.g. = for example, not meaning

github.com/cp-algorithms/cp-algorithms - 0dad30cbd71c128332c2333588d72e6f7911a336 authored 11 months ago
Update linear-diophantine-equation.md

Adds new practice problem to Linear Diophantine Equation

github.com/cp-algorithms/cp-algorithms - 84970580fb41877a53e7a25c304dc14633e11beb authored 11 months ago
Update linear-diophantine-equation.md

fix name

github.com/cp-algorithms/cp-algorithms - 5f2c0fcf995eeaa666dfe8c4bb005f8166fa053d authored 11 months ago
Update bit-manipulation.md

github.com/cp-algorithms/cp-algorithms - fe2a59bfe933ce3b11d656458de07ff0a40827ed authored 11 months ago
Update fft.md

Rewording to fix a logical typo.

github.com/cp-algorithms/cp-algorithms - fbf3a8ec49b22e2233641b73de3e1be5dec642be authored 11 months ago
Add new related problems to stars_and_bars.md

github.com/cp-algorithms/cp-algorithms - ed9fd1ef2e8f061f68abd11c511c0702a2da59f1 authored 11 months ago
Add one more task to stars_and_bars.md

github.com/cp-algorithms/cp-algorithms - c453722db5e3a7c938b760a6e3f12fedf5d92d4f authored 11 months ago
Update intersecting_segments.md

The function does not count all intersections. It only returns a pair of intersecting segment Id...

github.com/cp-algorithms/cp-algorithms - 642c00f0235fc2dca7406e552261c874e06fb58f authored 11 months ago
update link to poly impl

github.com/cp-algorithms/cp-algorithms - 15f87c0275d5ab4fe9a85449fc3b18e3462ff055 authored 12 months ago
Update intro-to-dp.md

remove unnecessary section

github.com/cp-algorithms/cp-algorithms - ca1339e9531846e33514e2909b288351ff7ab9e7 authored 12 months ago
Merge pull request #1213 from akoutian/patch-1

Add "build" function to segment_tree.md

github.com/cp-algorithms/cp-algorithms - 1af10d5744babcef35551785b3aec8d00bd3b235 authored 12 months ago
Merge pull request #1209 from mhayter/intro-to-dp

Adding Article: Introduction to Dynamic Programming + Resolving Issue #1028

github.com/cp-algorithms/cp-algorithms - 382f6754c01fa176febe2de381567a6cb08d0075 authored 12 months ago
Update README.md

fix date

github.com/cp-algorithms/cp-algorithms - 2093f3f7bd0d99fc347aa8fd14609a262e60ad15 authored 12 months ago
Update intro-to-dp.md

fix formula and add explanation

github.com/cp-algorithms/cp-algorithms - 64743c0bff5d546335c627dd240e28dc41892225 authored 12 months ago
Merge pull request #1223 from itssachinkr/skbranch

updated the unaccessible problem link

github.com/cp-algorithms/cp-algorithms - 3b71e5d4fe16536bbf97769321a8ad30eee9b186 authored 12 months ago
Merge pull request #1228 from Animmah/patch-1

Added a new problem to phi-function.md

github.com/cp-algorithms/cp-algorithms - 0b6f67cdb77c3ce7e3d44856c05ee119829619bb authored 12 months ago
Merge pull request #1225 from 3centroids/patch-3

Update sqrt_decomposition.md

github.com/cp-algorithms/cp-algorithms - c48bce6b59d03c94615db8760f2d6ec6f0597ebe authored 12 months ago
Merge pull request #1226 from 3centroids/patch-4

Typo in fenwick.md

github.com/cp-algorithms/cp-algorithms - 6a055ce3d21056c1ef3ca996a5e0a38d5bc6695e authored 12 months ago
Merge pull request #1227 from Sama-004/patch-1

fix typo in minkowski.md issue

github.com/cp-algorithms/cp-algorithms - 313cd445ecccb19ab9aa7d6dcf3e517569dd0185 authored 12 months ago
Added a new problem to phi-function.md

github.com/cp-algorithms/cp-algorithms - a479651cbb2817fbd18a5ad5b82c8b5ef06673b3 authored 12 months ago
typo in minkowski.md

github.com/cp-algorithms/cp-algorithms - 681c1da5a0a1cb26c8da746e8150754a8830e495 authored almost 1 year ago
Update sqrt_decomposition.md

the sentence sounded unnatural

github.com/cp-algorithms/cp-algorithms - e28d832f2605b63b3d0caacb9c62fd235031ba7d authored about 1 year ago
Update polynomial.md

github.com/cp-algorithms/cp-algorithms - 3a3605f7af10ef9a2f0e3f06e3a931b36bddf933 authored about 1 year ago
updated the unaccessible problem link

Codechef Problem is not available anymore, so added new similar problem link

github.com/cp-algorithms/cp-algorithms - 3363c39750333416c9691ae7b8a80955ebcd01df authored about 1 year ago
update to redeploy preview

github.com/cp-algorithms/cp-algorithms - 3760b394ef5f4f126c8aa1cedd098cd3534982dc authored about 1 year ago
Update tortoise_and_hare.md

I removed slow !=null from the while loop in hasCycle() because the fast pointer will always be ...

github.com/cp-algorithms/cp-algorithms - c5ccd48dd9067508c371528969673d326ff002ac authored about 1 year ago
Update big-integer.md

Changed Hyperlink for Garners Algorithm.

github.com/cp-algorithms/cp-algorithms - 2cb831278b6141193b48762ff83a8eb4773b0a6b authored about 1 year ago
Update content.html

try to fix "edit" button message

github.com/cp-algorithms/cp-algorithms - 94528493e011247413b872ddc0461b1a6b911756 authored about 1 year ago
Add "build" function to segment_tree.md

Previously, there was no function explaining how to build the tree for
the case of range update/...

github.com/cp-algorithms/cp-algorithms - 0a5336e17a7848d38e866348fb317494f9dcbed0 authored about 1 year ago
Update finding-negative-cycle-in-graph.md

Added checks in Bellman-Ford Algorithm:
- line 43: Check if d[e.a] < INF, as d[e.a] + e.cost m...

github.com/cp-algorithms/cp-algorithms - 4ba637efc613d6de93de393fd92df8a40f991355 authored about 1 year ago
Incorrect return type + initialized vectors in function

Allows for copy and paste to be easier.

github.com/cp-algorithms/cp-algorithms - 3a866c1f3e85de659132cb9c9a7f2e48225cb9f4 authored about 1 year ago
No return value in function knuth-optimization.md

github.com/cp-algorithms/cp-algorithms - f060df45f58233ffca67c1680972c1d39db5276d authored about 1 year ago
provide better clarification on what happens with non-acyclic graphs

github.com/cp-algorithms/cp-algorithms - 72af70d642e353cd0a2f24ebe5aea3d32a454da4 authored about 1 year ago
Update topological-sort.md

The given implementation can handle most corner cases that may arise during the Topological Sort...

github.com/cp-algorithms/cp-algorithms - 28e086196f8540aab33f92bbe6ce8da1b84ba961 authored about 1 year ago
Update topological-sort.md

github.com/cp-algorithms/cp-algorithms - acebb05c53f4c724b1372c29e40639fa5751c151 authored about 1 year ago
Merge pull request #1202 from roundspecs/patch-2

Add a problem

github.com/cp-algorithms/cp-algorithms - eea0dc9e582caf668c967882e33759be1f49ddfe authored about 1 year ago
Update intro-to-dp.md

Update (mathjax) equation formatting

github.com/cp-algorithms/cp-algorithms - d7bd15d2e1e7cfc034560522f4cfd0f809cc7871 authored about 1 year ago
Update navigation.md

update Intro to dp navigation (list item)

github.com/cp-algorithms/cp-algorithms - 6039af54cd1e98aece17853b194137139d764fd2 authored about 1 year ago
Update README.md

corrected navigation link

github.com/cp-algorithms/cp-algorithms - f988084b5938e683db8fc9eff4fb52d5b95361bf authored about 1 year ago
Merge branch 'master' into intro-to-dp

github.com/cp-algorithms/cp-algorithms - 4d3dbce7bf60bec1eb96bd133140a9d348a18dbc authored about 1 year ago
Updated Article Date

github.com/cp-algorithms/cp-algorithms - 148942a47430c0b8c96f48bcf8ef778a3bcde842 authored about 1 year ago
Beautify + Add problems

github.com/cp-algorithms/cp-algorithms - d242c9036fe2f6b5500e74df25f1c92fcad9cca1 authored about 1 year ago
modify section 'connection to successive shortest path algorithm'

github.com/cp-algorithms/cp-algorithms - 8e7fda5998f4fd2f00c6791eb89d00cbee487e5d authored about 1 year ago
add 'connection to successive shortest path' section

github.com/cp-algorithms/cp-algorithms - cdcf398c2059e2c9826d53779c30eff606d2899c authored about 1 year ago
follows by -> follows from

github.com/cp-algorithms/cp-algorithms - 44e7365f53250c07848d8e5dda4fee5be9dfe85e authored about 1 year ago
hard edges -> rigid edges

github.com/cp-algorithms/cp-algorithms - 982df5b9e7e592961187a61176ee4d675f7a255a authored about 1 year ago
remove redundant slash

github.com/cp-algorithms/cp-algorithms - c5a15c96c4095bae8f44ccb555737743d9545cf0 authored about 1 year ago
the correct -> a correct

It's not unique

github.com/cp-algorithms/cp-algorithms - 74c894cf735220e580c19bff5807b8c306881af0 authored about 1 year ago
remove typo punctuation

github.com/cp-algorithms/cp-algorithms - 82e3560b82e3fac8a9b277bf940a112e80612bd0 authored about 1 year ago
Update test_hungarian.cpp

newline in the end

github.com/cp-algorithms/cp-algorithms - 4b1431ac6ef5b9e1ba958de12fbc171c24245803 authored about 1 year ago
Updated navigation.md and README.md

github.com/cp-algorithms/cp-algorithms - e6d733caf73302083a53e616f172e48c16091eec authored about 1 year ago
Added Hungarian Algorithm

github.com/cp-algorithms/cp-algorithms - 36fccfd2144d1a6627658474118f466336eb0c55 authored about 1 year ago
still be -> is still

github.com/cp-algorithms/cp-algorithms - 888b75bf5c50ea99f391f78898934970906a3962 authored about 1 year ago
assignment as in formulas with \gets

github.com/cp-algorithms/cp-algorithms - 1d29249158b57494d2f763b5c6c65b494c9d85ff authored about 1 year ago
modify section 'connection to successive shortest path algorithm'

github.com/cp-algorithms/cp-algorithms - d6bc9bc304230b3531f532a94167096863ca3502 authored about 1 year ago
put code through formatter

github.com/cp-algorithms/cp-algorithms - d4c2fd34b79f209d4d94b0b76576e9eea71b2a22 authored about 1 year ago
Simplify descriptions add mathjax

github.com/cp-algorithms/cp-algorithms - 408b9dbd309737bcdd83f269e9facb99cdf79543 authored about 1 year ago
Update gray-code.md

Added a good problem from CSES Problemset

github.com/cp-algorithms/cp-algorithms - 69174f8f709344835c8d93f64181d79eb299a37c authored about 1 year ago
Merge pull request #1201 from noobie7/master

Remove vertical scrollbar from math latex elements

github.com/cp-algorithms/cp-algorithms - c5c6d0c58106f1a7f95c63a46bad5eba8a0283cb authored about 1 year ago
docs: add reference to the JDK error

github.com/cp-algorithms/cp-algorithms - 8eb68aeb097b93d59181dc8a975358bde087a8c9 authored about 1 year ago
Update binary_search.md

Fix overflow problem in implementation.

github.com/cp-algorithms/cp-algorithms - 5738684b1289a512b1d89551da751b720029bccc authored about 1 year ago
Update binary_search.md

github.com/cp-algorithms/cp-algorithms - 2d5a8ea650862fca6c50dd93dc9d7527aec6894a authored about 1 year ago