repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
thealgorithmspython
python hacktober 2023 add and improve comment
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
add monotonic array problem
Invalid
describe your change 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 will not be merge if they fail the automate test x this pr only change one algorithm file to ea...
thealgorithmspython
add monotonic array problem
Invalid
describe your change 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 will not be merge if they fail the automate test x this pr only change one algorithm file to ease r...
thealgorithmspython
add monotonic array
Invalid
describe your change 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 will not be merge if they fail the automate test x this pr only change one algorithm file to ease r...
thealgorithmspython
fix miss number algorithm
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
expand euler phi function doctest
Enhancement
describe your change improve 9943 the euler s phi function doctest be bad than the other function doctest in the same file only cover one case and lack exception handling for negative number unlike the other function this pull request add exception handle for negative number and expand the doc...
thealgorithmspython
doc add test scenario to pull request template
Documentation
describe your change add test scenario to pull request template 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
doc add test scenario to pull request template
Invalid
describe your change add test scenario to pull request template 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
graphic use turtle function a 3d circle with benzene ring
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
create long common subsequence substre 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 ...
thealgorithmspython
create long common subsequence substre py
Invalid
this be a new dynamic programming problem I have publish a research paper about this problem under the guidance of professor rao li university of south carolina aiken along with my friend the paper have be accept by the journal of mathematics and informatic the problem be a variation of the...
thealgorithmspython
multilayer perceptron classifier py
Enhancement
fix 9598 the mlp class implement a simple feedforward neural network for classification it have an input layer a hidden layer with a tanh activation and an output layer the init method initialize the weight matrix and bias vector randomly the forward method perform the feedforward pass cal...
thealgorithmspython
create python dsa
Invalid
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 this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
top 100 contribur picute in contributor section on readme md file
Enhancement
feature description I want to add top 100 contributor profile like add in follow repo contribor
thealgorithmspython
change code to return tuple in dynamic programming subset generation py 10189
Invalid
describe your change 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
merge sort
Invalid
add merge sort in python
thealgorithmspython
update subset generation py
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 this pull request be all my own work I have not plagiarize I know that pull request will not be merge...
thealgorithmspython
add some dsa problem question
Enhancement
feature description add dsa question
thealgorithmspython
update miss number py
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
update miss number 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...
thealgorithmspython
update miss number py
Invalid
call of the function be not there therefore I have add the code for this
thealgorithmspython
shortestpath
Invalid
sort the element of list in python describe your change add an algorithm 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 t...
thealgorithmspython
modify comment on low py
Enhancement
describe your change modify comment on low 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
add dota2 senate use dequeus
Enhancement
feature description add the file dota2senate py
thealgorithmspython
refactor code in function update img and anno
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 ...
thealgorithmspython
refactor code in function update img and anno
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 this pull request be all my own work I have not plagiarize I know that pull request will not be merge ...
thealgorithmspython
fix incorrect range detection in find miss number
Enhancement
describe your change fix 10357 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 wil...
thealgorithmspython
miss number algorithm dosen t work as intend bit manipulation miss number py
Bug
repository commit d0c54acd75cedf14cff353869482a0487fea1697 python version python version python 3 12 0 dependency version pip freeze setuptool 68 2 2 wheel 0 41 2 expect behavior for array 1 3 4 5 6 the output should be 2 actual behavior the output get be 4
thealgorithmspython
tsp py
Invalid
the provided python script offer a solution to the travel salesman problem tsp a renowned combinatorial optimization challenge the approach employ in this code be a straightforward brute force method that exhaustively explore all possible permutation of a give set of point to identify the optimal path to begin...
thealgorithmspython
change doctest in simpson rule py
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
add code for python bot for scheduling mail
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 a python bot that can send email at schedule time
Enhancement
feature description cclauss I m create this issue to create a python bot that can send email automatically at the scheduled time specify by the user I want to contribute by add code for this to the repository kindly assign I this issue
thealgorithmspython
add doctest to binary exponentiation py
Enhancement
describe your change contribute to 9943 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
add doctest to frequency finder py
Enhancement
describe your change contribute to 9943 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 req...
thealgorithmspython
create step by knight py
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 if t...
thealgorithmspython
create mswlogo app py
Invalid
describe your change add new code file which lite version of mswlogo app note please approve and hacksquad label in this
thealgorithmspython
update tree sort py
Invalid
instead of explicitly append value to a list in the inorder traversal it use a generator function which be more memory efficient and pythonic simplify the insertion logic by use if val self val and if val self val condition remove the unnecessary check for if self val in the insert method as it s ...
thealgorithmspython
tree sort py
Invalid
instead of explicitly append value to a list in the inorder traversal it use a generator function which be more memory efficient and pythonic simplify the insertion logic by use if val self val and if val self val condition remove the unnecessary check for if self val in the insert method as it s ...
thealgorithmspython
create pose detection 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
tree sort py
Invalid
instead of explicitly append value to a list in the inorder traversal it use a generator function which be more memory efficient and pythonic simplify the insertion logic by use if val self val and if val self val condition remove the unnecessary check for if self val in the insert method as it s ...
thealgorithmspython
create ant colony optimization py for navigation
Invalid
add ant colony optimization describe your change I have create a function for ant colony optimization algorithm use for path find x algorithm 1 initialization initialize the problem with a random configuration of pheromone level on the edge and place ant on random node in the graph ...
thealgorithmspython
test
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
test
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 ...
thealgorithmspython
add the code good time to buy and sell stock in dp section thealgorithm 7104
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 readme md
Invalid
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 this pull request be all my own work I have not plagiarize x I know that pull request will not be mer...
thealgorithmspython
add new cipher tool
Invalid
description this program be a simple encryption and decryption program that use the current time as the key whatever you encrypt with the program can only be decrypt with the program and the exact time it be encypte this program be not mean to be use for any serious encryption or decryption it be just a ...
thealgorithmspython
density base spatial clustering of application with noise dbscan
Enhancement
feature description add dbscan algorithm in the machine learn part
thealgorithmspython
new branch
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 an md5 hashing algorithm that hash any give string
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 bernoulli principle py
Invalid
describe your change the bernoulli principle be a fundamental concept in fluid dynamic that describe the relationship between the pressure and velocity of a fluid in a streamlined flow you can use python to create a simple script to visualize the bernoulli principle in this example I have use the matplo...
thealgorithmspython
add multi layer perceptron
Invalid
describe your change add a new algorithm a multi layer perceptron mlp for the checklist assume this change be make in the context of contribute to a github repository or project here s how you can fill it out x add an algorithm fix a bug or typo in an exist algorithm ...
thealgorithmspython
create speed of sound py
Invalid
calculate speed of sound 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...
thealgorithmspython
add a docstring to the partition function
Enhancement
describe your change I ve add a docstring to the partition function 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 kn...
thealgorithmspython
update the perfect cube test
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
update the readme form devcontainer with a resume from the docker c
Invalid
ontainer tutorial 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...
thealgorithmspython
update heap 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 frequency finder py
Enhancement
describe your change contribute to 9943 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 req...
thealgorithmspython
create a folder machine learning model from scratch
Invalid
here I be contribute ml model implementation from scratch pca principal component analysis I will be create a pull request kindly approve it and merge it describe your change here I have create a folder machine learning model from scratch be contribute ml model implementation from scratch pca ...
thealgorithmspython
test repo
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
test repo
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
update doctest for power sum py
Enhancement
describe your change contribute to 9718 I change the test solve 800 2 where need sum be decrease to 500 as this test have a large search space the test solve 1000 10 be not a problem because 2 10 1024 and the function terminate quite quickly but anyways I feel this...
thealgorithmspython
add binary operation binary addition
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
graphic use turtle function a 3d circle with benzene ring
Invalid
describe your change I have make a 3d circle and geometric pattern of a benzene by impart different color to it by use the turtle function by which we can use the feature like a drawing board which let we command a turtle to draw all over it we can use function like turtle forward and turtle right w...
thealgorithmspython
graphic use turtle function
Invalid
describe your change I have make a 3d circle and geometric pattern of a benzene by impart different color to it by use the turtle function by which we can use the feature like a drawing board which let we command a turtle to draw all over it we can use function like turtle forward and turtle right w...
thealgorithmspython
shaheryar
Invalid
describe your change I add a new algorithm to graph 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 my own work I have not plagiarize x...
thealgorithmspython
add ruff rule for panda vet and pyt style
Enhancement
describe your change panda vet pd flake8 pyt style pt 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
add credit score calculator in financial section
Invalid
describe your change this python program be a simplify example of a credit score calculator it allow user to input various financial and personal factor to calculate a basic credit score x add an algorithm fix a bug or typo in an exist algorithm documentation change check...
thealgorithmspython
add the linear regression algorithm
Invalid
describe your change I have add the linear regression algorithm program 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 no...
thealgorithmspython
update readme
Enhancement
feature description can I work on the documentation of the readme as it need to be update in order to make it more interactive and help user to know more about the repo
thealgorithmspython
add linear regression algorithm python
Invalid
describe your change I have add the linear regression problem in math 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 plagiar...
thealgorithmspython
add doctest in simpson rule py
Enhancement
describe your change add doctest in simpson rule py 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 th...
thealgorithmspython
camel to snake
Enhancement
the change involve enhance the exist camel to snake case algorithm in python to handle number in the input string ensure correct conversion to snake case the modification include a more concise and readable logic format string for improved readability and a fix for handle uppercase letter to avoid unnecessa...
thealgorithmspython
fix fix the code to return tuple so we can add doctest in it and
Invalid
make cover high in dynamic programming subset generation py describe your change 1 in this version each combination be add to a list 2 the combination util function return a list of tuple where each tuple represent a valid combination of r element from the input array 3 it separate...
thealgorithmspython
fix fix the code to return tuple so we can add doctest in it and
Invalid
make cover high in dynamic programming subset generation py describe your change 1 in this version each combination be add to a list 2 the combination util function return a list of tuple where each tuple represent a valid combination of r element from the input array 3 it separate ...
thealgorithmspython
add doctest in min cost string conversion py
Enhancement
describe your change add doctest in string min cost string conversion py issue 9943 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...
thealgorithmspython
add a new churn cal py in machine learn directory 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
create interpolation search 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...
thealgorithmspython
add tag sort
Invalid
describe your change tag sort be one of the new algorithm which can be use when operate on large array of object it provide both the sorted and original list x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read co...
thealgorithmspython
improve primelib py test coverage 9943
Enhancement
describe your change improve the doctest in the primelib py file 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
update match word pattern py fix 9943
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 merge if...
thealgorithmspython
add new folder under natural language processing and add tokeniza
Invalid
tion py file describe your change x add an algorithm add a new domain natural language processing and create a tokenization py file 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 requ...
thealgorithmspython
merge pull request 1 from thealgorithms master
Invalid
merge pr from main fork
thealgorithmspython
k mean clust change to remove warn
Enhancement
describe your change contribute to 9718 before sum np sum mean with na np mean after sum sum mean with na mean the change remove the warning home runner work python python machine lear...
thealgorithmspython
add doctest to primelib py
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
add my code in and folder
Invalid
describe your change add my code in machine learning and neural network folder x add an algorithm dicsion tree classifier fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request ...
thealgorithmspython
blockchain
Invalid
describe your change block scheme of blockchain
thealgorithmspython
add my code in machine learning and neural network folder
Invalid
describe your change add my code in machine learning and neural network folder add an algorithm dicsion tree classifier fix a bug or typo in an exist algorithm no documentation change no checklist I have read contribute md ...
thealgorithmspython
blockchain
Invalid
describe your change block scheme of blockchain
thealgorithmspython
create large small word py
Invalid
description I have add an algorithm in string folder which be base on find the large and small word in a string I request you to please review my pr and add label of hactoberf and hactoberf accept
thealgorithmspython
maximum product subarray
Invalid
describe your change x add an algorithm add maximum product subarray algorithm program in python language program file be locate in divide and conqure checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x ...
thealgorithmspython
maximum product subarray
Invalid
describe your change x add an algorithm add maximum product subarray algorithm program in python language program file be locate in divide and conqure checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x ...
thealgorithmspython
add newton s forward interpolation algorithm
Invalid
describe your change add file with newton s forward interpolation algorithm in the math folder 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 w...
thealgorithmspython
gaussian elemination change to remove warn
Enhancement
describe your change contribute to 9718 before x row 0 vector row total coefficient row row after x row 0 vector row 0 total 0 coefficient row row remove warn arithmetic analysis gaussian elimination py 10 warning home runner work py...
thealgorithmspython
remove myself from codeowner
Enhancement
forget about this in my early pr sorry
thealgorithmspython
text scanner
Enhancement
feature description hey I want to create a python cum ml app that can scan any picture and extract the text in it it can be as simple as a pdf or as complex as a move car number plate the code will scan the image and give the scanned text as output I would request the maintainer to assign it to I so t...
thealgorithmspython
add assign cookie to greedy method
Invalid
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 I know that pull request will not be merge if they fail the automate test this pr only change one algorithm file...
thealgorithmspython
graph color problem in greedy algorithm
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
encryption and decryption in python
Enhancement
feature description I propose create an algorithm in python that provide encryption and decryption functionality for string I find no such basic project or program here so I create an issue maintainer could you please assign it to I so you can review I can add it to your string folder also please wh...
thealgorithmspython
update primelib py
Enhancement
describe your change add doctest to the function be prime 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 kn...
thealgorithmspython
update primelib py
Enhancement
add case describe your change add doctest to the function be prime 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 ...