repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
thealgorithmspython | mypy fix type annotation for project euler problem008 sol2 fix 4052 | Enhancement | describe your change fix 4052 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 reque... |
thealgorithmspython | mypy fix type annotation for project euler problem007 sol2 fix 4052 | Enhancement | describe your change fix 4052 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 reque... |
thealgorithmspython | mypy fix type annotation for project euler problem003 sol1 and problem003 sol3 fix 4052 | Enhancement | describe your change fix 4052 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 reque... |
thealgorithmspython | mypy fix type annotation for problem003 sol1 and problem003 sol3 fix 4052 | Enhancement | describe your change fix 4052 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 reque... |
thealgorithmspython | mypy fix 4052 fix mypy error message in project euler solution | 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 ... |
thealgorithmspython | an algorithm to implement mergesort in python | 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... |
thealgorithmspython | an algorithm to implement mergesort in python | Invalid | describe your change y add an algorithm fix a bug or typo in an exist algorithm documentation change checklist y I have read contribute md y this pull request be all my own work I have not plagiarize y I know that pull request will... |
thealgorithmspython | an algorithm to implement mergesort in python | 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 I know that pull request will not ... |
thealgorithmspython | change unused for loop var | Invalid | describe your change no add an algorithm change unused loop variable from I to fix a bug or typo in an exist algorithm no documentation change checklist yes I have read contribute md yes this pull request be all my own work I have not pl... |
thealgorithmspython | just for fun | 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 ... |
thealgorithmspython | pyupgrade to python 3 9 | Enhancement | describe your change pyupgrade py39 plus py use from future import annotation to reduce type import next level after 1654 and 3616 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist ... |
thealgorithmspython | add function to convert number to indian comma system | 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 ... |
thealgorithmspython | add function to convert number to indian comma system | 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 no... |
thealgorithmspython | can we add flake8 mypy and python black to this checklist | Good First Issue | image most pull request have pre commit check fail because the author haven t use it |
thealgorithmspython | unbounded knapsack | 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... |
thealgorithmspython | add range update functionality for segment tree | Enhancement | describe your change update segment tree implementation in datum structure binary tree segment tree other py with range update functionality which update range of underlying segment tree array and recalculate the tree in o logn time x add an algorithm fix a bug or typo in an exi... |
thealgorithmspython | mypy fix for function in math | Enhancement | describe your change correct p series py and geometric series py in maths series folder for mypy relate issue 4052 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pul... |
thealgorithmspython | new algorithm for facial expression recognition with deep learning | 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... |
thealgorithmspython | approve function use as default argument | Enhancement | describe your change use linter directive noqa b0008 for these function because they set a seed value and basebackend be reuse across all call and linearcongruentialgenerator init be only call once for each instance flake8 bugbear b008 do not perform function call in arg... |
thealgorithmspython | add disk scheduling and modify data transformarion file under machi | Invalid | ne learn folder describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md x this pull request be all my own work I have not plagiarize I know that pu... |
thealgorithmspython | feature updation | Invalid | describe your change hi I have add the new feature of hand gesture detection use opencv and mediapipe in python it be recognize my left hand right hand movement of finger and hand fist stop and open movement clockwise and counter clockwise movement of finger kindly merge this in your maste... |
thealgorithmspython | feature update | Invalid | describe your change hi I have add the new feature of hand gesture detection use opencv and mediapipe in python it be recognize my left hand right hand movement of finger and hand fist stop and open movement clockwise and counter clockwise movement of finger kindly merge this in your maste... |
thealgorithmspython | hand feature detection | Invalid | describe your change hi I have add the new feature of hand gesture detection use opencv and mediapipe in python it be recognize my left hand right hand movement of finger and hand fist stop and open movement clockwise and counter clockwise movement of finger kindly merge this in your mas... |
thealgorithmspython | hand gesture detection | Invalid | hi I have add the new feature of hand gesture detection use opencv and mediapipe in python it be recognize my left hand right hand movement of finger and hand fist stop and open movement clockwise and counter clockwise movement of finger kindly merge this in your master branch as a computer vision h... |
thealgorithmspython | avoid mutable default argument | Enhancement | describe your change flake8 bugbear b006 do not use mutable datum structure for argument default they be create during function definition time all call to the function reuse this one instance of that datum structure persist change between they add an algorithm x fi... |
thealgorithmspython | add flake8 bugbear to the testing | Enhancement | discover issue in 4691 4699 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 ... |
thealgorithmspython | mypy fix type annotation for integer partition py | Enhancement | fix type annotation for integer partition py relate issue 4052 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 | mypy fix type annotation for dynamic programming | Enhancement | relate issue 4052 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 tha... |
thealgorithmspython | modern python pyupgrade py39 plus py | Enhancement | describe your change enforce the usage of modern python with pyupgrade py39 plus py 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... |
thealgorithmspython | create sentiment analysis py | Invalid | a simple sentiment analysis 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 yes I... |
thealgorithmspython | quick sort method type hint be use the builtin list not type lis | Enhancement | describe your change quick sort be use builtin list as a type hint I update it to type list 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 w... |
thealgorithmspython | add brute force | 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... |
thealgorithmspython | branch and bind | 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 x I know that pull request will not ... |
thealgorithmspython | add factorization | Invalid | add an algorithm |
thealgorithmspython | add factorization | Invalid | describe your change x 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 | fix unused variable standalone run import doct module | Enhancement | describe your change fix unused variable and use if name main and import doct module for follow style code add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md ... |
thealgorithmspython | mypy fix type annotation for backtrack sudoku py graphic vector3 for 2d render py math area py two pointer py two sum py ugly number py sort cocktail shaker sort py insertion sort py | Enhancement | describe your change fix 4052 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 reque... |
thealgorithmspython | modify gradient boost regressor py text and code | Invalid | add explanation about the prediction code change evaluation to evaluate add shape method to print the shape of dataset add datum visualization line describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist I ... |
thealgorithmspython | hello world | Invalid | print hello world |
thealgorithmspython | update add py | 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... |
thealgorithmspython | update and rename check valid ip address py to be ip v4 address valid py | Enhancement | the name of function that return a boolean should start with be ip v6 address have a different syntax than ip v4 address new test case that the algorithm must detect an octet much big than 255 an octet be negative number of octet be less than 4 number of octet be great than... |
thealgorithmspython | update add py | Invalid | try another approach much simple and short 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 plagi... |
thealgorithmspython | luhn py favor list comprehension over map | Enhancement | as discuss in contribute md quantumnovice your review please 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 w... |
thealgorithmspython | little change for greet message for you | 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 ... |
thealgorithmspython | boruvka py a few simplification and f string | Enhancement | python f string simplify the code and should speed up execution I don t know graph be component and nod the same thing or different thing if they be the same thing then we should only use one name in the code and drop the other I look it up srkchowdary2000 your review please ... |
thealgorithmspython | exponential search | 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 ... |
thealgorithmspython | more efficient newton forward interpolation py | Enhancement | update code keep on update the value in y list rather than store all value of difference table at the same time so it take less space also as difference be be calculate require answer be also be calculate at the same time so it take less time update code be also take care of the case in which newton forward... |
thealgorithmspython | neat find max py | Enhancement | short and neat code 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 tha... |
thealgorithmspython | more efficient newton forward interpolation py | Invalid | update code keep on update the value in y list rather than store all value of difference table at the same time so it take less space also as difference be be calculate require answer be also be calculate at the same time so it take less time update code be also take care of the case in which newton forward i... |
thealgorithmspython | little change in docstre | Invalid | little change in comment name from use docstre to comment 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 ha... |
thealgorithmspython | create some basic in python | Invalid | some basic program in python 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... |
thealgorithmspython | python implementation of chomsky hierarchy | Invalid | describe your change I want to add a script which classify grammar accord to chomsky hierarchy into type 0 type 1 type 2 type 3 feedback and review be welcome thank x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist ... |
thealgorithmspython | python implementation of chomsky hierarchy | Invalid | describe your change I want to add a script which classify grammar accord to chomsky hierarchy into type 0 type 1 type 2 type 3 feedback and review be welcome thank add an algorithm fix a bug or typo in an exist algorithm documentation change checklist ... |
thealgorithmspython | add bor vka s algorithm | 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 ... |
thealgorithmspython | mypy fix type annotation for string | Enhancement | relate issue 4052 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 tha... |
thealgorithmspython | mypy fix type annotation for string | Enhancement | relate issue 4052 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 tha... |
thealgorithmspython | change in string | 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... |
thealgorithmspython | change in string | 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... |
thealgorithmspython | change in string | Invalid | 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... |
thealgorithmspython | pythonic implementation | 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... |
thealgorithmspython | create contribute md | 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 ... |
thealgorithmspython | add linkedlist solution for separate odd and even nod | Invalid | describe your change yes add an algorithm no fix a bug or typo in an exist algorithm no documentation change checklist yes I have read contribute md yes this pull request be all my own work I have not plagiarize yes I know that pull ... |
thealgorithmspython | mypy fix type annotation for graph | Enhancement | relate issue 4052 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 tha... |
thealgorithmspython | renovate readme md | Documentation | conjunctive adverb should be follow by a comma for more detail kindly refer 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 ... |
thealgorithmspython | update readme 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... |
thealgorithmspython | update readme md | Invalid | conjunctive adverb should be follow by a comma for more detail kindly refer |
thealgorithmspython | mypy fix type annotation for math | Enhancement | relate issue 4052 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 tha... |
thealgorithmspython | add a new python file for the code defragmentation | 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 ... |
thealgorithmspython | fix mypy error at math | Enhancement | relate issue 4052 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 tha... |
thealgorithmspython | fix multi heuristic astar algo | Enhancement | describe your change fix multi heuristic astar algo 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 they fail the automate test x this pr only change one... |
thealgorithmspython | mypy fix type annotation for string naive string search py | Enhancement | fix mypy error for string naive string search py 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 ... |
thealgorithmspython | create quadratic equation real and distinct py | Invalid | an algorithm to compute the root for a quadratic equation it take 3 input and give the number of solution available for that equation describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I ha... |
thealgorithmspython | create quadratic equation real and distinct py | Invalid | an algorithm to compute the root for a quadratic equation it take 3 input and give the number of solution available for that equation describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have r... |
thealgorithmspython | create quadratic equation real and distinct py | Invalid | an algorithm to compute the root for a quadratic equation describe your change x 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... |
thealgorithmspython | refactor graph initialization at basic graph py | Enhancement | describe your change refactor graph initialization at basic graph py 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 they fail the automate test x this pr o... |
thealgorithmspython | update heap generic py | Invalid | fix a bug at heap generic py if the element to be delete be at the bottom of the heap the item should no long be save describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read cont... |
thealgorithmspython | gitignore modify | 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 ... |
thealgorithmspython | update the comment | Enhancement | add comment to make the code presentation more clear 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 n... |
thealgorithmspython | create stochastic universal sample sus py | Invalid | this be a stochastic universal sample sus selection genetic algorithm thankyou describe your change x add an algorithm 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 w... |
thealgorithmspython | correct gramatical mistake | 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... |
thealgorithmspython | preposition use in the file be not correct it should be about instead of on | 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... |
thealgorithmspython | fix mypy error at mst kruskal | Enhancement | describe your change fix mypy error at mst kruskal 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 they fail the automate test x this pr only change one alg... |
thealgorithmspython | fix mypy error at even tree algo | Enhancement | describe your change fix mypy error at even tree algo 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 they fail the automate test x this pr only change one ... |
thealgorithmspython | modify the a star dot py for make readable | Enhancement | describe your change x fix a line readable in a star dot py algorithm 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 they fail the automate test x this... |
thealgorithmspython | fix mypy error at greedy well first algo | Enhancement | describe your change fix mypy error at greedy well first algo 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 they fail the automate test x this pr only cha... |
thealgorithmspython | modify for make the code readable | Enhancement | describe your change x fix a readable issue in a star dot py algo 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 they fail the automate test x this p... |
thealgorithmspython | fix mypy error at bfs short path algo | Enhancement | describe your change fix mypy error at bfs short path algo 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 they fail the automate test x this pr only change... |
thealgorithmspython | add backtrack for solve magic sequence | Invalid | add a algorithm use backtrack for solve magic sequence |
thealgorithmspython | create readme md | Invalid | all program be web scrap not web programming 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 plagi... |
thealgorithmspython | fix mypy error at gale shapely bigraph algo | Enhancement | describe your change fix mypy error at gale shapely bigraph 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 they fail the automate test x this pr only chang... |
thealgorithmspython | add brute force implementation for knapsack problem | Invalid | describe your change add brute force algorithm implementation for knapsack problem 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 h... |
thealgorithmspython | add snake game py to other folder | Invalid | this be a simple snake game that use the turtle library it show define multiple aspect of the program and an overall main loop function that cycle and check for change |
thealgorithmspython | fix mypy error at strongly connect component | Enhancement | describe your change fix mypy error at strongly connect component 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 they fail the automate test x this pr only... |
thealgorithmspython | fix mypy error at graph list | Enhancement | describe your change fix mypy error at graph list 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 they fail the automate test x this pr only change one algo... |
thealgorithmspython | fix mypy error at bidirectional a star | Enhancement | describe your change fix mypy error at bidirectional a star 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 they fail the automate test x this pr only chang... |
thealgorithmspython | modify readme md | Invalid | describe your change find it insipid so make it a bit presentive 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 plagiari... |
thealgorithmspython | fix 4529 | Enhancement | fix an indentation mistake 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 ... |
thealgorithmspython | add new application of stack datum structure I e reverse text datum | Enhancement | describe your change x 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 plagiarize x I know that pull request will n... |
thealgorithmspython | fix module numpy be import with both import and import from | Enhancement | describe your change fix lgtm on arithmetic analysis lu decomposition py by fix module numpy be import with both import and import from comment from numpy import ndarray change ndarray to np ndarray add an algorithm x fix a bug or t... |
thealgorithmspython | mypy fix type annotation for data structure link list middle element of link list py and datum structure link list init py | Enhancement | mypy ignore miss import datum structure link list init py success no issue find in 1 source file mypy ignore miss import datum structure link list init py success no issue find in 1 source file relate issue 4052 add an algorithm x fix a bug or typo in an ex... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.