repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
thealgorithmspython
fix get top billioner py file name typo
Enhancement
describe your change fix typo in web programming get top billioner py file name billioner billionaire add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request ...
thealgorithmspython
revamp md5 py
Enhancement
describe your change revamp hash md5 py add type hint to all function add doctest to all function greatly expand documentation for all function add input validation to some function as need add reference to the wikipedia article that the implementation be base on rename some variab...
thealgorithmspython
update support vector machine py
Invalid
this update code will ensure that the fit method raise a valueerror if the input observation be not a list of 1d numpy array or if the input class be not a 1d numpy array or list of number with the same length as observation describe your change add an algorithm x fix a bug or typo in an...
thealgorithmspython
remove duplicate gcd implementation
Enhancement
feature description great common divisor py and euclidean gcd py both have basically the same two implementation of the euclidean algorithm for calculate the gcd of 2 number thus one of they should probably be remove as a duplicate
thealgorithmspython
change prime sieve eratosthene py to return list
Enhancement
describe your change change prime sieve eratosthene py to return a list of int rather than print to avoid side effect also add more doctest add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md ...
thealgorithmspython
remove duplicate collatz sequence implementation
Enhancement
feature description I think one of 3n plus 1 py and collatz sequence py should be remove as they re nearly identical implementation of the same algorithm for computing collatz sequences I m not sure which of the two file should be delete I believe that the collatz conjecture be the m...
thealgorithmspython
remove extra import in gamma py doctest
Enhancement
describe your change remove extra instance of from math import gamma as math gamma from gamma py doctest since module function only need to be import once add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read ...
thealgorithmspython
add lz77 compression algorithm
Invalid
lz77 compression algorithm describe your change add a solution for the lz77 compression algorithm within the lz77compressor class contain compress and decompress method x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x...
thealgorithmspython
remove a slash in path to save the file correctly on linux
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com pycqa isort v5 11 3 5 11 4
thealgorithmspython
good luck
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if...
thealgorithmspython
reduce the complexity of other scoring algorithm py
Enhancement
describe your change reduce the complexity of other scoring algorithm py from 16 to 10 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have ...
thealgorithmspython
reduce the complexity of genetic algorithm basic string py
Enhancement
describe your change reduce the complexity of genetic algorithm basic string py from 15 to 9 fix 7971 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all m...
thealgorithmspython
fix flake8 fail test in select and pulled function out of basic in genetic algorithm fix 7971
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merge if...
thealgorithmspython
fix typo issue from contribute guide
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge ...
thealgorithmspython
segment sieve of eratosthene feature request assignment request
Enhancement
feature description I would like to implement segmented sieve of erathosthene and may be other variation of it please tell if you would merge that and also let I know what other feature optimization of algorithm or anything else you want I would love to work on this repository let I know as soon a...
thealgorithmspython
deblur and denoise use richardson lucy deconvolution for computer vision task
Enhancement
describe your change I ve add the richardson lucy deconvolution algorithm as well as some support auxiliary method this algorithm be useful for recover degraded image give a know noise and or blur function x add an algorithm checklist x I have read contribute md x th...
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com marcogorelli auto walrus v0 2 1 v0 2 2 github com pycqa isort 5 10 1 v5 11 3
thealgorithmspython
convert github action from to
Enhancement
describe your change rename a fail python file so that our test run again add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiari...
thealgorithmspython
rename gaussian naive baye py to gaussian naive baye py break
Invalid
describe your change rename a broken file to fix our fail test add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x ...
thealgorithmspython
implement a function to find max difference in array
Invalid
describe your change add new function that calculate the max difference between the element in array x add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own wor...
thealgorithmspython
implement a function to find max difference in array
Invalid
describe your change add a new function that calculate the max difference between the element in a integer array x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all...
thealgorithmspython
update be even py
Invalid
fix small typo describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull re...
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com psf black 22 10 0 22 12 0 github com asottile pyupgrade v3 3 0 v3 3 1
thealgorithmspython
feature dev
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if...
thealgorithmspython
work binary insertion sort in python
Invalid
describe your change add binary insertion sort with test x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I kno...
thealgorithmspython
update be palindrome py
Enhancement
optimise the algorithm in term of space from o n to o 1 describe your change add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not...
thealgorithmspython
update be palindrome py
Enhancement
be palindrome iterative method add which be more efficient as it take o 1 space unlike string slice method which take o n space describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read ...
thealgorithmspython
update be palindrome py
Invalid
be palindrome iterative method add which be more efficient as it take o 1 space unlike string slice method which take o n space describe your change add an algorithm checklist I have read contribute md this pull request be all my own work I have not plagiarize ...
thealgorithmspython
add new file to math folder that convert roman numeral to integer in base 10
Invalid
describe your change I add an algorithm to the math folder the algorithm converts roman numeral to their respective base 10 integer x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x ...
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com asottile pyupgrade v3 2 2 v3 3 0
thealgorithmspython
commmitnig at 05 55
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge ...
thealgorithmspython
commmitnig at 05 55
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge ...
thealgorithmspython
update contribute md
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be ...
thealgorithmspython
update contribute md
Invalid
describe your change documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if they fail the automate test I have check for grammatical mistake and update readme file
thealgorithmspython
upgrade to flake8 v6
Enhancement
describe your change the new version of flake8 complain about misplaced comment in flake8 flake8 break line be not compatible with flake8 v6 wemake service flake8 break line 280 add an algorithm x fix a bug or typo in an exist algorithm documentation change ...
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com pre commit pre commit hook v4 3 0 v4 4 0 github com pycqa flake8 5 0 4 6 0 0
thealgorithmspython
create regex pattern text finder py
Invalid
this code check if a text be atleast 3 character long if it be it will then find the most common three letter word in the text and print they out
thealgorithmspython
polynomial degree1 root
Enhancement
describe your change add method to the exist polynomial class to calculate the root of a degree 1 polynomial x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all ...
thealgorithmspython
fix validation condition and add test
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
github action schedule build start in fork repo
Question
repository commit 7f1a5521f4b73d15df409a81f3da48427f9c6cdc python version python version python dependency version pip freeze github com expect behavior no schedule build after the fork actual behavior build be run each day I have to disable the gi...
thealgorithmspython
fix argument validation for count 1s brian kernighan method
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
clean of unnecessary check import call
Enhancement
describe your change place where clean code be well pylint identify simplify return bool replace type with isinstance checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be m...
thealgorithmspython
make some change
Invalid
describe your change x add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be mer...
thealgorithmspython
polynomial degree1 root
Enhancement
describe your change add a method to the exist polynomial class that return the root of a degree 1 polynomial x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all...
thealgorithmspython
polynomial degree1 root
Invalid
describe your change add a new method to the polynomial class that calculate the root of a 1 degree polynomial x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be ...
thealgorithmspython
fix mypy 0 991 issue
Enhancement
fix 7987 note that matrix matrix class py have crlf line ending that be convert to lf line ending and that s the major diff you re see the actual diff be diff diff git a matrix matrix class py b matrix matrix class py index a73e8b92 2b4edc3c 100644 a matrix matrix class py b...
thealgorithmspython
fix require for new version of mypy 7983
Bug
repository commit master python version python version python 3 11 0 dependency version pip freeze yes expect behavior mypy pass actual behavior issue 7983 caedenph
thealgorithmspython
fix no implicit optional
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge i...
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com asottile pyupgrade v3 2 0 v3 2 2 github com pre commit mirror mypy v0 982 v0 990
thealgorithmspython
atbash py tighten up the benchmark
Enhancement
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
prime number py tighten up the benchmark
Enhancement
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
additional intro blockchain doc
Documentation
with respect to blockchain file describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x...
thealgorithmspython
additional intro blockchain doc
Invalid
with respect to blockchain file describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x...
thealgorithmspython
additional info for blockchain doc
Invalid
with respect to blockchain file describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x...
thealgorithmspython
genetic algorithm basic string py select be not bind population score
Bug
repository commit master python version python version python 3 11 0 dependency version pip freeze none expect behavior d4rkia can you please examine line 132 of genetic algorithm basic string py l132 and remove the flake8 bugbear b023 linter directive ...
thealgorithmspython
create sol1 py
Invalid
solution by generate all primitive pythagorean triple and check if it satisfy constraint in problem statement describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x...
thealgorithmspython
update 3n plus 1 py
Enhancement
1 minor issue with valueerror message give integer should be positive not great than 1 as 1 be allow 2 call underlying list extend method which might be slow call apend seem more appropriate describe your change add an algorithm x fix a bug or typo in an exist algorithm...
thealgorithmspython
update 3n plus 1 py
Invalid
1 minor issue with valueerror message give integer should be positive not great than 1 as 1 be allow 2 call underlying list extend method which might be slow call apend seem more appropriate x fix a bug or typo in an exist algorithm
thealgorithmspython
add merge function for trie
Enhancement
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
add docstre checker to pre commit
Enhancement
describe your change add flake8 docstring to the pre commit hook add global configuration for check add per file exclusion to the violation minor doc fix add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I h...
thealgorithmspython
add check prefixsum get sum start should be less or equal to the end
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
create stack use queue py
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
reduce the complexity of sort merge insertion sort py
Enhancement
describe your change reduce the complexity of sort merge insertion sort py from 19 to 9 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have...
thealgorithmspython
reduce the complexity of other graham scan py
Enhancement
describe your change reduce the complexity of other graham scan py from 20 to 14 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not pl...
thealgorithmspython
reduce the complexity of graphs minimum span tree prim py
Enhancement
describe your change reduce the complexity of graphs minimum span tree prim py from 21 to 7 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I ...
thealgorithmspython
refactor move linear algebra out of src
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
move linear algebra outside of src dir
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merge ...
thealgorithmspython
flake8 drop ignore of issue a003
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
reduce the complexity of linear algebra src polynom for point py
Enhancement
describe your change reduce the complexity of linear algebra src polynom for point py from 23 to 17 fix 7942 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request b...
thealgorithmspython
esoteric directory
Enhancement
feature description a directory with repeat algorithm in the other directory for example fibonacci but in the most esoteric way perhaps this will be hard to review but it will be pretty awesome have some major algorithm in one line of esoteric glory
thealgorithmspython
raise error not stre
Enhancement
describe your change replace string error with raise exception add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I...
thealgorithmspython
I break the build review please
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
update readme md
Invalid
good describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be ...
thealgorithmspython
linear algebra src polynom for point py be too complex
Bug
see repository commit master python version python version python 3 11 0 dependency version pip freeze none expect behavior flake8 select c max complexity 21 no error actual behavior linear algebra src polynom for point py 1 1 ...
thealgorithmspython
fix pre commit failing add b023 to flake8 ignore
Enhancement
describe your change fix 7940 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will ...
thealgorithmspython
pre commit fail on genetic algoirthm basic string
Bug
repository commit f512b4d105b6f3188deced19761b6ed288378f0d python version python version python 3 10 8 dependency version pip freeze expect behavior return item float score noqa b023 actual behavior return item float score noqa b023 be stri...
thealgorithmspython
refactor condense password relate file in one
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
add transpose of matrix algorithm
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
modelist123 modify
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize I know that pull request will not be merge...
thealgorithmspython
refactor move pascal triange to math
Enhancement
describe your change move the pascal triangle from other to math because it be very much math relate and should 100 be there next to perfect cube perfect number etc add an algorithm x fix a bug or typo in an exist algorithm documentation change checkl...
thealgorithmspython
create prime number in a interval py
Invalid
python program to display all the prime number within an interval describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work ...
thealgorithmspython
create be odd or even py
Invalid
python program to check if the input number be odd or even describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not...
thealgorithmspython
create isoddoreven py
Invalid
python program to check if the input number be odd or even describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not...
thealgorithmspython
create a binary 2 d matrix algorithm that count number of ex x p
Invalid
I create a binary 2 d matrix algorithm that count the number of ex x present in such a matrix it have be add to the matrix directory of this repo
thealgorithmspython
pre commit ci pre commit autoupdate
Enhancement
update github com asottile pyupgrade v3 1 0 v3 2 0
thealgorithmspython
hypertune
Invalid
use different model for one specific problem and hypertune the good fit model x add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiariz...
thealgorithmspython
create cuberoot
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
create cuberoot
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
math sum of digit py streamline benchmark
Enhancement
sum of digit 262144 19 0 3103 second sum of digit recursion 262144 19 0 3417 second sum of digit compact 262144 19 0 6018 second sum of digit 1125899906842624 76 ...
thealgorithmspython
math number of digit py streamline benchmark
Enhancement
num digit 262144 6 0 2226011250168085 second num digit fast 262144 6 0 13145116699161008 second num digit fast 262144 6 0 09273383300751448 second num digit 1125899906842624 16 0 6056742920191027 second num digit fast 1125899906842624 16 0 15698366600554436 second nu...
thealgorithmspython
modify half add
Enhancement
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
modify half add
Invalid
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be ...
thealgorithmspython
modify half add
Invalid
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be ...
thealgorithmspython
modify half add
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merg...
thealgorithmspython
modify half add
Invalid
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
add torus surface area
Enhancement
describe your change add an algorithm to calculate the surface area of a torus x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plag...
thealgorithmspython
torus volume
Enhancement
describe your change add an algorithm to calculate the volume of a torus x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize...
thealgorithmspython
circular doubly link list implementation
Invalid
describe your change add a data structure checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if they fail the automate test this pr only change one algorithm file t...
thealgorithmspython
update directory md
Invalid
describe your change go to look for further improvement add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know...