repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
thealgorithmspython
add large power of 2
Invalid
describe your change fix 9347 return the large power of 2 that be less than or equal to the give number the way this work be that we shift the binary form of the number to the right until we reach the last set bit use the number of time we have to shift to find the last set bit we find the 2 no ...
thealgorithmspython
create text2audio 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
add blockchain basic in the blockchain folder
Invalid
describe your change fix 9051 x add an algorithm add a blockchain basis folder which contain the python file for create a block in blockchain and build a blockchain network and also add a consensus algorithm proof of work fix a bug or typo in an exist algorithm documentation ...
thealgorithmspython
fix simplify assignment condition
Enhancement
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
create fast moduler exponentation py
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 x this pull request be all my own work I have not plagiarize x I know that pull request will not be mer...
thealgorithmspython
create encoding and decode of text
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 encoding and decode of text
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 long consecutive finder algorithm use hash set
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
long palindrome algorithm add
Invalid
describe your change I add long palindrome algorithm
thealgorithmspython
ann implementation for classification and regression
Invalid
I have create an ann model for the implementation of classification and regression and I have attach an example file with it for review describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read ...
thealgorithmspython
long palindromic subsequence problem
Enhancement
feature description add long palindromic subsequence problem algorithm in python
thealgorithmspython
create euler method py
Invalid
python code for euler s method for solve ordinary differential equation ode
thealgorithmspython
create matrix factorization py
Invalid
add an algorithm for matrix factorization use singular value decomposition svd for more information on singular value decomposition svd see
thealgorithmspython
long consecutive sequence leetcode problem
Enhancement
feature description long consecutive sequence problem solve use hash set
thealgorithmspython
create quick sort
Invalid
I want to add quick sort quicksort be an efficient sorting algorithm that follow the divide and conquer strategy it work by select a pivot element from the array and partition the other element into two sub array accord to whether they be less than or great than the pivot the sub array be then sort recursively...
thealgorithmspython
travel sale man problem
Invalid
I have add one algorithum which be miss in the dynamic programming section
thealgorithmspython
merge double factorial
Enhancement
describe your change contribute to 8098 delete math double factorial iterative py and math double factorial irecursive py create math double factorial py which inlcude the above 2 implementation change the directory md to include only double factorial py file ...
thealgorithmspython
create huffman code greedy method
Invalid
I want to add this popular greedy method call huffman this python code implement huffman code a widely use algorithm for lossless datum compression huffman coding create a variable length prefix code for character with short code assign to more frequent character result in efficient datum compression ...
thealgorithmspython
add blowfish algorithm to the 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
fix file name in transposition cipher encrypt decrypt file py fix bug file not find
Enhancement
describe your change fix file name in transposition cipher encrypt decrypt file py fix bug file not find as mention in pr 9263 by tianyizheng02 add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read ...
thealgorithmspython
polynomial manipulation
Enhancement
feature description I propose to add a python code which can manipulate the polynomial take the test case use doctest module since it be not give I think to add it to help the student
thealgorithmspython
infix to prefix missing feature add
Invalid
describe your change close 9399 fix 9399 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 th...
thealgorithmspython
infix to prefix missing feature add
Invalid
add the infix to prefix algorithm to the conversion algorithm in response to the issue 9399
thealgorithmspython
add large power of 2 less than or equal to a give number
Invalid
add a new feature of large power of 2 less than or equal to a give number 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 wo...
thealgorithmspython
fractional knapsack problem
Enhancement
feature description the knapsack problem define be 0 1 knapsack fractional knapsack problem be miss
thealgorithmspython
create alternate bit check 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 b...
thealgorithmspython
check out conversion of infix to prefix
Invalid
describe your change conversion of infix to prefix file be add 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 ...
thealgorithmspython
conversion infix to prefix
Enhancement
feature description conversion of infix to prefix be miss in this repo
thealgorithmspython
shor s algorithm to factorize an integer
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 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 port scanner
Invalid
describe your change I add an application which scan the port of an system 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 plagiariz...
thealgorithmspython
enhance gaussian naive baye example
Invalid
describe your change this pull request include enhancement to the gaussian naive baye example for classification use scikit learn the improvement make to the code include code organization refactore the code for well readability and maintainability documentation add comment and docstring to expla...
thealgorithmspython
patch 5
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 not be me...
thealgorithmspython
update xgboost regressor py improve xgboost regression example
Invalid
description this pull request enhance the xgboost regression example code by refactore it for well readability and organization the key improvement include separate functionality into function with descriptive name for clarity add docstring to function for improved documentation use meaningful variable ...
thealgorithmspython
create dnf py
Invalid
the dutch national flag algorithm also know as the 3 way partition algorithm be a sort algorithm that divide the input array into three part element less than the pivot element equal to the pivot and element great than the pivot the algorithm work by iterate through the array maintain three index low ...
thealgorithmspython
add large pow of two le num
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 naive baye algorithm fix 9332
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
implement binary to gray and gray to binary conversion function
Enhancement
feature description binary to gray and gray to binary conversion function I propose add new function to this project that will allow for binary to gray and gray to binary conversion these conversion be essential in various digital communication and signal processing application the function should hand...
thealgorithmspython
update fast fibonacci py
Enhancement
fix 9318 I have fix an issue in the fibonacci series earlie it be produce an error whose screen shot have be add in this description I have fix the issue use a different method to produce the fibonacci series hope it be useful and you will accept the pull request x add an algorithm fix...
thealgorithmspython
py3 12
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 fast fibonacci py
Invalid
fix 9318 I have fix an issue in the fibonacci series earlie it be produce an error whose screen shot have be add in this description I have fix the issue use a different method to produce the fibonacci series hope it be useful and you will accept the pull request online python compiler and 12 m...
thealgorithmspython
enhancement optimatization
Enhancement
describe your change improve the speed but at same time complexity fix 9353 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 n...
thealgorithmspython
improve speed of algo
Invalid
describe your change the time complexity remain the same but the speed of the algorithm have be increase solve 9353 fix a bug or typo in an exist algorithm checklist I have read contribute md this pull request be all my own work I have not plagiarize ...
thealgorithmspython
remove redundant great common divisor code
Enhancement
describe your change previously all the file that need great common divisor aka gcd use to define the method instead of just import from math directory s great common divisor py file I remove thos definition and import gcd method from math folder fix 8098 add an algorithm fix a b...
thealgorithmspython
create rotatematrix py
Invalid
I have contribute roated matrix problem to the project could you verify and accept it please do let I know if I have to do any change describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have rea...
thealgorithmspython
diald patch 7
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 not be me...
thealgorithmspython
remove redundant great common divisor code
Invalid
change previously all the file that need great common divisor aka gcd use to define the method instead of just import from math directory s great common divisor py file I remove thos definition and import gcd method from math folder
thealgorithmspython
patch 5
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 not be me...
thealgorithmspython
optimization of minimum waiting time algorithm
Enhancement
feature description we just avoid sort the list which imrpove the overall time complexity
thealgorithmspython
update newton law of gravitation py typo space remove
Enhancement
describe your change remove extra space typo 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 pu...
thealgorithmspython
add be odd file
Invalid
describe your change so I have add the code to check if the give number be odd use bit manipulation so the idea be that when you use the and operator on the give number and 1 as odd number have a set bit at lsb the output will be 1 so if the output be 1 I be return true x add ...
thealgorithmspython
add large power of 2 less than or equal to a give number
Enhancement
feature description this can be do by left shift the give number and stop when you reach the first set bit and then you can find the large power of two by find the difference between the length of the give number when convert it to binary form and the no of time you have to shift to find the first set bit
thealgorithmspython
add be odd code use bit manipulation
Enhancement
feature description we can use bit manipulation to determine whether a number be odd currently this code do not exist under bit manipulation so it will be helpful if we add that to the folder
thealgorithmspython
add file via upload
Invalid
describe your change add two question relate to link list 1 remove nth node from link list 2 merge k link list in sorted order x add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md ...
thealgorithmspython
link list add
Invalid
describe your change add two question relate to link list 1 remove nth node from link list 2 merge k link list in sorted order add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md ...
thealgorithmspython
fix 9331 add power of four logarithm solution
Invalid
describe your change fix 9331 issue the intuition behind this code be base on the property of power of four in base 4 quaternary representation any power of four will have only one 1 digit follow by zero or more 0 digit for example 4 0 1 4 1 4 4 2 16 and so on in bas...
thealgorithmspython
enhancement of the knapsack algorithm
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
sum use bit manipulation
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
gaussian elimination algorithm
Invalid
describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merg...
thealgorithmspython
naive baye
Enhancement
feature description I would like to contribute to the naive baye classifier in the machine learn folder
thealgorithmspython
want to add power of four logic use logarithm
Enhancement
feature description want to add dsa solution of this problem power of four use logarithm problem statement give an integer n return true if it be a power of four otherwise return false an integer n be a power of four if there exist an integer x such that n 4x example 1 i...
thealgorithmspython
add sum of two integer use bit manipulation
Enhancement
feature description I want to add a new dsa problem solution which be a sum of two integer use bit manipulation problem give two integer a and b return the sum of the two integer without use the operator and example 1 input a 1 b 2 output 3 example 2 input a...
thealgorithmspython
create bisection method py
Invalid
describe your change fix 9327 add a new math algorithm bisection which can help to find the root of any function with a equation in a give interval x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read cont...
thealgorithmspython
add a file for bisection method of math
Enhancement
feature description this method can help someone to find the root of any function in a particular interval
thealgorithmspython
remove myself from codeowner
Enhancement
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 the...
thealgorithmspython
add new electric field around ring in physics
Enhancement
feature description so this be my first contribution to open source by write few line of code and to make life easy for physics geek like I thank see forward to see my code in this repo
thealgorithmspython
create fibonacci heap py
Invalid
add new heap data structure for 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 ...
thealgorithmspython
add nth fibonacci number
Enhancement
feature description want to add a python script which calculate nth fibonacci number in log n time complexity I have go through the repo the current version of fibonacci number use binet s formula and it s tc be 1 6 n if possible please label this under hacktoberf 23 if not no issue plea...
thealgorithmspython
refactor heap s algorithm for improved clarity and efficiency
Enhancement
change eliminate unnecessary array slice to enhance performance pass result list as an argument reduce reliance on global variable describe your change optimize the heap s algorithm for generate permutation by refactore the code remove unnecessary array slicing and pass the result list as ...
thealgorithmspython
first commit
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
first commit
Invalid
describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be ...
thealgorithmspython
first commit
Invalid
describe your change 9226 enhance the knapsack algorithm 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 ...
thealgorithmspython
add direct method for linear regression py that give optimal coefficient fix 8847
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
diald patch 1
Duplicate
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
draft github action test on python 3 12
Invalid
repeat 8777 8777 some of our dependency will not be ready yet describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work...
thealgorithmspython
create unique combination
Invalid
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 they fail the automate test ...
thealgorithmspython
create unique combination
Invalid
add the unique combination algorithm 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 gridsearch cv randomsearch cv from scratch
Invalid
fix 9188 this implement random search with cross validation for hyperparameter tune in python the key difference from grid search cv be instead of iterate through a grid of all combination it randomly sample hyperparameter this be do by the sample param function the cross val...
thealgorithmspython
add adaptive range sort
Invalid
add a new sorting algorithm call adaptive range sort
thealgorithmspython
create linear search sort 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...
thealgorithmspython
create add node
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
create linear search sort 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...
thealgorithmspython
create linear search sort 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
fix make documentation and test descriptive and concise
Enhancement
describe your change fix there be some confusion about what 1 and 0 represent the documentation state that 0 represent wall and 1 represent valid path but the algorithm assume that valid path be represent by 0 while wall be represent by 1 I have update the test and documentation to be more d...
thealgorithmspython
palindromic
Invalid
describe your change add long palindromic subsequence problem algorithm 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 p...
thealgorithmspython
add fibonacci heap for dsa
Invalid
describe your change add the fibonacci heap in the dsa section 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 th...
thealgorithmspython
create async wait
Invalid
key benefit and use case readability async await greatly improve code readability by make asynchronous code look similar to synchronous code this lead to clean and more maintainable code error handling error handling become straightforward with try catch block when use await error be catch at the p...
thealgorithmspython
create string match algo
Invalid
pull request pr description for the knuth morris pratt kmp algorithm title implement knuth morris pratt kmp string match algorithm description this pr introduce the implementation of the knuth morris pratt kmp string match algorithm to improve string search efficiency th...
thealgorithmspython
hwr py
Invalid
this file contain algorithm regard various problem relate to the half wave rectifi describe your change this be a new file I want to add to your repository this file contain code to calculate the follow thing 1 maximum load current 2 average dc current 3 average dc voltage 4 root mean sq...
thealgorithmspython
update recursive approach knapsack py
Invalid
dp memoization approach for 0 1 knapsack problem describe your change I have add the dp memoization approach for 0 1 knapsack problem in o k n time complexity
thealgorithmspython
n queen
Enhancement
describe your change merge 2 n queen problem file into one and delete the extra one 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
n queen
Invalid
describe your change merge 2 n queen problem file into one and delete the extra one 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
n queen
Invalid
describe your change merge 2 n queen problem file into one and delete the extra one 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
fix ruff warning
Enhancement
output format 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 reque...
thealgorithmspython
simplify implementation of artificial neural network
Invalid
describe your change yes add an algorithm yes I have add an implementation of ann for simplified use there be no need to build the whole architecture it be just like plug and play implementation of ann no fix a bug or typo in an exist algorithm no documentation change ...
thealgorithmspython
require ann implementation for classification and regression task
Enhancement
feature description require a file which contain ann implementation for both classification and regression task it should have both the class in the same file and each should be for classification and regression respectively
thealgorithmspython
add simple rnn algorithm
Invalid
describe your change add a simple rnn implementation x add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know tha...
thealgorithmspython
enhancement of the knapsack algorithm
Enhancement
feature description there be a recursive implementation of 0 1 knapsack problem the idea be to enhance it with code optimization and feature extension optimize the recursion with memorization dp which reduce the complexity to o kn implement knapsack algorithm which give the option to allow the...
thealgorithmspython
enhance readability of n queen
Enhancement
enhance readability and add comment to the n queens py code replace repeat len board with a single variable n for efficiency in the be safe function x fix a bug or typo in an exist algorithm add an algorithm documentation change checklist x I have read c...
thealgorithmspython
remove cipher prehistoric man txt
Enhancement
describe your change no reason to keep this file 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 p...
thealgorithmspython
remove cipher prehistoric man txt
Invalid
describe your change no reason to keep this file 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 ...