An open API service for providing issue and pull request metadata for open source projects.

GitHub / cp-algorithms/cp-algorithms issues and pull requests

#1475 - Update binary-exp.md

Pull Request - State: closed - Opened by UtkarshSingh1923 27 days ago - 3 comments

#1474 - fix typo

Pull Request - State: closed - Opened by aleksmish 28 days ago - 2 comments

#1473 - Update geometry/nearest_points.md, adding a randomized algorithm explanation

Pull Request - State: open - Opened by izanbf1803 about 1 month ago - 7 comments
Labels: enhancement, help wanted

#1472 - Non-recursive implementation for finding euler tour using adjacency list

Pull Request - State: open - Opened by rhombus2002 about 1 month ago - 1 comment
Labels: enhancement

#1471 - Bug in range sieve when left boundry is 0

Pull Request - State: open - Opened by nartherion about 1 month ago - 1 comment
Labels: bug

#1470 - Problem on article Maximum flow - Push-relabel algorithm

Issue - State: open - Opened by EHollower about 1 month ago - 1 comment

#1469 - Small correction in article Breadth First Search

Issue - State: closed - Opened by Aakarsh-D-Reja about 1 month ago

#1468 - Update fixed_length_paths.md

Pull Request - State: closed - Opened by This-is-Adroit about 2 months ago - 1 comment

#1466 - Update stack_queue_modification.md

Pull Request - State: closed - Opened by Tushar0009 about 2 months ago - 1 comment

#1465 - Square root trick for modular exponentiation

Issue - State: open - Opened by jxu 2 months ago

#1464 - [Suggestion][Feedback Wanted] using cmake + google test for writing tests

Pull Request - State: open - Opened by yuuurchyk 2 months ago - 2 comments

#1463 - Update longest_increasing_subsequence.md

Pull Request - State: closed - Opened by 100daysummer 2 months ago - 1 comment

#1462 - Minimum queue removal logic is wrong

Issue - State: open - Opened by buydrpepper 2 months ago - 3 comments

#1461 - Update factorization.md [Update Powersmooth Definition]

Pull Request - State: closed - Opened by t0wbo2t 2 months ago - 6 comments

#1460 - simplify bridge-searching expression

Pull Request - State: closed - Opened by harssRajput 3 months ago - 1 comment

#1459 - Update CONTRIBUTING.md

Pull Request - State: closed - Opened by mhayter 3 months ago - 1 comment

#1458 - Typo fix in graph/fixed_length_paths.md

Pull Request - State: closed - Opened by bit-shashank 3 months ago - 2 comments

#1457 - relocated lis to dp section/add redirect + add relevant links to intro-to_dp

Pull Request - State: open - Opened by mhayter 3 months ago - 1 comment
Labels: enhancement

#1456 - Update all center tags again

Pull Request - State: closed - Opened by mhayter 3 months ago - 1 comment

#1455 - Fibonacci: restore matrix power form

Pull Request - State: closed - Opened by jxu 3 months ago - 1 comment

#1454 - Fibonacci: Cassini's identity proof sketches

Pull Request - State: closed - Opened by jxu 3 months ago

#1453 - Fibonacci: better motivation for matrix form

Pull Request - State: closed - Opened by jxu 3 months ago - 1 comment

#1452 - We're losing to usaco.guide (traffic + maintenance)

Issue - State: open - Opened by mhayter 3 months ago - 36 comments
Labels: enhancement, help wanted

#1451 - Change text in Aho Corasick

Pull Request - State: closed - Opened by mrityunjai01 3 months ago - 2 comments

#1450 - Problem on the Aho-Corasick Algorithm Article

Issue - State: closed - Opened by mrityunjai01 3 months ago - 1 comment

#1449 - Update finding-negative-cycle-in-graph.md

Pull Request - State: closed - Opened by mhayter 3 months ago

#1448 - Update k-th.md

Pull Request - State: closed - Opened by mhayter 3 months ago

#1447 - add_script updates center tags for all images

Pull Request - State: closed - Opened by mhayter 3 months ago - 2 comments

#1446 - Center tags around images are now causing the images to not render

Issue - State: closed - Opened by mhayter 3 months ago - 5 comments

#1445 - tortoise_and_hare.md not rendering images because of center tags

Pull Request - State: closed - Opened by mhayter 3 months ago

#1444 - Image Fix for Tortoise and Hare Algorithm

Pull Request - State: closed - Opened by udaykiran2427 3 months ago - 2 comments

#1442 - Corrected the image not visible issue in 2SAT.md

Pull Request - State: closed - Opened by sr2005roy 4 months ago - 2 comments

#1441 - 2-SAT in graph algo images are not visible

Issue - State: closed - Opened by sr2005roy 4 months ago

#1440 - Try mkdocs without navigation tabs

Pull Request - State: closed - Opened by adamant-pwn 4 months ago - 1 comment

#1439 - feat: add problem to manhattan distance article

Pull Request - State: closed - Opened by aslmk 4 months ago - 1 comment

#1438 - Update knuth-optimization.md

Pull Request - State: closed - Opened by FloppaInspector 4 months ago - 3 comments

#1437 - Fixed fibonacci encoding of the number 8 and 19

Pull Request - State: closed - Opened by nafi103 4 months ago

#1436 - Fixed Fibonacci Encoding of the number 19.

Pull Request - State: closed - Opened by nafi103 4 months ago

#1434 - Problem on article Maximum flow - Dinic's algorithm

Issue - State: closed - Opened by Jallow323 4 months ago - 1 comment

#1433 - Add virtual trees article and tests

Pull Request - State: closed - Opened by spike1236 4 months ago - 11 comments

#1432 - Problem on article Fenwick Tree

Issue - State: closed - Opened by hvj7 4 months ago - 4 comments

#1431 - Add virtual trees article

Pull Request - State: closed - Opened by spike1236 4 months ago

#1430 - Typo fix in topological-sort.md

Pull Request - State: closed - Opened by FranklinLiang 5 months ago - 2 comments

#1429 - add another language to the article

Issue - State: closed - Opened by mahyamadelta 5 months ago - 3 comments

#1428 - Update divide-and-conquer-dp.md

Pull Request - State: closed - Opened by CDTheGod 5 months ago - 3 comments

#1427 - Problem on article Balanced Ternary

Issue - State: closed - Opened by sami0vic 5 months ago

#1426 - Prims algorithm for sparse graphs needs some more elaboration

Issue - State: open - Opened by notimeforcaution 5 months ago - 3 comments

#1425 - Build process disrupted by mkdocs tags_file

Issue - State: closed - Opened by mhayter 5 months ago - 3 comments

#1424 - Adding annotations option for paragraphs, as on Genius website.

Issue - State: closed - Opened by Mihaai999 5 months ago - 1 comment

#1422 - Update chinese-remainder-theorem.md

Pull Request - State: closed - Opened by ROKUMATE 6 months ago - 1 comment

#1421 - Burnside lemma practice problems

Pull Request - State: closed - Opened by Electron1997 6 months ago - 1 comment

#1420 - Problem on article Divide and Conquer DP

Issue - State: closed - Opened by stefdasca 6 months ago - 1 comment

#1419 - Problem on article Finding a Negative Cycle in the Graph

Issue - State: closed - Opened by 0legmak 6 months ago - 3 comments

#1418 - Update longest_increasing_subsequence.md

Pull Request - State: closed - Opened by SuperMinerYYT 6 months ago - 1 comment

#1417 - Heavy-light decomposition problems

Pull Request - State: closed - Opened by Electron1997 6 months ago - 1 comment

#1416 - Update delaunay.md

Pull Request - State: closed - Opened by jeremykvlim 6 months ago - 2 comments

#1415 - Update mex.md

Pull Request - State: closed - Opened by tinyfold88 6 months ago - 2 comments

#1413 - Specific implementation of half_gcd algorithm

Issue - State: closed - Opened by zlhlovelattice 6 months ago - 1 comment

#1412 - Update tortoise_and_hare.md

Pull Request - State: closed - Opened by ericmiranda7 7 months ago

#1411 - Fix typos in intro-to-dp.md

Pull Request - State: closed - Opened by konstantinosalatzas 7 months ago - 1 comment

#1410 - Update fenwick.md

Pull Request - State: closed - Opened by arjunUpatel 7 months ago - 2 comments

#1409 - Update current year in mkdocs.yml

Pull Request - State: closed - Opened by hiendevt 7 months ago - 1 comment

#1408 - Fix sentence structure in fft.md

Pull Request - State: closed - Opened by TZProgrammer 7 months ago - 1 comment

#1406 - A little spell check that's it

Pull Request - State: closed - Opened by Harpreet287 7 months ago - 1 comment

#1405 - Update intro-to-dp.md

Pull Request - State: closed - Opened by tj91 7 months ago - 1 comment

#1404 - Fix typos in binary_search.md, bit-manipulation.md

Pull Request - State: closed - Opened by konstantinosalatzas 7 months ago - 1 comment

#1403 - Update sqrt_decomposition.md

Pull Request - State: closed - Opened by ypratik817 7 months ago - 1 comment

#1402 - Update cutpoints.md

Pull Request - State: closed - Opened by Naman-Vaishnav 8 months ago

#1400 - Update euler_path.md

Pull Request - State: closed - Opened by Havmaagen 8 months ago

#1399 - Update divisors.md

Pull Request - State: open - Opened by essaissa 8 months ago - 1 comment

#1398 - Update edge_vertex_connectivity.md

Pull Request - State: open - Opened by toluwalase104 8 months ago

#1397 - Fix small grammar errors in topological-sort.md

Pull Request - State: closed - Opened by DairyQueenXD 8 months ago - 1 comment

#1396 - Added failing test

Pull Request - State: closed - Opened by hazzlerr 8 months ago

#1395 - Latex '$' issue with Josephus Problem

Issue - State: closed - Opened by tashviks 8 months ago - 2 comments

#1394 - Bug in the face order check

Pull Request - State: closed - Opened by hazzlerr 8 months ago

#1393 - Manacher's algorithm inconsistency

Pull Request - State: closed - Opened by yuuurchyk 9 months ago - 6 comments

#1392 - Much simpler range sum operation

Pull Request - State: open - Opened by Stillswarm 9 months ago - 3 comments

#1391 - Fixed spelling mistake in suffix-automaton.md

Pull Request - State: closed - Opened by AtharvaThorve 9 months ago - 1 comment

#1390 - Binary Search Article Typo

Issue - State: closed - Opened by amanbadone 9 months ago - 2 comments

#1389 - Update fft.md: The IFFT values should be divided by n instead of 2

Pull Request - State: closed - Opened by SethuramS 9 months ago - 2 comments

#1388 - GH-1005: Pell's equation

Pull Request - State: open - Opened by Bhaskar1312 9 months ago - 5 comments

#1386 - Randomized O(n) Closest pair of points

Issue - State: open - Opened by izanbf1803 9 months ago - 1 comment

#1385 - Create voteAlgo

Pull Request - State: closed - Opened by danshika42 9 months ago - 1 comment

#1384 - On Parallel Binary Search

Pull Request - State: open - Opened by Kostero 9 months ago - 4 comments

#1383 - Cpp tips and tricks

Pull Request - State: open - Opened by jxu 9 months ago - 8 comments

#1382 - Update README.md

Pull Request - State: closed - Opened by hsnmath 9 months ago - 2 comments

#1381 - fix: typos and inconsistencies in intro-to-dp

Pull Request - State: closed - Opened by clumsy 9 months ago - 1 comment

#1380 - feat: python impl for 0-1 BFS

Pull Request - State: open - Opened by clumsy 9 months ago - 2 comments

#1379 - Remove broken links #1137

Pull Request - State: closed - Opened by Kostero 9 months ago

#1378 - Fix a few more missing links #1137

Pull Request - State: closed - Opened by Kostero 9 months ago

#1377 - fix: correct low-link value update in bridge-finding algorithm (#1329)

Pull Request - State: closed - Opened by satyajit-patel 9 months ago - 2 comments

#1376 - Added 1-based indexing approach in fenwick tree

Pull Request - State: open - Opened by urabhay10 9 months ago - 9 comments