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

Merge pull request #801 from Kakalinn/patch-1

Fixed two equations at the end

d66c26fcba0911dc8003355d65a309f6ad248176 authored almost 3 years ago
Merge pull request #800 from yhuang912/patch-2

Update fenwick.md

1d72c783c1565ca737340a7bfd71c062eb9289e3 authored almost 3 years ago
Fixed two equations at the end

I think this capture the original intent.
You never know when it comes to notation on probabili...

919136a8243bfacbd9c5031fedce712b35c90542 authored almost 3 years ago
Update fenwick.md

fixed another typo

610bec8ac90e6fe3bae60063f2013464253e340f authored almost 3 years ago
Add MEX article

0df05623109c7e35d9641810cee4ef4984ca3287 authored almost 3 years ago
Update module-inverse.md

b93ef62bd12f87635cb3f4aebcef7ca80ea53bc3 authored almost 3 years ago
Grammar fix

d2d5b5fd92c1da6928093fae42a79e5376e43dc0 authored almost 3 years ago
Merge pull request #793 from jxu/patch-1

Minor grammar fixes in segment tree introduction

f53cdb793830037fd934a5b32a0a9590957bcae3 authored almost 3 years ago
Minor grammar fixes in segment tree introduction

3635621464835e3b99ea3a888789c91feeac04b0 authored almost 3 years ago
Merge pull request #785 from matbensch/patch-1

Update 2SAT.md Practice Problems

7534d2aa538b75ac7091bcdb1a58dbd3e59a0ca7 authored almost 3 years ago
Update main.py

bd3b2963c36f3375a49fa0759f7a8122a9cc31b4 authored almost 3 years ago
+content tabs in preview

6eb1b158a7971f3230de6a960c559daafea28521 authored almost 3 years ago
+content tabs

e528b3636b70363f2b118bc0e0297b926eafe84f authored almost 3 years ago
Update 2SAT.md Practice Problems

Reordered the practice problems to put "Codeforces: The Door Problem" (easier) before "UVA: Rect...

b485a5ef59bcf8d001e33019c7400d7a291481d5 authored almost 3 years ago
center sieve image

711f294a030d5f747336880b76e17e72bda51a1c authored almost 3 years ago
set a background color for transparent images in dark mode

6a5c6c3fe4d639e6db5a5c5cca51359aee994137 authored almost 3 years ago
Merge pull request #783 from rkharsan/patch-1

Simplify code for calculating phi for 1..n

a0b152eaff21326bbeebf584942147473ee08ad2 authored almost 3 years ago
Simplify code for calculating phi for 1..n

The loop already sets `phi[i] = i` so no need to set phi[0] and phi[1] manually.

4dc7f6df7e32e1065c4677b62a1d6de62b48dfca authored almost 3 years ago
fix rendering errors

f8616800f319d3413a34a485def3d8c799d588cd authored about 3 years ago
add admonition to preview

c8330dc877d890551ad6a777ecf817c69566ccab authored about 3 years ago
enable admonition

5c764e1fbe80be1ff80b2f1db1fefec225ce4bf2 authored about 3 years ago
Merge pull request #778 from navneet-iitbhu/patch-1

Update manacher.md

97098be69ba6c3b2f99da621a506a21a2390631a authored about 3 years ago
Update manacher.md

Lengths "i - 2" and "i - 4" was written instead of "l - 2" and "l - 4" in Line 16.

a6183750ca0c22de83f874aac3432df90e271d76 authored about 3 years ago
fix $$ $$ identation

ce6d540be3ab878ec2b650ac401342306e8b09b2 authored about 3 years ago
Merge branch 'jatin-code777-add/2SAT-add-implication'

664b2fc508f06b514251c96929887393265d56e4 authored about 3 years ago
add tests for 2SAT

14840db881e999f1fb4377d8a946f35b1fe7ff7e authored about 3 years ago
change name of add_implication to add_disjunction and g to adj

f9779d0d4dd2cbbf7766a25cd26079545fad76b0 authored about 3 years ago
Merge branch 'master' into jatin-code777-add/2SAT-add-implication

62cbd0e454981c7ccc8f24d28095c0a9a93176ac authored about 3 years ago
Update divide-and-conquer-dp.md

Relinking to Codeforces Gym per codebreaker request

dcc07f14bd5a449179016977f3f684f9edc5c4ec authored about 3 years ago
Update convex_hull_trick.md

re-linking to Codeforces gym and DMOJ per Codebreaker request

3993cca8448539a8c02afd5d1751ed2078da8329 authored about 3 years ago
Merge pull request #776 from nisarg1631/patch-1

Remove redundant inline math nesting

f3c6fa172c54ce325b60a6d3f528b277bdc389a4 authored about 3 years ago
change inline formula to block formula

03dea7589d12e45761fc44ff170b3c71a5e78d04 authored about 3 years ago
Remove redundant inline math nesting

7616e3caf618e100adcfc8bb073804f527f54206 authored about 3 years ago
light theme by default

67db458df52c3ccec287abe364a73af3b6cbe515 authored about 3 years ago
Merge pull request #770 from e-maxx-eng/mkdocs

Change to MkDocs site generator with Material for MkDocs theme

88cfd6440de8daff47967e96406212802700490f authored about 3 years ago
show link to commit history

171d1c230c658187fa5684e9f4054ab3f33bc8e5 authored about 3 years ago
remove the menu button for mobile

d27ba742180ff6abaa1e5c63a7b380bb9caf5144 authored about 3 years ago
fix the mathjax chrome bug by upgrading the theme

16a11e36a234b904f3f6565376a08579a1f428b4 authored about 3 years ago
add Changelog

8249c066905937548ba0ace2a985636006681418 authored about 3 years ago
remove meta tags

13fcab57dabefc2959ec3bc0406ded20dc099de3 authored about 3 years ago
correct issue report link

947eb19ff11eabfa08fce883b8279d96a7fd14f4 authored about 3 years ago
preview with keybindings and fix scrolling issue

9aec25e8d9b5899fbb22bfc73d62469ac0047d2c authored about 3 years ago
fix formatting for Manacher

86579bc110b1c53fb305945fd88911c7c9a64c9a authored about 3 years ago
report issue button

5a26bff7a4285a49f2b54ecab908c12b234d3117 authored about 3 years ago
Merge branch 'master' into mkdocs

db66d52b04ad38bc4f4aa1625d2469343c1ad1eb authored about 3 years ago
show loading and error messages in preview

01095eb6ea510ee7ce7976156b12aea1a57ac7ee authored about 3 years ago
speedup preview

d14c4e7197e1b1c60dca48dc0167573e0d65717e authored about 3 years ago
fix Github actions link

0ed00619dbdeb35eae31e62b991ba6ab76b09231 authored about 3 years ago
treap.md: pictures + wrap some stuff in formulas

bfc4e06ab07133cb729dbae420eafbaf1b186afc authored about 3 years ago
Update manacher.md

d6da81444df8e7f071030b12e65c8a89cbb97eaa authored about 3 years ago
Add problem, simplify implementation, fix rendering

Even-length case is now reduced to the odd-length.

3079a96aa08ecdea3030227678548d7d11a10b8d authored about 3 years ago
Merge branch 'master' into mkdocs

b3c8bdde1de0798bc4bf3ab838220b5ae5efcc39 authored about 3 years ago
explicit solution with modular inverses

09d91f2a0ca03f06ffd620911e8676d86245d648 authored about 3 years ago
Update euclid-algorithm.md

articles + typos fix

f95dc9291692003a7d83ba3c6f9fd05dd9ce4302 authored about 3 years ago
Update euclid-algorithm.md

clarification

499dfb97c1d302ebb0390b4cf0510c27200adfae authored about 3 years ago
Update euclid-algorithm.md

simpler explanation and proof for the algorithm, additional explanation for time complexity

9a365ee843e6d559bdda1ac7cae58d3951a5e381 authored about 3 years ago
Merge pull request #772 from SkyWalkerPS/patch-1

Another problem example from Codechef

742bb12686f5b12dae3875906a7926194d3938dd authored about 3 years ago
Update binary-exp.md

0b64dd61ccd96d73584c1ca64808fdb2a5832714 authored about 3 years ago
remove old template

9020a543ad07d32afa6ebab21466a3456c47e0c5 authored about 3 years ago
add preview code

f98ea0433380e8290c3be0543415ed19e00427fb authored about 3 years ago
fix latex rendering in preview

a47366ddf1348f47be86939bf6f3f9031d495152 authored about 3 years ago
fix CORS

2f640098b9d972b631416baf8e971733f5a19a27 authored about 3 years ago
preview page

9ac0282677dea641c3aef77c9fd9d4ed9c73f34a authored about 3 years ago
Merge branch 'master' into mkdocs

960823cf72d5aabe0c7024d75644d3f62b6fae11 authored about 3 years ago
adjust color of links in dark mode

bf9f26daf7e14a8c8f76590243d8e7c706745b4f authored about 3 years ago
show license type in footer

2a686fb03f78b01f04d1b4fe203059041fec9258 authored about 3 years ago
show history of file and give attribution

08408e109b468bc0f8ab7c99a6a6a4174139d4c4 authored about 3 years ago
scroll to top when clicking title

8f297ac6791d82e5367bdf2af0c21bb2470136c3 authored about 3 years ago
make page title linkable

84be79aff03e3851b57cdc2148a5e210a106f29d authored about 3 years ago
remove previous/next pager in the footer

8fdf4d1728cf01c2ee73dfd94397b318b47008d2 authored about 3 years ago
Merge pull request #768 from hly1204/master

add another method of czt

d617dd81f9f9368b7850713217672f58dbf46c06 authored about 3 years ago
conditional deployment to live or preview

70cd4d1e39723afda3d70219aff3e55d53585e8d authored about 3 years ago
fix Latex rending in Chrome

9c27f4894645f4ecfadded260494dc9f8edb3d00 authored about 3 years ago
delete old docker file

bea7e3895a2d7773049dfc0dc186c11aad4c99a0 authored about 3 years ago
add google analytics

2acbbb32203bde3bd87940dd0338785b114206a3 authored about 3 years ago
remove old build files

b82b1da21ad29a80b0006f5d8a411c5159810b95 authored about 3 years ago
deployment

edb266aa89666635cf19d37d1fbcb9a834197c61 authored about 3 years ago
remove demo article and add preview

8a3b4d68cdcd3def202507ba2b5d76542e1efab3 authored about 3 years ago
disable custom directory

e6a3c16f62e85bbe2f6e45eba51d81fa3a11e408 authored about 3 years ago
update CI tests

1167ef158baad2ea7e3566215431b7f29011ebf5 authored about 3 years ago
remove redundant files

9bf4d4ff1e907c257781ca21079f503287c2ccf8 authored about 3 years ago
update contribution guide

12c42888b4d83d0d7b932cbd6766a249c30ef03e authored about 3 years ago
styling

4a9548d8482e16ccd07671ba244accc88e34f9bd authored about 3 years ago
add logo

8ce1fedbfad872a047c5ff916fcfee658beecb27 authored about 3 years ago
add favicon

697273a9de28249919f56e9c368ef95b9882fc0e authored about 3 years ago
fix some formatting in articles

72f7b48d49e7272e51599708b1880f64042cfc93 authored about 3 years ago
Merge branch 'master' into mkdocs

1a24305d0576bd6f823352314f587dbf882a4af9 authored about 3 years ago
Merge pull request #767 from fer22f/convex-hull

Fix collinear line case in Monotone Chain

d0924cafd9c1c4d7678ab76139c9e8969d22e075 authored about 3 years ago
Merge pull request #769 from deji725/patch-1

Updated fft.md by fixing TeX

59c1217f9fb90da2ddc753b0a519c63b92b79be7 authored about 3 years ago
Merge branch 'adamant-pwn-patch-1'

c419d64782f4341bf059b87773e5d047bdc1a9dd authored about 3 years ago
some minor typos

4e76039487421fee5b644898273a121a176538f9 authored about 3 years ago
Updated fft.md by fixing TeX

Modified the 4 TeX equations under header "Improved implementation: in-place computation"

f76da8bf31ed723f85e7cbd83282dd9a01ecb6e2 authored about 3 years ago
add another method of czt

d40c8f9045d2d803ed628ddbf5638c8b18c1dd61 authored about 3 years ago
Fix collinear line case in Monotone Chain

487552ccb9a98e4fd838859c54891cf70703f225 authored about 3 years ago
Style + explanation on Hensel's lemma

7a73ea7afb7dec906ca9b135b3d9bc60ffaf303c authored about 3 years ago
note about Toeplitz matrix

cdbe13e4020fe6ba2cb325903cdaf7c801561fb3 authored about 3 years ago
matrix form + style

19a50dff34f8213a1286ef812e40a457622b6435 authored about 3 years ago
Additional algorithm for inverse series, style

a89160f33df4315c558c531a319feeed8615e344 authored about 3 years ago
Style fixes

99b57e227901810e4eecd8cd4281af709a656d46 authored about 3 years ago
Style changes + fixing misidentation of the list

779c6c053b9f00ba8a82523dde4e43451308e7da authored about 3 years ago