repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
thealgorithmspython
string program
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
add code for all sort algorithm in python
Enhancement
feature description I would like to add code for selection sort insertion sort selection sort merge sort quick sort and heap sort in python
thealgorithmspython
add kth large element use heap
Invalid
describe your change I add a new code which help to find the kth large element use heap and give an optimize solution 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 reques...
thealgorithmspython
add temperature converter in physics
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
short palindrome
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
short palindrome
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 temperature converter in physics
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 the anagramrecursion py
Invalid
describe your change python program to find the anagram of the two string use recursion 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...
thealgorithmspython
karatsuba type annotation
Enhancement
describe your change add type annotation 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 req...
thealgorithmspython
hardy ramanujanalgo type annotation
Enhancement
describe your change add type annotation 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 req...
thealgorithmspython
rename maths sigmoid linear unit py to neural network activation func ref issue 9793
Invalid
tion sigmoid linear unit py 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 t...
thealgorithmspython
add simple cashier program
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
fermat little theorem type annotation
Enhancement
describe your change add type annotation 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 req...
thealgorithmspython
add a new feature to the repo to check whether a number belong to s
Invalid
ri lanka or not describe your change I have use regex expression to check whether a number belong to sri lanka or not it check for both international format and local format number fix 9435 x add an algorithm fix a bug or typo in an exist algorithm documentation change ...
thealgorithmspython
add a loss directory in machine learning
Enhancement
feature description add a loss directory in machinelearne directory that will contain common loss function use in machine learning like binarycrossentropy sparse categorical crossentropy and meansquarederror meanabsoluteerror etc I would like to work on this issue
thealgorithmspython
2 array stack implementation
Invalid
describe your change double array implementation use one stack add an algorithm for implement 2 array use one stack 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
add library sort
Invalid
add library sort algorithm
thealgorithmspython
yugant first contribution
Invalid
describe your change issue 8067 previously the xgboostregressor be do with the help of sklearn library but I have build the xgboostregressor from scratch without use sklearn library x add an algorithm fix a bug or typo in an exist algorithm documentation change che...
thealgorithmspython
add camel case to snake case to handle number
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
implement naive baye classifier
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
implement naive baye classifier
Invalid
1 implement naive baye classifier from scratch 2 correct the graphical presentation
thealgorithmspython
consolidate gamma
Enhancement
describe your change consolidation of gamma and gamma recursive into one file fix 8098 add an algorithm fix a bug or typo in an exist algorithm documentation change x merge two different implementation into one file checklist x I have read contribute md...
thealgorithmspython
feat add infix to postfix conversion and postfix evaluation algorithm
Duplicate
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
algorithm to implement linear search in python for list
Invalid
describe your change algorithm to implement linear search in python for list implement and test 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 ...
thealgorithmspython
add algorithm to deeply clone a graph
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 camel to snake case py
Invalid
describe your change 1 add an algorithm fix a bug or typo in an exist algorithm documentation change checklist 1 I have read contribute md 1 this pull request be all my own work I have not plagiarize 1 I know that pull request will not be ...
thealgorithmspython
create camel to snake case py
Invalid
describe your change x 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 this pr only change one algorithm file ...
thealgorithmspython
create find subset py
Invalid
problem statement you be task with create a python program that find all unique subset of a give set where each subset be represent as a list of element if there be repeat element in the original set the program should consider they only once in the output the program should take an input set find all poss...
thealgorithmspython
create find subset py
Invalid
problem statement create a python program that find all unique subset of a give set where each subset be represent as a list of element if there be repeat element in the original set the program should consider they only once in the output the program should take an input set find all possible subset and...
thealgorithmspython
create find all subset py
Invalid
problem statement python program that find all unique subset of a give set where each subset be represent as a list of element if there be repeat element in the original set the program should consider they only once in the output the program should take an input set find all possible subset and print the...
thealgorithmspython
move relu py from math to neural network activation function
Enhancement
fix 9048 describe your change I have move relu py from math to neural network activation function as suggest issuecomment 1745892904 and also update directory md accordingly add an algorithm fix a bug or typo in an exist algorithm x documentation change che...
thealgorithmspython
add additional greedy algorithm
Invalid
describe your change add some additional greedy algorithm 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 ...
thealgorithmspython
add additional greedy algorithm
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 more solution for greedy problem
Invalid
describe your change add some more greedy problem and solution to those problem 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 pl...
thealgorithmspython
hofstadter s q sequence
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
efficient algorithm for find median of an stream of number in constant time complexity use max and min heap
Invalid
describe your change add efficient medianfinder algorithm with constant time complexity I e o 1 use max and min heap 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 requ...
thealgorithmspython
npl
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 power of n py
Invalid
describe your change create a function to calculate x raise to the power n I e x n where x be a float number and n be an integer and it will return a float value add an algorithm algorithm to calculate any power of a number
thealgorithmspython
project euler 551 solution 2
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 not be m...
thealgorithmspython
add the algorithm to compute the time period of a simple pendulum in the physics section
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
nlp
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
nlp
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
nlp
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 camelcase to snake case conversion algorithm
Enhancement
feature description in the string folder there be an algorithm that convert snake case to camelcase but what s miss be camel to snake algorithm that handle number it should be add
thealgorithmspython
add the algorithm to compute the time period of a simple pendulum in the physics section
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 the algorithm to compute the time period of a simple pendulum in the physics section
Invalid
describe your change yes add an algorithm fix a bug or typo in an exist algorithm 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 request...
thealgorithmspython
add unique magic number generator
Invalid
pull request add unique magic number generator description this pull request add a new python file magic number generator py which contain a function for generate unique magic number base on the current date and time the magic number be generate by combine the year month day hour min...
thealgorithmspython
updation for the multilayer perceptron
Invalid
I have create an ann model for multilayer perceptron use tensorflow kera 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 ...
thealgorithmspython
speedup our eight slow pytest one at a time please
Enhancement
feature description at the end of our github action build job there be a list of the slow one be there way to speed up these test without reduce our functionality or our code coverage please only fix one algorithm per pull request 16 64 call neural network simple neural network py ...
thealgorithmspython
create tkinter calculator
Invalid
code for create calculator use tkinter 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 will not be merge if they fail the automate test ...
thealgorithmspython
add improved heap sort technique
Invalid
describe your change optimize heap sort algorithm in python 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
string to pig latin conversion
Invalid
I m add a new program that convert a user give string to the respective pig latin format as per wikipedia link rule for word that begin with consonant sound all letter before the initial vowel be place at the end of the word sequence then ay be add as in the follow example 12 pig i...
thealgorithmspython
fail precommit ci due to error in circular link list py file
Bug
repository commit 9668 python version python version 3 10 7 dependency version pip freeze absl py 2 0 0 anyio 3 7 0 argon2 cffi 21 3 0 argon2 cffi binding 21 2 0 arrow 1 2 3 asttoken 2 2 1 attrs 23 1 0 audioread 3 0 0 backcall 0 2 0 beautifulsoup4 4...
thealgorithmspython
fix mypy error in circular link list py and swap nodes py
Enhancement
describe your change fix 9710 fix mypy error in datum structure link list circular link list py and datum structure link list swap nodes py that be let through in 9668 these error be cause every new pr to fail the pre commit check my fix primarily consist of assert statement and typ...
thealgorithmspython
update butterworth filter py
Invalid
describe your change remove the unnecessary from future import annotation import update the list comprehension in alphanum key to use a generator expression replace s low with s casefold for case insensitive sorting simplify the regular expression pattern in re split to r d for sp...
thealgorithmspython
update
Invalid
remove the unnecessary from future import annotation import update the list comprehension in alphanum key to use a generator expression replace s low with s casefold for case insensitive sorting simplify the regular expression pattern in re split to r d for splitting on digit
thealgorithmspython
nlp
Invalid
describe your change I have add a file call token py in other folder which include nlp algo yes 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 ...
thealgorithmspython
fix 9347
Invalid
fix 9347 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 n...
thealgorithmspython
add flatten binary tree to link list algorithm
Enhancement
feature description the flatten binary tree to link list algorithm transform a binary tree into a singly link list where each node s leave child be null and the right child point to the next node in the flatten sequence this be achieve by rearrange the tree s structure in a specific way
thealgorithmspython
add the fractionated morse cipher
Enhancement
feature description the implementation of the fractionated morse cipher have not yet be add to the cipher directory the fractionated morse cipher first convert the plaintext to morse code then encipher fix size block of morse code back to letter I have already implement it in python and send a pull request...
thealgorithmspython
python backend framework for web programming
Enhancement
feature description add easy documentation to all the python backend framework for easy access to a beginner
thealgorithmspython
capacitor equivalence
Invalid
describe your change I add the equivalent capacitance package to the electronics folder 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...
thealgorithmspython
add a program to check for a kaprekar number
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 algorithm and problem solution
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change
thealgorithmspython
add algorithm different logic
Invalid
describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change add different common problem
thealgorithmspython
insta follower bot
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 x I know that pull request will not be merge...
thealgorithmspython
add algorithm fix bug
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
chatgpt response generator be web programming
Enhancement
feature description a new feature chatgpt response generator be web programming I have check most of the code and thinking of implement this feature where the person have to give there chatgpt api key and they can generate response base on there input on the console if it s accept I can c...
thealgorithmspython
add comment
Enhancement
describe your change few file do not have any comment so I add it 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
update coulomb law py doc
Enhancement
distance be positive non zero real number float type hence correct doc which say only integer 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 re...
thealgorithmspython
add photoelectric effect equation
Invalid
photoelectric effect be one of the first demonstration of quanta of energy this pr add algorithm to calculate maximum kinetic energy of photoelectron describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x...
thealgorithmspython
update selection sort py
Enhancement
describe your change add a time feature to enhance the runtime for the algorithm 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 plag...
thealgorithmspython
add how to mark checkboxe in contribute md
Enhancement
feature description to add checkboxe in a github markdown file like the one you provide you can use the follow syntax task 1 x task 2 complete task 3 in the markdown syntax represent an empty checkbox indicate an incomplete task x represent a check checkbox indic...
thealgorithmspython
create base minus2 py
Invalid
fix 9588 this code define a decimal to base minus 2 function that take a decimal number as input and convert it to base 2 describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read ...
thealgorithmspython
rename math binary exponentiation 3 py
Enhancement
describe your change rename math binary exponentiation 3 py to math binary exponentiation 2 py because the original math binary exponentiation 2 py be rename to math binary multiplication py in 9513 add an algorithm fix a bug or typo in an exist algorithm x documen...
thealgorithmspython
base minus2 py
Invalid
fix 9588 this code define a decimal to base minus 2 function that take a decimal number as input and convert it to base 2 describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read con...
thealgorithmspython
add type to selection sort 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
create base 2 conversion py
Invalid
fix 9588 this code define a decimal to base minus 2 function that take a decimal number as input and convert it to base 2 describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contr...
thealgorithmspython
add type to shell sort 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 type to stooge sort 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 comment
Invalid
describe your change few file do not have any comment so I add it 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 gravity sort 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 merge if...
thealgorithmspython
add gravity sort algorithm
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 wikisort algorithm
Invalid
wikisort be an advanced sorting algorithm that improve upon traditional merge sort by reduce memory usage and enhance performance it efficiently divide the input into block sort they use insertion sort and then merge they with a unique merging strategy this approach minimizes memory overhead and yield competiti...
thealgorithmspython
charge capacitor
Invalid
charge capacitor this algorithm be about that how we can check the voltage of a capacitor which be currently at its charge position with respect to time the circuit consist of a capacitor resistor and a power source there be usage of rc time constant like if there be a circuit with capacitor and resisto...
thealgorithmspython
add wikisort algorithm
Invalid
wikisort be an advanced sorting algorithm that improve upon traditional merge sort by reduce memory usage and enhance performance it efficiently divide the input into block sort they use insertion sort and then merge they with a unique merging strategy this approach minimizes memory overhead and yield competiti...
thealgorithmspython
doc add comment in circular link list py and swap nodes py
Invalid
describe your change some of the python file do not have any comment 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
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
wiki sort algorithm in python
Enhancement
feature description wikisort be an advanced sorting algorithm that improve upon traditional merge sort by reduce memory usage and enhance performance it efficiently divide the input into block sort they use insertion sort and then merge they with a unique merging strategy this approach minimizes memory o...
thealgorithmspython
gravity sort in python
Enhancement
feature description the gravity sort algorithm also know as bead sort or gravity bead sort be a playful and inefficient sorting method it model sort as a physical phenomenon where each number in a list be represent by bead in column in each pass bead fall down through the column under ...
thealgorithmspython
file encryption and decryption
Invalid
describe your change file encryption and decryption use python and cryptography package 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
feat add solution for maximum submatrix sum problem
Invalid
describe your change this pr fix 9555 add solution to 3d matrix maximum sub matrix sum 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 file encrypt decrypt py
Invalid
encryption and decryption a contain folder file use python and cryptography package
thealgorithmspython
update volume py with volume of icosahedron
Enhancement
add function to find volume of a regular icosahedron describe your change add the functionality of find the volume of a regular icosahedron which be a convex polyhedron with 20 face 30 edge and 12 vertice it be one of the five platonic solid wikipedia reference x add an algorithm ...
thealgorithmspython
new and well approach for genetic algorithm in python
Invalid
describe your change I have add a new approach for genetic algorithm please view it and accept my pull request 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 fa...
thealgorithmspython
new and well approach for genetic algorithm in python
Invalid
describe your change I have add a new approach for genetic algorithm please view it and accept my pull request 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
gkickstart matrix pattern print
Invalid
describe your change the incorporate code use an efficient algorithm for print a pattern of box with some initial fix box column and row be use to make the box the algorithm be originally ask in a google kickstart round and this program provide a neat way to solve the problem by develop an efficient algo...
thealgorithmspython
fix 9506
Invalid
fix 9506 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 ...
thealgorithmspython
gkickstart matrix pattern print
Invalid
describe your change yes add an algorithm the incorporated code use an efficient algorithm for print a pattern of box with some initial fix box column and row be use to make the box the algorithm be originally ask in a google kickstart round and this program provide a neat way to solve the...
thealgorithmspython
add file via upload
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...