repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
thealgorithmspython | add dynamic graph algo and network flow algo | Invalid | describe your change I have add 2 new graph algorithm dynamic graph algo and network flow algo x add an algorithm yes fix a bug or typo in an exist algorithm no documentation change no checklist I have read contribute md yes this pull req... |
thealgorithmspython | add johnson py to graphs | Invalid | describe your change add a new file name johnson py in the graphs directory 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 | create cyclic 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 merg... |
thealgorithmspython | add einstein s mass energy equivalence | Invalid | describe your change add einstein s mass energy equivalence 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 | feature cyclic sort | Enhancement | feature description cyclic sort be a simple yet efficient in place sort algorithm that work on the principle of map each element to its correct position it achieve this by iterate through the array and place each element at its rightful place effectively sort the entire array the algorithm s distinctive fe... |
thealgorithmspython | typeerror for non integer input | 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 m... |
thealgorithmspython | typeerror for non integer input | 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... |
thealgorithmspython | shift crt modular division to linear algebra directory | 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 | mypy syntax error in math gcd of n number 8795 | Enhancement | 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 x this pr only change one algorithm fi... |
thealgorithmspython | feature selection | 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 | feature bogosort algorithm | Enhancement | feature description bogo sort a quirky and impractical sort algorithm epitomize randomness in sort it shuffle an array randomly until by sheer luck it arrive at a sorted permutation know for its abysmal time complexity bogo sort serve as a humorous illustration of how not to sort make it more of ... |
thealgorithmspython | feature add string mache dsa | Invalid | describe your change add string pattern match algorithm like z function and pi function in the data structure folder that can efficiently match pattern in a give text y add an algorithm n fix a bug or typo in an exist algorithm n documentation change checklist y I ha... |
thealgorithmspython | feature sealection | 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 | binary search traversal py make memory friendly use generator fix 8725 completely | Enhancement | describe your change fix 8725 pr 9208 make some change to binary tee traversal py this be an extension to that as it extend same method generator base traversal to other three function also add an algorithm x fix a bug or typo in an exist algorithm documentation... |
thealgorithmspython | add random search cv from scratch | Invalid | fix 9188 describe your change add random search cv algorithm from scratch 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 plagi... |
thealgorithmspython | create matrixoperation 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 I know that pull request will not be merge... |
thealgorithmspython | create matrix operation py | 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 this pull request be all my own work I have not plagiarize I know that pull request will not be merge i... |
thealgorithmspython | refactoring and optimization of the lu decomposition algorithm | Enhancement | describe your change replace the generator on numpy vector operation from lu decomposition before total sum lower I k upper k j for k in range j after total np sum lower I I upper I j in total the necessary datum be extract through slice and the sum... |
thealgorithmspython | euler072 application of vector operation to reduce calculation time and refactoring numpy | Enhancement | describe your change application of vector operation to reduce calculation time and refactoring numpy with limit int 1 000 000 the calculation of the new algorithm be 40 fast limit int 10 000 000 be almost twice as fast code test import datetime import numpy as np ... |
thealgorithmspython | remove math miller rabin py double implementation 8098 | Enhancement | describe your change fix 8098 remove math miller rabin py as it be already there cipher rabin miller py add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull ... |
thealgorithmspython | create meta binary search py | Invalid | describe your change add meta binary search which act as an search algorithm refer the file for more detail 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... |
thealgorithmspython | fix 9191 add module for calculate energy mass equivalence | Duplicate | describe your change add a new module for calculate the energy equivalent of a give mass use einstein s e mc 2 equation 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 reque... |
thealgorithmspython | fix 9191 add module for calculate energy mass equivalenc | Invalid | describe your change add a new module for calculate the energy equivalent of a give mass use einstein s e mc 2 equation x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md this pull reques... |
thealgorithmspython | minimum platform issue 9119 | Enhancement | contribution overview create a new python file minimum platform py contain the minimum number of platform algorithm include python type hint for function parameter and return value ensure the code adhere to the project s code style and follow pep 8 guideline run doctest locally to verify ... |
thealgorithmspython | einstein s energy mass equivalence 9191 | Invalid | einstein s mass energy equivalence express by the famous equation e mc 2 describe your change I have add a new feature of calculate energy equivalence from the einstein s energy mass equivalence formula of e mc 2 x add an algorithm x fix a bug or typo in an exist algorithm x do... |
thealgorithmspython | fix feature addition of minimum number of platform greedy algorithm | Invalid | feature addition minimum number of platform algorithm hello maintainer and fellow contributor I hope you re do well I m excited to submit this pr which introduce the minimum number of platform algorithm to thealgorithm python repository why this matter the minimum number of platf... |
thealgorithmspython | fix make binary tree traversal lazy use generator | Invalid | contribution overview create a new python file minimum platform py contain the minimum number of platform algorithm include python type hint for function parameter and return value ensure the code adhere to the project s code style and follow pep 8 guideline run doctest locally to verify ... |
thealgorithmspython | implement hyperparameter tun in machine learning | Invalid | describe your change add hyperparameter tune like grid search cv and random search cv fix 9188 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... |
thealgorithmspython | add hyperparameter tun in machine learn 9188 | Invalid | describe your change heavy check mark 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 reque... |
thealgorithmspython | create einstein s energy mass equivalence | Invalid | describe your change 9191 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 wil... |
thealgorithmspython | make binary tree treaversal py memory friendly use generator base travel fix 8725 | Enhancement | describe your change fix 8725 make binary tree traversal py memory friendly use generator base travel 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 b... |
thealgorithmspython | add stringfunction py | Invalid | I have show the working of various inbuilt string function in python |
thealgorithmspython | create einstein s energy mass equivalence 9191 | Invalid | 9191 |
thealgorithmspython | update readme md | Invalid | mit opencourseware linear algebra 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... |
thealgorithmspython | create kadanes s algorithm | Invalid | describe your change its my first hactober I do not know much about git but I be hope to I be sorry in advance if I do something wrong 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 | kadane algo | 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 | feature 9191einstein s energy mass equivalence | 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 energy mass py fixes einstein s energy mass equivalence 9191 | Invalid | add the energy mass equivalence in physics directory describe your change yes add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist yes I have read contribute md yes this pull request be all my own work I have... |
thealgorithmspython | update quick sort py | Enhancement | describe your change add a time feature for watch the time take by the algorithm 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 plag... |
thealgorithmspython | update bubble sort py | Enhancement | update time feature with a stop variable for well understanding 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 n... |
thealgorithmspython | add gridsearchcv in machine learn | Invalid | describe your change fix 9188 x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will... |
thealgorithmspython | update quick sort py | Enhancement | add a time feature to test the runtime of the algorithm 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 plagi... |
thealgorithmspython | einstein s energy mass equivalence | Enhancement | feature description add a module for calculate the energy equivalent of a give mass to the physics directory |
thealgorithmspython | update quick sort py | Enhancement | add a time feature to calculate the time duration forth quick sort function describe your change add a time feature to check the runtime of the quick sort algorithm add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist I have ... |
thealgorithmspython | add json to xml | Invalid | describe your change json file to xml file 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 r... |
thealgorithmspython | hyperparameter tun in machine learning | Enhancement | feature description add hyperparameter tune like grid search cv and random search cv in machine learn folder |
thealgorithmspython | update bubble sort py | Invalid | add a stop variable to make this code a little smooth and easy to understand 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... |
thealgorithmspython | add rope datum structure | Invalid | |
thealgorithmspython | add fibonacci heap in data structure implementation code | Enhancement | describe your change add the fibonacci heap add in for the data structure part 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 | delete sort random normal distribution quicksort py fix 9124 | Enhancement | describe your change delete sort random normal distribution quicksort py fix 9124 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 | delete random normal distribution quicksort py | Enhancement | describe your change fix 9124 as I have just discover in 9178 and 9124 both random pivot quick sort py and random normal distribution quicksort py be duplicate of quick sort py because they all implement quick sort with a random pivot add an algorithm fix a bug or... |
thealgorithmspython | delete add py as state in 6216 | Enhancement | describe your change delete math add py as state in issue 6216 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 plagiari... |
thealgorithmspython | add fibonacci heap in datum strcuture | 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 merge if they fa... |
thealgorithmspython | delete sort random pivot quick sort py fix 9124 | Enhancement | describe your change fix 9124 delete sort random pivot quick sort py 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 | create fibonacci heap data structure implementation code | Invalid | describe your change add an algorithm checklist I have read contribute md this pull request be all my own work I have not plagiarize this pr only change one algorithm file to ease review please open separate prs for separate algorithm all new python file be place inside an exi... |
thealgorithmspython | add three sum | 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 | backtrack in python | Invalid | backtracking be a common algorithmic technique use to solve problem where you need to find all possible solution typically in a recursive manner here s a simple example of use backtrack to solve the n queens problem which involve place n chess queen on an n n chessboard so that no two queen threaten each other ... |
thealgorithmspython | backtrack in python | Invalid | backtracking be a common algorithmic technique use to solve problem where you need to find all possible solution typically in a recursive manner here s a simple example of use backtrack to solve the n queens problem which involve place n chess queen on an n n chessboard so that no two queen threaten each other ... |
thealgorithmspython | fix deprecationwarne in local weighted learn py attempt 2 | Enhancement | describe your change my previous pr 9165 didn t resolve the warning because np dot be still return an np ndarray rather than a scalar I add a item call to explicitly extract the np ndarray s scalar entry add an algorithm x fix a bug or typo in an exist algorithm ... |
thealgorithmspython | fix 9124 delete | Invalid | describe your change fix 9124 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 no... |
thealgorithmspython | add project euler 95 solution | Enhancement | feature description addition of project euler 95 solution problem statement amicable chain image |
thealgorithmspython | fix deprecationwarne in local weight learn py | Enhancement | describe your change recent build log e g this one step 6 750 show that machine learn local weight learn local weight learn py produce a deprecationwarne machine learn local weight learn local weight learn py machine learn local weight learn local weight learn local weight regression... |
thealgorithmspython | fix 9124 | 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 | fix mypy error in web programming reddit py | Enhancement | describe your change in recent prs such as 9160 mypy be fail in the pre commit check because of the follow error web programming reddit py 36 error miss name argument response for httperror call arg this happen even though contributor aren t modify web programming reddit py... |
thealgorithmspython | fix permute recursive by pass num copy fix 9014 | Enhancement | describe your change fix 9014 pass num copy to permute recursive instead of num list fixi g the issue 9014 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... |
thealgorithmspython | backtrack rat maze | Enhancement | describe your change fix I have resolve the bug by return tuple as output add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagi... |
thealgorithmspython | update rat in maze py | Enhancement | describe your change fix 9066 I have resolve the bug by return tuple as output 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 ... |
thealgorithmspython | update rat in maze py | Invalid | describe your change fix 9066 backtrack rat maze 9066 I have make update to the rat in maze py file to resolve the bug to create expect output by return solution 1 as tuple add an algorithm fix a bug or typo in an exist algorithm documentation change checklis... |
thealgorithmspython | resolve the bug backtrack rat maze 9066 | Invalid | describe your change resolve the bug by return solve solution 1 as tuple 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 pla... |
thealgorithmspython | feat add three sum in math section | Enhancement | feature description I think two sum be available but the three sum be not available I want to add three sum problem example input array 1 0 1 2 1 4 output 1 1 2 1 0 1 |
thealgorithmspython | createwordbreakproblem py | 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 x I know that pull request will not be merge if they fail the automate test x this pr only change one algorithm fi... |
thealgorithmspython | fix 9124 | 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 ... |
thealgorithmspython | update rat in maze py | Enhancement | describe your change fix 9066 I have make update to the rat in maze py file to enhance code clarity these update include 1 add more descriptive comment to explain the logic and step of the maze solve algorithm 2 introduce variable that allow for easy customization of the source and destination... |
thealgorithmspython | update mosaic augmentation py | Enhancement | add short description for the algorithm 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 | add electronic transient analysis | Invalid | transient analysis be one of the key step in design high speed electronic circuit the follow python notebook consist the transient analysis calculation |
thealgorithmspython | add electronic transient analysis | Invalid | transient analysis be one of the key step in design high speed electronic circuit the follow python notebook consist the transient analysis calculation |
thealgorithmspython | fix 8847 | Enhancement | describe your change fix 8847 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 wil... |
thealgorithmspython | add the code for problem generate parenthesis 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 | add minimum platform problem file | Invalid | add minimum platform py file |
thealgorithmspython | add minimum platform problem | Invalid | add a new algorithm in greedy method the minimum platform problem |
thealgorithmspython | add file via upload | Invalid | describe your change it first sort the input list in ascend order it check whether the list have an even or odd number of element if the list have an even number of element it calculate the median as the average of the two middle element if the list have an odd number of element it calculate the me... |
thealgorithmspython | add file via upload | Invalid | describe your change it first sort the input list in ascend order it check whether the list have an even or odd number of element if the list have an even number of element it calculate the median as the average of the two middle element if the list have an odd number of element it calculate the me... |
thealgorithmspython | add fibonacci heap py | 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 will... |
thealgorithmspython | euler072 application of vector operation to reduce calculation time and refactoring numpy | Enhancement | describe your change application of vector operation to reduce calculation time and refactoring numpy with limit int 1 000 000 the calculation of the new algorithm be 40 fast limit int 10 000 000 be almost twice as fast code test import datetime import numpy as np ... |
thealgorithmspython | sort random normal distribution quicksort py have no test | Bug | repository commit 3 python version python version python 3 11 5 dependency version pip freeze numpy expect behavior test actual behavior no test |
thealgorithmspython | create scikit learn py | Invalid | scikit learn a popular machine learn library to train a basic classification model use the iris dataset 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 t... |
thealgorithmspython | feature addition of minimum number of platform greedy algorithm | Enhancement | feature description the problem of calculate the minimum number of platform require be a fundamental one in scheduling and logistic particularly in transportation system and event management here be some specific application 1 railway station and airport in transportation hub like railway ... |
thealgorithmspython | fix 9014 | Enhancement | describe your change fix 9014 add num copy instead of num for permute recursive 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 h... |
thealgorithmspython | add automate test and update | 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 | python password breach checker use a specific api connection | 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 new fractal code | Invalid | hi sir I be rudransh an old contributor of this repository I want to add a new file from fractal of a tree also know as tree fractal because I want to uplift the huge algorithm library and also help they as algorithm be my all time favorite topic as it link math and cs so I hope this will help you ... |
thealgorithmspython | add fibonacci heap | Invalid | describe your change I have implement the fibonacci heap data structure and write doct |
thealgorithmspython | move bitwise add | Enhancement | describe your change per caedenph s suggestion issuecomment 1683869453 in 6602 I m move math sum of two positive number bitwise py to bit manipulation and rename the file add an algorithm fix a bug or typo in an exist algorithm x documentation change c... |
thealgorithmspython | create linear algebra operation py | Invalid | this code include operation like matrix multiplication addition and find the determinant of a matrix describe your change x add an algorithm x fix a bug or typo in an exist algorithm x documentation change checklist I have read contribute md this p... |
thealgorithmspython | add fibonacci heap data structure implementation code | Enhancement | feature description I think we should add implementation code on fibonacci heap in python and various other language to this repository I didn t find any implementation of this data structure here |
thealgorithmspython | feature txt | 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 | feature txt | 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 | update scoring function py add scoring function mape improve document | 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 | new branch | Invalid | I have make update to the rat in maze py file to enhance code clarity these update include add more descriptive comment to improve understanding of problem input and output introduce variable that enable easy customization of the source and destination cell within the maze |
thealgorithmspython | update 9066 rate in maze py | Invalid | I have make update to the rat in maze py file to enhance code clarity these update include 1 add more descriptive comment to improve understanding of problem input and output 2 introduce variable that enable easy customization of the source and destination cell within the maze |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.