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

Make contrib.md a symlink to CONTRIBUTING.md

github.com/cp-algorithms/cp-algorithms - 9c6a555995f826cb6238b5610fa9824195493ced authored about 2 years ago
Add CONTRIBUTING.md symlink

github.com/cp-algorithms/cp-algorithms - 1f0aeb3ca37d5985ce436b56d2b0d1851ea32974 authored about 2 years ago
Technically this is a tighter bound

github.com/cp-algorithms/cp-algorithms - 8c69ff44f8760646aa3b60b2f7e25aace5d43f8a authored about 2 years ago
nitpick - It feels weird reading "sort" followed by "O(n)"

github.com/cp-algorithms/cp-algorithms - 0d54cff1f4db665385dfdd1fa621f548338f2bc3 authored about 2 years ago
the alphabet contribution to the complexity

github.com/cp-algorithms/cp-algorithms - 4b43e2eb012e9418a4ae232b3a1b1bd40725398e authored about 2 years ago
Tighten bound on this sentence as well.

github.com/cp-algorithms/cp-algorithms - 5360c45925e48f37bafb3fb86120a03941acd4ee authored about 2 years ago
Merge pull request #966 from mbordia-eightfold/patch-1

Fix typo in intermediate value theorem

github.com/cp-algorithms/cp-algorithms - 3fbe93e685a171ea90812382f0513718557dd5f1 authored about 2 years ago
Fix typo in intermediate value theorem

github.com/cp-algorithms/cp-algorithms - bd0c597b53419a1c99884b68027584cfdd768b0c authored about 2 years ago
Issues within Apply Permutation in Binary Exp

http://www.usaco.org/current/data/sol_swap_silver_feb20.html - proof is in the java explanation ...

github.com/cp-algorithms/cp-algorithms - af10198604a519f96aaee97fe34441edfdbbb3b7 authored about 2 years ago
proper initialization for x, y, z

github.com/cp-algorithms/cp-algorithms - cc3cf4ae517a1c62e217dfa273526f64b0e6185d authored about 2 years ago
fix continued fraction sqrt code

github.com/cp-algorithms/cp-algorithms - ec60c3cb5d0f9e407af435a2a0d9855b7e64982d authored about 2 years ago
alternative theme toggle for #953 (#956)

github.com/cp-algorithms/cp-algorithms - 863acfb37b3ce4b93119940d3fc413fc5c02ddc4 authored about 2 years ago
Use $ and $$ as LaTeX wrappers (#952)

github.com/cp-algorithms/cp-algorithms - 99bee0474fb9c7ae071369561b167e51e9f29a1f authored over 2 years ago
make font of zero size

github.com/cp-algorithms/cp-algorithms - b53be4c54c6f47034ff8641c04d587b9957ed883 authored over 2 years ago
alternative selectable

github.com/cp-algorithms/cp-algorithms - 8bd7a1e29c6020cda83fedef558ac36063ec9d19 authored over 2 years ago
change mathjax to v2

github.com/cp-algorithms/cp-algorithms - 438cd81d0e7bac74049bb79dff223f22782c2c8b authored over 2 years ago
add note about order of indexes

github.com/cp-algorithms/cp-algorithms - c78d5d3c5a9e1fca8025562a8230dfbdebb4cba7 authored over 2 years ago
swapped names of i,j to be standard

github.com/cp-algorithms/cp-algorithms - ce56c31f9314d79cc7033ae547a5693e1622b206 authored over 2 years ago
fixed a typo in binary_search.md docstring

github.com/cp-algorithms/cp-algorithms - 168b9e27a72eb71bf29b1d2a6b289382f14cf0e1 authored over 2 years ago
swap array indexing for better cache performance

github.com/cp-algorithms/cp-algorithms - 694f3fd3aa749d33ba57c2c55054e2ffe315bb24 authored over 2 years ago
module-inverse html doc has a slight mistake.

github.com/cp-algorithms/cp-algorithms - e113eac56be53b825c4e5f0998962806c7498b9a authored over 2 years ago
Update convex-hull.md

github.com/cp-algorithms/cp-algorithms - fe4c70438c46d28efdee83f6a425bf491decdee2 authored over 2 years ago
link to https://github.com/e-maxx-eng

github.com/cp-algorithms/cp-algorithms - 6dd1b8c536654a5302e233583ec9058809d10f1b authored over 2 years ago
pictures + explanation of BFS based Aho-Corasick

github.com/cp-algorithms/cp-algorithms - 04f4cb507c76425f5b4bc3e0ff5eb0ce5cb04b99 authored over 2 years ago
+ search with powers of 2

github.com/cp-algorithms/cp-algorithms - 3d1f865c3f0a18496d26ac484e92dc66896196d0 authored over 2 years ago
corrected loop formulation

github.com/cp-algorithms/cp-algorithms - a4514c6cee214e512283f602315898c23f4e4f82 authored over 2 years ago
Update prime-sieve-linear.md

An unnecessary test in the code has been removed, and a correct attribution supplied. (The algor...

github.com/cp-algorithms/cp-algorithms - 1b0fe0eaae812cda1cbcd15164fd0ff73e91de33 authored over 2 years ago
Update binary_search.md

github.com/cp-algorithms/cp-algorithms - b6c6789d69bac2fa5b7460053b31dbf03f593d7a authored over 2 years ago
Update binary_search.md

github.com/cp-algorithms/cp-algorithms - 67a8c32ebcb319273bd258c16a55653ad26f8112 authored over 2 years ago
Binary search article

github.com/cp-algorithms/cp-algorithms - daed5916141a825eb0fe757968295ce0622e9b2a authored over 2 years ago
Update navigation.md

github.com/cp-algorithms/cp-algorithms - 73445d4d1941c4803f48dd7681fd215cde9dfda5 authored over 2 years ago
Changing function name to avoid compiler errors

github.com/cp-algorithms/cp-algorithms - ab0624877b811947aeaeac3fa9db8e772f3d46ae authored over 2 years ago
Add benchmark and non-C++20 solution

github.com/cp-algorithms/cp-algorithms - d6e68a2bf02cebc2fe9aa5dcebe8c588db46381d authored over 2 years ago
Update sparse-table.md

github.com/cp-algorithms/cp-algorithms - 65c453e9a004a3dfceaee162b77a4873acc9e14c authored over 2 years ago
Dont change the original file

github.com/cp-algorithms/cp-algorithms - 2db5e1f77f8362e239ba0130e4003b36afbf63ef authored over 2 years ago
Fix the benchmark link

github.com/cp-algorithms/cp-algorithms - b131dbaeb5e84c099c1298c4f08ca879f1be3f42 authored over 2 years ago
Add efficient C++20 solution for computing log

github.com/cp-algorithms/cp-algorithms - 1dc2e8aa975240b8153c647871d7eb7689cf8d0a authored over 2 years ago
Merge pull request #799 from ASMaksimov2007/master

Add MEX article

github.com/cp-algorithms/cp-algorithms - 9d14f7df59124a5e4b748921960b9da67f3d60ba authored over 2 years ago
Update navigation.md

github.com/cp-algorithms/cp-algorithms - 9724ef1428138bb20dc05889af0cbb7b56308a21 authored over 2 years ago
Merge branch 'master' into master

github.com/cp-algorithms/cp-algorithms - 10e3fe9df822424ab733193a79dba90686862263 authored over 2 years ago
Add C++ implementation

github.com/cp-algorithms/cp-algorithms - 99220f2b0fe78701fbaabdf6361a905c29e4b721 authored over 2 years ago
Update practice problems to remove broken links

The removed link is no longer active.

github.com/cp-algorithms/cp-algorithms - 5cca68a09ca4118ac7bb309c741f5e1c90802044 authored over 2 years ago
correct link instead of removal

github.com/cp-algorithms/cp-algorithms - 4e4bf636c7f76c08a7e6348cca8a42d01a71d94e authored over 2 years ago
Fix malformed LaTeX in polynomial.md.

Seems like some LaTeX-like engine disagrees with LaTeX about what is an atom.

LaTeX parses `a...

github.com/cp-algorithms/cp-algorithms - f1e8232c70603af67e521700883f8952f3361532 authored over 2 years ago
removed the extra occurrence of `the first` in aprase-table.md

github.com/cp-algorithms/cp-algorithms - d708d0a6591d5a6ac3f9e051cab59fa5fe4068de authored over 2 years ago
Fix a typo in mst_prim.md

Simply: s/visa/vice/

github.com/cp-algorithms/cp-algorithms - 6e3a2bdb40a9d4bc751c90f3278ee234a0e744c6 authored over 2 years ago
Remove unnecessary reversal in finding-cycle algo

When finding a cycle in an undirected graph, one doesn't have to reverse the cycle before printi...

github.com/cp-algorithms/cp-algorithms - ee0a81fc9fe66cc5f6d55290eadb2f6f3255d6a6 authored over 2 years ago
Update divide-and-conquer-dp.md

github.com/cp-algorithms/cp-algorithms - 41d5411656a1442bdd558b0cfc4ecee3565627af authored over 2 years ago
Update divide-and-conquer-dp.md

github.com/cp-algorithms/cp-algorithms - 07b457c8bda71a1ea163e0a2ec5b7ec84289f387 authored over 2 years ago
Update divide-and-conquer-dp.md

github.com/cp-algorithms/cp-algorithms - 69fbf3d57b742b615d8a026085ebb8c25a374ca1 authored over 2 years ago
fix typo: mod m -> mod n

github.com/cp-algorithms/cp-algorithms - 5d270c5695175f1f3a96a3e54d927326b1d7dc04 authored over 2 years ago
Update extended-euclid-algorithm.md

github.com/cp-algorithms/cp-algorithms - 99c35d7fea52dc186fde399260c0b99571bdce27 authored over 2 years ago
Update rabin-karp.md

github.com/cp-algorithms/cp-algorithms - a18ec1697162e629c41662ff5c22ec6d9d746529 authored over 2 years ago
Spelling Correction

"respectively" word was misspelled in the intution paragraph .

github.com/cp-algorithms/cp-algorithms - 43fadb4f4d13419b1365c8d4429795724778f840 authored over 2 years ago
Update longest_increasing_subsequence.md

Fixed typos

github.com/cp-algorithms/cp-algorithms - e33c2e1c5310a35f6cfe5eff0a84a5bb1f72e0f8 authored over 2 years ago
feat(manacher): add more practice problems

github.com/cp-algorithms/cp-algorithms - c8ea23f4e978c242cfe55a49bbecf001ef3989e3 authored over 2 years ago
Update divide-and-conquer-dp.md

One of the problem was from CodeForces but mentioned the website as Codebreaker. Corrected that.

github.com/cp-algorithms/cp-algorithms - 2b72f4a4549b849deee9aab945ac0ed2b87128bc authored over 2 years ago
Update navigation.md

Proposed solution in assignment problem is O(N^3) not O(N^5)

github.com/cp-algorithms/cp-algorithms - 61f84864ef75c6e528dce3ec7250630f82bab05c authored over 2 years ago
resolve https://github.com/e-maxx-eng/e-maxx-eng/issues/884

github.com/cp-algorithms/cp-algorithms - fdfcb2928983392f8304f07bc1b2d3b4644c58a9 authored over 2 years ago
Merge pull request #907 from KunalSin9h/patch-latex

fix: latex rendering in ToC with data-toc-label

github.com/cp-algorithms/cp-algorithms - cc1c67089fa7edf3d861bc26636da40c43c32345 authored over 2 years ago
fix: latex rendering in ToC

github.com/cp-algorithms/cp-algorithms - 3e34fe7ff68e6c434cb5ae001c58d639c882dfb1 authored over 2 years ago
change reversible function to group operation in Fenwick tree

github.com/cp-algorithms/cp-algorithms - 3f21d8ce21efa66474548de1099794933749ebfc authored over 2 years ago
Update suffix-tree-ukkonen.md

github.com/cp-algorithms/cp-algorithms - 05fc4d7e142d5dc288cd8696a752276aba0f23f7 authored over 2 years ago
explain what a reversible function is

github.com/cp-algorithms/cp-algorithms - b6fbf7b7d70f52b43f4e0a536506378c8714085e authored over 2 years ago
Merge pull request #896 from jxu/patch-3

Clarify segment tree wording and add motivation

github.com/cp-algorithms/cp-algorithms - 02cc2f0bbd3cbfdefce3b16e70923b0dbd9e2ce2 authored over 2 years ago
Merge remote-tracking branch 'origin/master' into patch-3

github.com/cp-algorithms/cp-algorithms - fa4d4b0f88b58a3d9261de4c3be0cc8ec68f835d authored over 2 years ago
spelling + improved motivation for segment trees

github.com/cp-algorithms/cp-algorithms - 72a184f0c3ccc4243b6063d0f2d8d6e66d470af0 authored over 2 years ago
Merge pull request #894 from Sergey-A-Dovgal/patch-1

latex block equation rendering fix

github.com/cp-algorithms/cp-algorithms - e6f9bb25322d1d9ffcd7b1270ab75a766f203470 authored over 2 years ago
separate deploy with workflow_run for external users

github.com/cp-algorithms/cp-algorithms - dd8a06a421980f25ba458639e9c79407da393066 authored over 2 years ago
deactivate Git History build and deployment during PRs for external contributers

github.com/cp-algorithms/cp-algorithms - 35054ede5a4b16b5d3bf5c78f5cc2188b8c1e1d1 authored over 2 years ago
Add comparison of segment tree to simple array and prefix sums

github.com/cp-algorithms/cp-algorithms - 577b49ceb12857db135a69b748f6ded32e78f665 authored over 2 years ago
Clarify segment tree wording and indexing

github.com/cp-algorithms/cp-algorithms - 60ce4725364fd7d47d57b3283e9218342b12e5f3 authored over 2 years ago
Add motivation for data structure

github.com/cp-algorithms/cp-algorithms - fa7282552de359085063d6df26825538b84fc2e0 authored over 2 years ago
Add more introductory info to segment tree

github.com/cp-algorithms/cp-algorithms - b7df8c8715cc236de0935addc704e064d24a3ddd authored over 2 years ago
follow-up: fix latex rendering

github.com/cp-algorithms/cp-algorithms - fab525c42b56354a58ac6e6a9a3d7b1137c1d02e authored over 2 years ago
latex block equation rendering fix

github.com/cp-algorithms/cp-algorithms - cfc6bb208ce6df83c8ed11e7a35494695e401aa2 authored over 2 years ago