repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
thealgorithmspython | binary tree I have add the solution for different view of binary tree | Enhancement | feature description problem give root of binary tree print the binary tree right side view binary tree leave side view binary tree top side view binary tree bottom side view 1 binary tree right side view 3 3 9 20 20 15 7 ... |
thealgorithmspython | I have add the solution for height of binary tree problem | Enhancement | feature description question give the root of a binary tree return its maximum depth a binary tree s maximum depth be the number of node along the long path from the root node down to the farth leaf node would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | I want to add the floyd s loop detection algorithm algo to find maximum area in histogram | Enhancement | feature description darkstar you can assign I to solve the above issue I have well way to solve these algorithm would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | collatz function | Invalid | describe your change I have create a simple and more understandable way for collatz function |
thealgorithmspython | improve implementation all test pass now | 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 | add newton backward interpolation in arithmetic analysis | Invalid | describe your change add newton backward interpolation in arithmetic analysis 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 p... |
thealgorithmspython | hacktoberfest2022 | Invalid | describe your change documentation change |
thealgorithmspython | hacktoberfest2022 | 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 | median 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 b... |
thealgorithmspython | add big o notation | Enhancement | describe your change add big o notation for the find min algorithm add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize ... |
thealgorithmspython | add big o notation | Enhancement | describe your change add big o notation for the slide window algorithm add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize ... |
thealgorithmspython | add big o notation | Enhancement | describe your change add big o notation for the two pointer algorithm add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not plagiarize ... |
thealgorithmspython | add big o notation | Enhancement | describe your change add the specific big o notation for the two pointer algorithm add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md x this pull request be all my own work I have not ... |
thealgorithmspython | multiple model | 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 | include the sleep sort | Enhancement | feature description include the python implementation of sleep sort would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | move fractional knapsack from dynamic programming to greedy method | Enhancement | describe your change fractional knapsack use a greedy approach and hence come under greedy method and not under dynamic programming move the two fractional knapsack algorithm file to greedy method add an algorithm fix a bug or typo in an exist algorithm x documentation cha... |
thealgorithmspython | add long valid parenthesis py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if... |
thealgorithmspython | add long valid parenthesis py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if... |
thealgorithmspython | pre commit ci pre commit autoupdate | Enhancement | update github com psf black 22 8 0 22 10 0 github com asottile pyupgrade v2 38 2 v3 0 0 github com pre commit mirror mypy v0 981 v0 982 |
thealgorithmspython | multiple model 4 one project | Invalid | describe your change in this I have show how we can compare multiple estimator for a single project or problem how to improve its accuracy and what should be one s approach for create a machine learning project x add an algorithm fix a bug or typo in an exist algorithm x docume... |
thealgorithmspython | multiple model 4 one ipynb | Invalid | describe your change in this I have show how we can compare multiple estimator for a single project or problem how to improve its accuracy and what should be one s approach for create a machine learning project x add an algorithm fix a bug or typo in an exist algorithm x docum... |
thealgorithmspython | modify matrix inverse of matrix py add implementation for inv | Enhancement | erse of 3x3 matrix describe your change I make an implementation for calculate the inverse of 3x3 matrix in the file inverse of matrix py present inside matrix folder previously it be only implement for 2x2 matrix I implement it use traditional method of calculate inverse use adjoint matrix and for ... |
thealgorithmspython | transpose of a matrix | Invalid | much simple and more efficient way to create a transpose of a matrix use numpy library describe your change add a much simple algorithm to create transpose of a matrix x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I... |
thealgorithmspython | create aes256 py | Invalid | describe your change I implement an algorithm in python to encrypt and decrypt a plain text by use aes 256 encryption with a password or a private key x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute... |
thealgorithmspython | stock price predection | Invalid | add a method to predict the stock price issue |
thealgorithmspython | create aes256 py | Invalid | 6925 |
thealgorithmspython | create aes256 py | Invalid | describe your change x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge i... |
thealgorithmspython | some algorithm in this repo be not algorithm rather a whole python script that take some input and give an output | Enhancement | feature description some algorithm in this repo be not algorithm rather a whole python script that take some input and give an output like webscrappe script cleanup need to be do perhaps would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | create longestvalidparanthesis py | Invalid | the code for long valid paranthesis be add 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 ... |
thealgorithmspython | create longestvalidparanthesis py | Invalid | the code for long valid paranthesis be add 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 ... |
thealgorithmspython | I want to add an algorithm to find the long valid parenthesis | Enhancement | feature description I want to add an algorithm to find the long valid parenthesis when a string of parenthesis be give to you would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | math jaccard similarity py do not validate input and can divide by zero | Bug | repository commit 51dba4d743cd2c8d407eea3e9cd4e7b2f69ee34d python version python version python 3 10 2 dependency version pip freeze pip 22 2 2 setuptool 60 10 0 wheel 0 37 1 expect behavior accord to contribute md a valueerror should be raise in the case of er... |
thealgorithmspython | resorce | Invalid | describe your change I have add all the resource require for one to prepare for an interview on python please find the link to the drive in the repo or the attach pdf and kindly accept the pull request top 100 python interview question 2019 pdf x add an algorithm fix a bug or typo in... |
thealgorithmspython | add solution to the problem median of two sort array | Invalid | thealgorihtms I solve the issue 6913 please have a look and consider it to be merge |
thealgorithmspython | miss solution to median of two sorted array | Enhancement | hi thealgorithm I want to add the miss solution to the problem for median of two sorted array in the math file would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | misc fix across multiple algorithm | Enhancement | describe your change this change fix a typo where name main be accidentally write as name main add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist x I have read contribute md x this pul... |
thealgorithmspython | cat boost | Enhancement | feature description perhaps the new with update frequently as it become more popular be catboost this machine learning algorithm be especially useful for datum scientist who be deal with datum that be categorical you can think of the benefit of random forest and xgboost algorithm and apply most of they... |
thealgorithmspython | create a menu drive base converter | Enhancement | feature description issue for hacktoberf a program to create a menu drive base converter that take the input base output base and an input number and then convert the input number into the base provide by the user would you like to work on this feature x yes I want to work on this fe... |
thealgorithmspython | write a proper implementation for base16 | Enhancement | accord to contribute md algorithm in this repo should not be how to example for exist python package describe your change the previous implementation for base16 import and use a library to do it it be just a demonstration of the base64 library so I write an implementation to replace it ... |
thealgorithmspython | create co prime check | 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 | add new problem | Invalid | bottom up approach to solve brust balloon describe your change 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 | update avl tree py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if... |
thealgorithmspython | want to add file in opencv | Enhancement | feature description I want to add file about slam and other mapping algorithm would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | brust balloon py | Invalid | tabulation method to solve the mcm variant question describe your change 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 pul... |
thealgorithmspython | brust balloon py | Invalid | bottom up dynamic programming 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 th... |
thealgorithmspython | create bit operator overload py | Invalid | a simple bitwise operator overloading 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 work I have not plagiarize I know th... |
thealgorithmspython | create treap py | Invalid | this code will implement treap tree heap datum structure with basic operation include insert search and delete on it describe your change add an algorithm x fix a bug or typo in an exist algorithm documentation change checklist I have read contribute ... |
thealgorithmspython | quik sort alogrithum py | Invalid | hacktober accepetd 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 reques... |
thealgorithmspython | create python notes executable py add basic note | 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 lstm predection method | Invalid | add a model to predict stock price issue |
thealgorithmspython | stock price prediction algorithm | Enhancement | feature description want to add stock price prediction algorithm would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | want to contribute some of the top company interview question | Enhancement | feature description I want to contribute some of the top company interview question so that user can get a glimpse of the question ask in the interview and their possible solution would you like to work on this feature x yes I want to work on this feature |
thealgorithmspython | fix add program | Invalid | describe your change fix syntax error in math add py program 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 | recursiveselectionsort | Invalid | describe your change I have add a recursive selection sort algorithm in python 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 p... |
thealgorithmspython | recursive selection sort | Invalid | describe your change I have add a recursive selection sort algorithm in python add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiar... |
thealgorithmspython | distinct palindrom substring | Invalid | create code for distinct sub string of palindrom in python 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... |
thealgorithmspython | fix typo and grammatical error | Invalid | do documentation change |
thealgorithmspython | create client socket binary file transfer py | Invalid | describe your change add an algorithm checklist x I have read contribute md x this pull request be all my own work I have not plagiarize x I know that pull request will not be merge if they fail the automate test x this pr only change one algorithm file ... |
thealgorithmspython | add sphere union | Enhancement | my change add the algorithm for calculate the volume of sphere union 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... |
thealgorithmspython | string method py | Invalid | describe your change add a file that will be helpful for python string method and syntax 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 n... |
thealgorithmspython | add self organise map algo in the machine learning section | 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 self organise map algo | Invalid | describe your change x add an algorithm add the the self organising map algo in the machine learn section of the repo |
thealgorithmspython | update knapsack 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 | factorial code be include | 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 x I know that pull request will not be merge... |
thealgorithmspython | create weird number py | Invalid | the sum of the proper divisor divisor include 1 but not itself of the number be great than the number but no subset of those divisor sum to the number itself describe your change add an algorithm x add an algorithm fix a bug or typo in an exist algorithm documentation chang... |
thealgorithmspython | add standard bellman ford algorithm | Invalid | add standard bellman ford algorithm it be use to compute short path from a single source vertex to all of the other vertex in a weighted graph describe your change add an algorithm |
thealgorithmspython | create dsa 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 carmichael number py | Invalid | python program to determine whether a number be carmichael number or not 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... |
thealgorithmspython | rabin karp | 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 | rabin karp use python | 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 search 2dmatrix py | Invalid | kindly merge the request 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 tha... |
thealgorithmspython | rabin karp use python | 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 rat in maze py | Invalid | 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 pull request be all my own work I have not plagiarize I know that pull request will not be merge... |
thealgorithmspython | create mystack py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if... |
thealgorithmspython | binary insertion sort | Invalid | binary insertion sort be add with no issue |
thealgorithmspython | bump action checkout to v3 4133 | Enhancement | describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change x ci script fix 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 reques... |
thealgorithmspython | issue complete job sequence with a deadline | Invalid | in this pr I have write an optimize algorithm for the job sequence with a deadline problem it require a greedy approach hence I have create a new python file in the greedy method folder |
thealgorithmspython | add code for exponential search | 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 | calculate resistance of resistor in series | Invalid | describe your change add a programme to calculate the resistance of resistor connect in series 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 | binary search tree inorder traversal 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 | circular list py | Invalid | class solution def hascycle self head listnode bool if not head or not head next return false p1 head p2 head next while p1 p2 if not p2 next or not p2 next next ... |
thealgorithmspython | long substre without repeat character | 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 | contain various useful pattern | 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 linear search for issue 6479 | 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 | addition without arithmetic | 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 | create reverse of linklist | 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 sentimental analysis | Invalid | describe your change I have add sentimental analysis in the current repository that will help the user to know about their and other s sentiment with the help of the text they enter x add an algorithm fix a bug or typo in an exist algorithm documentation change checklist ... |
thealgorithmspython | add sentimental analysis | 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 volume py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge if... |
thealgorithmspython | update add py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist x I have read contribute md this pull request be all my own work I have not plagiarize I know that pull request will not be merge ... |
thealgorithmspython | update add py | Invalid | describe your change add an algorithm fix a bug or typo in an exist algorithm x documentation change checklist 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 | update add py | Invalid | describe your change add an algorithm 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 that pull request will not be merge i... |
thealgorithmspython | create binary insertion sort 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 | binary file handle | 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 | binary file handle | Invalid | describe your change y add an algorithm 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 if they fail the automate test this pr only change one algorithm file... |
thealgorithmspython | mergesort cpp | 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 binary insertion sort in sort folder | Invalid | solve binary insertion sort sort 6537 with an explanation of binary insertion sort 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 ... |
thealgorithmspython | add binary insertion sort program in sort folder | Invalid | solve issue binary insertion sort sort 6537 with an explanation about binary sort 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... |
thealgorithmspython | create a pose detector use python | 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 merg... |
thealgorithmspython | add sort algorithm | Invalid | describe your change merge this pr will add all the basic sort implement in python the code have also be document for reference add an algorithm fix a bug or typo in an exist algorithm documentation change checklist I have read contribute md th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.