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
Update rmq.md
github.com/cp-algorithms/cp-algorithms - mantros2003 opened this pull request 6 months ago
github.com/cp-algorithms/cp-algorithms - mantros2003 opened this pull request 6 months ago
Problem on article RMQ task (Range Minimum Query - the smallest element in an interval)
github.com/cp-algorithms/cp-algorithms - mantros2003 opened this issue 6 months ago
github.com/cp-algorithms/cp-algorithms - mantros2003 opened this issue 6 months ago
Added misère game as a slight variation of the nim
github.com/cp-algorithms/cp-algorithms - AniketR10 opened this pull request 6 months ago
github.com/cp-algorithms/cp-algorithms - AniketR10 opened this pull request 6 months ago
Update manacher.md
github.com/cp-algorithms/cp-algorithms - AniketR10 opened this pull request 6 months ago
github.com/cp-algorithms/cp-algorithms - AniketR10 opened this pull request 6 months ago
enhance section about memory efficient segment trees?
github.com/cp-algorithms/cp-algorithms - lrvideckis opened this issue 6 months ago
github.com/cp-algorithms/cp-algorithms - lrvideckis opened this issue 6 months ago
Translation to Another Language
github.com/cp-algorithms/cp-algorithms - Phon1209 opened this issue 6 months ago
github.com/cp-algorithms/cp-algorithms - Phon1209 opened this issue 6 months ago
Integral flow theorem
github.com/cp-algorithms/cp-algorithms - AlejandroSdeL opened this issue 6 months ago
github.com/cp-algorithms/cp-algorithms - AlejandroSdeL opened this issue 6 months ago
Included Problem 1916- B Codefroces
github.com/cp-algorithms/cp-algorithms - AniketR10 opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - AniketR10 opened this pull request 7 months ago
Add gomory-hu article
github.com/cp-algorithms/cp-algorithms - igbrade opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - igbrade opened this pull request 7 months ago
Rewrite article on Strongly Connected Components, and add graph pictures
github.com/cp-algorithms/cp-algorithms - el-sambal opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - el-sambal opened this pull request 7 months ago
Add Manhattan distance related article
github.com/cp-algorithms/cp-algorithms - NaimSS opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - NaimSS opened this pull request 7 months ago
Update string-hashing.md
github.com/cp-algorithms/cp-algorithms - vedant-z opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - vedant-z opened this pull request 7 months ago
fixing typos in bracket_sequences.md
github.com/cp-algorithms/cp-algorithms - alaahmet opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - alaahmet opened this pull request 7 months ago
Update disjoint_set_union.md
github.com/cp-algorithms/cp-algorithms - ShubhamPhapale opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - ShubhamPhapale opened this pull request 7 months ago
Change to cloudflare CDN for polyfill io
github.com/cp-algorithms/cp-algorithms - TomasLeTrain opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - TomasLeTrain opened this pull request 7 months ago
added new easy problem from codeforces (1978B)
github.com/cp-algorithms/cp-algorithms - Ahmed-Elshitehi opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - Ahmed-Elshitehi opened this pull request 7 months ago
Grammar mistake in DSU Article
github.com/cp-algorithms/cp-algorithms - Charlieee1 opened this issue 7 months ago
github.com/cp-algorithms/cp-algorithms - Charlieee1 opened this issue 7 months ago
Added more information in finding negative cycle using Bellman-Ford
github.com/cp-algorithms/cp-algorithms - svaderia opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - svaderia opened this pull request 7 months ago
Add portable formulas for fenwick calculations
github.com/cp-algorithms/cp-algorithms - JJCUBER opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - JJCUBER opened this pull request 7 months ago
Copy change in binary_search.md
github.com/cp-algorithms/cp-algorithms - Draac0 opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - Draac0 opened this pull request 7 months ago
Updates to Bridge Searching in O(N+M)
github.com/cp-algorithms/cp-algorithms - pr4-kp opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - pr4-kp opened this pull request 7 months ago
Update strong-orientation.md
github.com/cp-algorithms/cp-algorithms - Atulbedwal opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - Atulbedwal opened this pull request 7 months ago
Update prefix-function.md
github.com/cp-algorithms/cp-algorithms - GordonCW opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - GordonCW opened this pull request 7 months ago
Update edmonds_karp.md
github.com/cp-algorithms/cp-algorithms - kd1729 opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - kd1729 opened this pull request 7 months ago
Fix spelling mistakes
github.com/cp-algorithms/cp-algorithms - OverRancid opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - OverRancid opened this pull request 7 months ago
Problem on article Fenwick Tree
github.com/cp-algorithms/cp-algorithms - 1cyM1nt000 opened this issue 7 months ago
github.com/cp-algorithms/cp-algorithms - 1cyM1nt000 opened this issue 7 months ago
Update and fix disjoint_set_union.md
github.com/cp-algorithms/cp-algorithms - sami321w opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - sami321w opened this pull request 7 months ago
Update disjoint_set_union.md
github.com/cp-algorithms/cp-algorithms - sami321w opened this pull request 7 months ago
github.com/cp-algorithms/cp-algorithms - sami321w opened this pull request 7 months ago
Added a new section to bit-manipulation.md
github.com/cp-algorithms/cp-algorithms - ganeshvarbalaji opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - ganeshvarbalaji opened this pull request 8 months ago
Refactor portion of Fenwick Tree
github.com/cp-algorithms/cp-algorithms - JJCUBER opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - JJCUBER opened this pull request 8 months ago
Add a practice problem for graph/finding-cycle
github.com/cp-algorithms/cp-algorithms - ladamalina opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - ladamalina opened this pull request 8 months ago
Added proof of DFS edge classification in undirected graphs
github.com/cp-algorithms/cp-algorithms - elliothha opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - elliothha opened this pull request 8 months ago
Proposal: link Farey sequences to sequences of coprime pairs
github.com/cp-algorithms/cp-algorithms - sr-murthy opened this issue 8 months ago
github.com/cp-algorithms/cp-algorithms - sr-murthy opened this issue 8 months ago
spelling mistake fix
github.com/cp-algorithms/cp-algorithms - caio-felipee opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - caio-felipee opened this pull request 8 months ago
Problem on 3sum
github.com/cp-algorithms/cp-algorithms - SKSADIRUDDIN opened this issue 8 months ago
github.com/cp-algorithms/cp-algorithms - SKSADIRUDDIN opened this issue 8 months ago
Update Cutpoints implementation.md
github.com/cp-algorithms/cp-algorithms - mutahhirazam opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - mutahhirazam opened this pull request 8 months ago
Add Knapsack
github.com/cp-algorithms/cp-algorithms - OverRancid opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - OverRancid opened this pull request 8 months ago
Added Practice Problems in intro-to-dp.md
github.com/cp-algorithms/cp-algorithms - ShubhamPhapale opened this pull request 8 months ago
github.com/cp-algorithms/cp-algorithms - ShubhamPhapale opened this pull request 8 months ago
Update bridge-searching-online.md
github.com/cp-algorithms/cp-algorithms - meetthehorizon opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - meetthehorizon opened this pull request 9 months ago
Misunderstood the content. Please delete this issue
github.com/cp-algorithms/cp-algorithms - GuyEternal opened this issue 9 months ago
github.com/cp-algorithms/cp-algorithms - GuyEternal opened this issue 9 months ago
Problem on article Segment Tree
github.com/cp-algorithms/cp-algorithms - Blume-Piyush opened this issue 9 months ago
github.com/cp-algorithms/cp-algorithms - Blume-Piyush opened this issue 9 months ago
Update 2SAT.md
github.com/cp-algorithms/cp-algorithms - Sarthak3204 opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - Sarthak3204 opened this pull request 9 months ago
Fix bug in case of multiple edges in Finding Bridges offline
github.com/cp-algorithms/cp-algorithms - NaimSS opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - NaimSS opened this pull request 9 months ago
Problem CCOMPS is not submittable
github.com/cp-algorithms/cp-algorithms - facug91 opened this issue 9 months ago
github.com/cp-algorithms/cp-algorithms - facug91 opened this issue 9 months ago
Update intro-to-dp.md
github.com/cp-algorithms/cp-algorithms - mhayter opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - mhayter opened this pull request 9 months ago
Added Descriptions to Classic DP Problems
github.com/cp-algorithms/cp-algorithms - Zyad-Ayad opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - Zyad-Ayad opened this pull request 9 months ago
Update "build" in segment_tree.md
github.com/cp-algorithms/cp-algorithms - GabrielCFormiga opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - GabrielCFormiga opened this pull request 9 months ago
Improve title consistency in fenwick.md
github.com/cp-algorithms/cp-algorithms - JJCUBER opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - JJCUBER opened this pull request 9 months ago
Point query code is incorrect.
github.com/cp-algorithms/cp-algorithms - shankyty opened this issue 9 months ago
github.com/cp-algorithms/cp-algorithms - shankyty opened this issue 9 months ago
Previews are no longer generated
github.com/cp-algorithms/cp-algorithms - mhayter opened this issue 9 months ago
github.com/cp-algorithms/cp-algorithms - mhayter opened this issue 9 months ago
Update factorization.md
github.com/cp-algorithms/cp-algorithms - pokorj54 opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - pokorj54 opened this pull request 9 months ago
Update primality_tests.md
github.com/cp-algorithms/cp-algorithms - pokorj54 opened this pull request 9 months ago
github.com/cp-algorithms/cp-algorithms - pokorj54 opened this pull request 9 months ago
Problem on article Strong Orientation
github.com/cp-algorithms/cp-algorithms - pvsharsha opened this issue 10 months ago
github.com/cp-algorithms/cp-algorithms - pvsharsha opened this issue 10 months ago
Problem on article Prefix function - Knuth-Morris-Pratt
github.com/cp-algorithms/cp-algorithms - jbhayet opened this issue 10 months ago
github.com/cp-algorithms/cp-algorithms - jbhayet opened this issue 10 months ago
Problem on article Linear Sieve
github.com/cp-algorithms/cp-algorithms - ahmedosama20 opened this issue 10 months ago
github.com/cp-algorithms/cp-algorithms - ahmedosama20 opened this issue 10 months ago
Problem on article Suffix Automaton
github.com/cp-algorithms/cp-algorithms - Kyroyen opened this issue 10 months ago
github.com/cp-algorithms/cp-algorithms - Kyroyen opened this issue 10 months ago
complex test case to find outer planar graph face
github.com/cp-algorithms/cp-algorithms - adamhosticka opened this pull request 10 months ago
github.com/cp-algorithms/cp-algorithms - adamhosticka opened this pull request 10 months ago
Possible error in Shortest even length path (Applications of BFS)
github.com/cp-algorithms/cp-algorithms - VaibhavKumar260702 opened this issue 10 months ago
github.com/cp-algorithms/cp-algorithms - VaibhavKumar260702 opened this issue 10 months ago
Spelling Mistake Fixed
github.com/cp-algorithms/cp-algorithms - hitarth-gg opened this pull request 10 months ago
github.com/cp-algorithms/cp-algorithms - hitarth-gg opened this pull request 10 months ago
Updating copyright year to 2024 in mkdocs.yml
github.com/cp-algorithms/cp-algorithms - lukaskesch opened this pull request 10 months ago
github.com/cp-algorithms/cp-algorithms - lukaskesch opened this pull request 10 months ago
Fix typo in Aho-corasick page
github.com/cp-algorithms/cp-algorithms - iamlockon opened this pull request 10 months ago
github.com/cp-algorithms/cp-algorithms - iamlockon opened this pull request 10 months ago
Request to add the `Code copy button`
github.com/cp-algorithms/cp-algorithms - Sai-Suraj-27 opened this issue 10 months ago
github.com/cp-algorithms/cp-algorithms - Sai-Suraj-27 opened this issue 10 months ago
feat: Added an existing feature of `mkdocs-material` that allows users to copy the `code-blocks/snippets` directly.
github.com/cp-algorithms/cp-algorithms - Sai-Suraj-27 opened this pull request 10 months ago
github.com/cp-algorithms/cp-algorithms - Sai-Suraj-27 opened this pull request 10 months ago
Update inclusion-exclusion.md
github.com/cp-algorithms/cp-algorithms - khan-shahnawaz opened this pull request 10 months ago
github.com/cp-algorithms/cp-algorithms - khan-shahnawaz opened this pull request 10 months ago
Update mex.md
github.com/cp-algorithms/cp-algorithms - harsh-1806 opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - harsh-1806 opened this pull request 11 months ago
Clarification Needed: Ambiguity in Article's Usage of "Map" Data Structure
github.com/cp-algorithms/cp-algorithms - iosovi opened this issue 11 months ago
github.com/cp-algorithms/cp-algorithms - iosovi opened this issue 11 months ago
Raw code getting rendered on main page
github.com/cp-algorithms/cp-algorithms - noobCoderVP opened this issue 11 months ago
github.com/cp-algorithms/cp-algorithms - noobCoderVP opened this issue 11 months ago
Update convex-hull.md
github.com/cp-algorithms/cp-algorithms - adamant-pwn opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - adamant-pwn opened this pull request 11 months ago
Update intersecting_segments.md
github.com/cp-algorithms/cp-algorithms - juan-c-s opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - juan-c-s opened this pull request 11 months ago
Add new related problems to stars_and_bars.md
github.com/cp-algorithms/cp-algorithms - fork52 opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - fork52 opened this pull request 11 months ago
Update longest_increasing_subsequence.md
github.com/cp-algorithms/cp-algorithms - vocaldrain opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - vocaldrain opened this pull request 11 months ago
Can I publish a Vietnamese translated version of cp-algorithms?
github.com/cp-algorithms/cp-algorithms - ghost opened this issue 11 months ago
github.com/cp-algorithms/cp-algorithms - ghost opened this issue 11 months ago
Update fft.md
github.com/cp-algorithms/cp-algorithms - yhuang912 opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - yhuang912 opened this pull request 11 months ago
Update bit-manipulation.md
github.com/cp-algorithms/cp-algorithms - yhuang912 opened this pull request 11 months ago
github.com/cp-algorithms/cp-algorithms - yhuang912 opened this pull request 11 months ago
Update z-function.md
github.com/cp-algorithms/cp-algorithms - Ohlamesaint opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - Ohlamesaint opened this pull request 12 months ago
Update linear-diophantine-equation.md
github.com/cp-algorithms/cp-algorithms - whym1here opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - whym1here opened this pull request 12 months ago
Editorial changes to Update factorization.md
github.com/cp-algorithms/cp-algorithms - chloeimb opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - chloeimb opened this pull request 12 months ago
Update primality_tests.md
github.com/cp-algorithms/cp-algorithms - siddharthabhi30 opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - siddharthabhi30 opened this pull request 12 months ago
Handle the degenerate case of convex hull consists of two identical points
github.com/cp-algorithms/cp-algorithms - AbdeltwabMF opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - AbdeltwabMF opened this pull request 12 months ago
Fix typo in longest_increasing_subsequence.md
github.com/cp-algorithms/cp-algorithms - JustAnAverageGuy opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - JustAnAverageGuy opened this pull request 12 months ago
Add practice problems for min cost flow
github.com/cp-algorithms/cp-algorithms - fffelix-huang opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - fffelix-huang opened this pull request 12 months ago
Safely interpolate the page title into the "report issue" button
github.com/cp-algorithms/cp-algorithms - oprypin opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - oprypin opened this pull request 12 months ago
Update aho_corasick.md
github.com/cp-algorithms/cp-algorithms - nabil-hfz opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - nabil-hfz opened this pull request 12 months ago
Update push-relabel.md
github.com/cp-algorithms/cp-algorithms - MarkMoretto opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - MarkMoretto opened this pull request 12 months ago
Feature/lcs
github.com/cp-algorithms/cp-algorithms - abhaysp95 opened this pull request 12 months ago
github.com/cp-algorithms/cp-algorithms - abhaysp95 opened this pull request 12 months ago
Problem on article "Longest increasing subsequence"
github.com/cp-algorithms/cp-algorithms - NeonRidar opened this issue 12 months ago
github.com/cp-algorithms/cp-algorithms - NeonRidar opened this issue 12 months ago
Added a new problem to phi-function.md
github.com/cp-algorithms/cp-algorithms - Animmah opened this pull request almost 1 year ago
github.com/cp-algorithms/cp-algorithms - Animmah opened this pull request almost 1 year ago
fix typo in minkowski.md issue
github.com/cp-algorithms/cp-algorithms - Sama-004 opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - Sama-004 opened this pull request about 1 year ago
Typo in fenwick.md
github.com/cp-algorithms/cp-algorithms - 3centroids opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - 3centroids opened this pull request about 1 year ago
Update sqrt_decomposition.md
github.com/cp-algorithms/cp-algorithms - 3centroids opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - 3centroids opened this pull request about 1 year ago
Typo in Minkowski sum of convex polygons
github.com/cp-algorithms/cp-algorithms - Bungmint opened this issue about 1 year ago
github.com/cp-algorithms/cp-algorithms - Bungmint opened this issue about 1 year ago
updated the unaccessible problem link
github.com/cp-algorithms/cp-algorithms - itssachinkr opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - itssachinkr opened this pull request about 1 year ago
The problem is no more accessible
github.com/cp-algorithms/cp-algorithms - itssachinkr opened this issue about 1 year ago
github.com/cp-algorithms/cp-algorithms - itssachinkr opened this issue about 1 year ago
Leaf Node is a Articulation Point
github.com/cp-algorithms/cp-algorithms - AnkithReddy02 opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - AnkithReddy02 opened this pull request about 1 year ago
Problem on article "Finding a Negative Cycle in the Graph"
github.com/cp-algorithms/cp-algorithms - SneakyPeaky opened this issue about 1 year ago
github.com/cp-algorithms/cp-algorithms - SneakyPeaky opened this issue about 1 year ago
Variable Mixed Up in Knuth's Optimization lemma proof
github.com/cp-algorithms/cp-algorithms - kayuwg opened this issue about 1 year ago
github.com/cp-algorithms/cp-algorithms - kayuwg opened this issue about 1 year ago
Update prefix-function.md
github.com/cp-algorithms/cp-algorithms - avnishranwa7 opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - avnishranwa7 opened this pull request about 1 year ago
Simplify push-relabel-faster's final step: get final flow value from an existing variable instead of calculation
github.com/cp-algorithms/cp-algorithms - algorithm-apprentice opened this pull request about 1 year ago
github.com/cp-algorithms/cp-algorithms - algorithm-apprentice opened this pull request about 1 year ago