repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
thealgorithmspython
newton raphson well implementation
Invalid
I notice the newton raphson method could be improve so I make an altered script for it there be currently 2 script for newton raphson method in python arithmetic analysis newton method py newton raphson py there be a few issue with they they both don t support complex number whi...
thealgorithmspython
fix github require yml extension
Enhancement
ref configure the template chooser 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
binary insertion sort implementation
Invalid
binary insertion sort use the combination of binary search and insertion sort
thealgorithmspython
binary insertion sort implementation
Invalid
implementation of the binary insertion sort combination of both binary search and insertion sort algorithm
thealgorithmspython
remove a security bug on recaptcha algorithm
Enhancement
describe your change there be a security bug which can breach the datum as per owasp top 10 and san 25 so I use os module to put the sensitive data secret key client key in environment variable either we can do be put the sensitive datum in another file or we can do the same thing I do it depend on th...
thealgorithmspython
create add two matric py
Invalid
describe your change add python program to add two matric
thealgorithmspython
feat basic issue form
Documentation
build on top of 5822 describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change x enhancement checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x ...
thealgorithmspython
multiply two number
Invalid
multiply two number in python describe your change simple program in python to multiple two number 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 ...
thealgorithmspython
solve problem 079 in project euler
Invalid
describe your change problem link 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 wil...
thealgorithmspython
add pythogorean triplet algorithm
Invalid
describe your change I have add pythogorean triplet algorithm 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 plagiarize x ...
thealgorithmspython
add pythogorean triplet algorithm
Invalid
describe your change I have add pythogorean triplet algorithm 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 plagiarize x ...
thealgorithmspython
naive text search
Invalid
algorithm for naive text search 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...
thealgorithmspython
python code for naive text search
Invalid
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 not be me...
thealgorithmspython
add implementation of gauss seidel method
Invalid
describe your change yes add an algorithm 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 request will not be merge if they fail the automate test yes this pr only change...
thealgorithmspython
regular expression match dynamic programming
Invalid
problem statement give an input string s and a pattern p implement regular expression match with support for and where match any single character match zero or more of the precede element the matching should cover the entire input string not partial input s an...
thealgorithmspython
add karaca s algorithm in cipher
Invalid
the karaca s algorithm be a popular encryption algorithm the implementation be do entirely in python here be an example of the cipher in action example input apple step 1 reverse the input elppa step 2 replace all vowel use the follow chart a 0 e 1 I 2 o 2 u 3 ...
thealgorithmspython
create sort java
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 be merge...
thealgorithmspython
statistic from vvtrip
Invalid
describe your change create folder name stat to have statistical example add numerical measure as first prpgram 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 ...
thealgorithmspython
statistic from vvtrip
Invalid
describe your change create folder name stat to have statistical example add numerical measure as first prpgram 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 ...
thealgorithmspython
add simplify comment
Enhancement
describe your change add some comment to make the code reader able to visualise the equation I e write the equation in an algebraic manner so that another programmer will know the exact equation not add comment like this to all of the calcs add an algorithm x fix a bug or typo in an...
thealgorithmspython
add simplify comment
Invalid
describe your change add some comment to make the code reader able to visualise the equation I e write the equation in an algebraic manner so that another programmer will know the exact equation not add comment like this to all of the calcs add an algorithm x fix a bug or typo in a...
thealgorithmspython
add simplify comment
Invalid
describe your change add some comment to make the code reader able to visualise the equation I e write the equation in an algebraic manner so that another programmer will know the exact equation not add comment like this to all of the calcs add an algorithm x fix a bug or typo in an ex...
thealgorithmspython
update iir filter py
Invalid
describe your change fix a line format line 13 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...
thealgorithmspython
enter logic for quadratic hashing
Enhancement
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 merg...
thealgorithmspython
enter the logic for hash table
Enhancement
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 merg...
thealgorithmspython
do not run checklist on draft pull request
Invalid
draft pull request will often not be refactore and be in progress so mark draft pull request as invalid defeat the purpose of collaborate on what be an unfinished draft once the crux of the draft pr be validate we can convert it to a proper pr and then do the code quality check
thealgorithmspython
group algorithm proposal and algorithm design
Invalid
describe your change I have add the proposal for 6395 this should help with get start with the code for it 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...
thealgorithmspython
shuffle array add in other directory
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
add median search
Invalid
describe your change add python implementation of median search 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 plagiarize ...
thealgorithmspython
add median search
Invalid
add python implementation of median search
thealgorithmspython
hacktoberf 2022
Invalid
please add my file to your repository with label as hacktoberf
thealgorithmspython
update basic math 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 be merg...
thealgorithmspython
update basic math 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
linear search code update
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 merge i...
thealgorithmspython
linear search code update
Invalid
describe your change I have add a new linear search code in python programming language 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 ha...
thealgorithmspython
add get first set bit position py file
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
add get first set bit position py file
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
update linear search py
Invalid
describe your change add explanation for recursive approach to make it easy to understand also add time and space complexity for the same hope it make the code more clear add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist ...
thealgorithmspython
update linear search py
Invalid
documentation change add explanation for recursive approach to make it easy to understand also add time and space complexity for the same hope it make the code more clear
thealgorithmspython
update linear search py
Invalid
add explanation for recursive approach to make it easy to understand also add time and space complexity for the same hope it make the code more clear
thealgorithmspython
update linear search py
Invalid
add explanation for recursive approach to make it easy to understand also add time and space complexity for the same hope it make the code more clear add comment to the code
thealgorithmspython
update linear search py
Invalid
add explanation for recursive approach to make it easy to understand also add time and space complexity for the same hope it make the code more clear
thealgorithmspython
update linear search py
Invalid
add explanation for recursive approach to make it easy to understand also add time and space complexity for the same hope it make the code more clear
thealgorithmspython
improve horizontal projectile motion 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 be merg...
thealgorithmspython
add floyd warshall algorithm in graph folder
Invalid
this solve the issue add more graph algorithm 4901 add floyd warshall algorithm in graph folder
thealgorithmspython
description of double hasing
Enhancement
close 6497 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 ...
thealgorithmspython
update binary and operator py
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 merge i...
thealgorithmspython
create send sm py
Invalid
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 not be me...
thealgorithmspython
fix docstre
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 exponential search in python
Invalid
describe your change x add exponential search use python 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
hacktober 2022
Invalid
describe your change please add this with hacktoberf label 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...
thealgorithmspython
update astar py
Enhancement
improve comment add punctuation 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 kno...
thealgorithmspython
update astar py
Invalid
improve comment add punctuation 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 ...
thealgorithmspython
simplify the code of check prime
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 merg...
thealgorithmspython
program to count island in boolean 2d matrix
Invalid
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 this pull request be all my own work I have not plagiarize I know that pull request will not be merg...
thealgorithmspython
update astar py
Invalid
edit comment to ensure consistency describe your change 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 merge if they fail the automate test ...
thealgorithmspython
update astar py
Invalid
edit comment to ensure consistency describe your change 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 if they fail the automate test ...
thealgorithmspython
invalid issue raise
Invalid
describe your change hi I observe that the below issue raise be invalid and doesn t comply with the guideline and should be mark as invalid resolve image add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have r...
thealgorithmspython
invalid issue raise
Invalid
hi I observe that the below issue raise be invalid and doesn t comply with the guideline and should be mark as invalid resolve image
thealgorithmspython
add remove invalid parenthese py
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 they fail ...
thealgorithmspython
add surface area of cuboid conical frustum
Enhancement
describe your change 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 plagiarize x I know that pull request will not be mer...
thealgorithmspython
add volume of hollow circular cylinder exception
Enhancement
describe your change 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 plagiarize x I know that pull request will not be mer...
thealgorithmspython
add physics ideal gas law
Invalid
add ideal gas law under physics algorithm two function return the pressure and volume of a gas system respectively 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 a...
thealgorithmspython
can t define user function in python
Invalid
can t define any user define function in python indintation spell all correct but I don t know what be happen exactly img 20220930 wa0006 refrence code def display board board print board 7 board 8 board 9 print print board 4 board 5 board 6 ...
thealgorithmspython
add array list datum structure under datum structure directory
Invalid
describe your change this change add the array list datum structure under datum structure directory along with basic array method x add an algorithm yes fix a bug or typo in an exist algorithm no documentation change no checklist x I have read contribute md ...
thealgorithmspython
create telegram get username py
Invalid
function to get username or firstname from telegram api 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 plagia...
thealgorithmspython
update cnn classification py
Enhancement
add dropout layer to prevent overfitte change the cnn layer to improve training add more layer and add more augmentation in imagedatagenerator describe your change add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist x I ...
thealgorithmspython
add time complexity for sort algorithm
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 merg...
thealgorithmspython
add time complexity for sort algorithm
Invalid
describe your change add time complexity for various sort algorithm 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 ...
thealgorithmspython
predictive analysis algorithm ml
Invalid
algorithm consist three model algorithm of k near boost algorithm and random forest 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 ...
thealgorithmspython
add volume of hollow cylinder exception
Enhancement
describe your change 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 plagiarize x I know that pull request will not be mer...
thealgorithmspython
add file via upload
Invalid
describe your change I have add the algorithm to find the next great element in a stack 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 hav...
thealgorithmspython
add surface area of cuboid and conical frustum
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
bytestoint py
Invalid
add code for byte to int conversion 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 ...
thealgorithmspython
add missing type hint in matrix directory
Enhancement
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
fix up format 4
Invalid
describe your change fix up tab vs space doc string to allow for more static positioning of text 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 wor...
thealgorithmspython
fix up format 3
Invalid
describe your change fix up tab vs space doc string to allow for more static positioning of text 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 wor...
thealgorithmspython
fix up format 2
Invalid
describe your change fix up tab vs space doc string to allow for more static positioning of text 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 wor...
thealgorithmspython
fix up format 1
Invalid
describe your change fix up tab vs space doc string to allow for more static positioning of text 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 wor...
thealgorithmspython
fizzbuzz
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
1
Invalid
def add x y while y 0 carry x y x x y y carry 1 return x print add 27 5
thealgorithmspython
hh
Invalid
def add x y while y 0 carry x y x x y y carry 1 return x print add 27 5
thealgorithmspython
add hand contour detection algorithm in computer vision
Invalid
describe your change issue solve 6386 image y add an algorithm n fix a bug or typo in an exist algorithm n documentation change checklist y I have read contribute md y this pull request be all my own work I have not plagiarize y I k...
thealgorithmspython
add algorithm of hand contours detection py
Invalid
describe your change issue solve 6386 image y add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist y I have read contribute md y this pull request be all my own work I have not plagiarize y I k...
thealgorithmspython
fix typo
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
asserterror
Invalid
task be write a pure sequence function that calculate the value of member a of the sequence describe below where n be the first parameter of this function the first term of the sequence a be give by the parameter initial each other term be then determine by the sum a...
thealgorithmspython
fix minor typo and add matrix dimension check
Enhancement
describe your change I have fix a minor typo in a comment within nverse of matrix py as well as add a simple check to ensure the provide matrix have the correct dimension in this case only 2x2 since this implementation only work for 2x2 matrix we want to make sure to give a warning when call it...
thealgorithmspython
add new approach for word occurence 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 this pr only change one algorithm file ...
thealgorithmspython
import random
Invalid
import random def name jumble no of friend name list new name list for I in range no of friend a name list I split new name list append a for I in range len new name list 2 l new name list I 1 m new name list i 1 1 new name list I ...
thealgorithmspython
group table
Invalid
group table def table number for I in range 1 11 if I 4 group table append number I 22 else group table append number I number int input enter your number table number print group table def iscorrect num 1 for item in group ...
thealgorithmspython
def search engine user input g
Invalid
def search engine user input group word word user input split words1 group word split word match 0 for word in word for word1 in words1 if word low word1 low word match 1 return word match user input input e...
thealgorithmspython
python calculator
Invalid
this be aman srivastava code from this side be a student of grade 10 this be a python compile calculator
thealgorithmspython
why can t filter deprecationwarne that be generate by warning
Invalid
import log import warning class stringfilter log filter def filter self record if record msg find deprecationwarne 1 return true return false log basicconfig level log info log capturewarning true warning logger log getlogger py warning ...
thealgorithmspython
ddo python
Invalid
hi
thealgorithmspython
use builtin instead of for loop to improve speed
Enhancement
describe your change replace the for loop method that inhibit speed with join build in function along with a more efficient exception catcher add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md...
thealgorithmspython
update readme md
Documentation
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 merg...
thealgorithmspython
support for non directed graph
Enhancement
non direct graph be now support by simply add the direction true argument in the constructor resolve bug issue 6334 describe your change add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribut...
thealgorithmspython
support for non directed graph
Invalid
non direct graph be now support by simply add the direction true argument in the constructor resolve bug issue 6334 describe your change x add an algorithm v fix a bug or typo in an exist algorithm v documentation change checklist v I have read cont...
thealgorithmspython
use builtin instead of a for loop
Enhancement
describe your change since build in python function be generally far fast than a function that use for loop I remove the unnecessary for loop and instead replace it with a build in add an algorithm fix a bug or typo in an exist algorithm documentation change checklist ...
thealgorithmspython
graph bfs use more sensible graph representation
Enhancement
describe your change graph bfs use a very strange text representation of the graph python g graph g add edge 0 1 g add edge 0 2 I e mermaid flowchart lr 0 1 0 2 be represent as 0 1 2 but I think the format ...