Manan R. Kumar
Manan R. Kumar
According to the rules of Hacktoberfest, DSA repositories are not eligible to participate in Hacktoberfest 2021. Therefore, all the PRs you made to this/ any other DSA repo will be...
## 🚀 Feature Will check if the string is palindrome i.e. if the original string is the same as the string after reversing. ### Have you read the Contribution Guidelines?...
## 🚀 Feature Linear Search - search for the element matching each element in the array. ### Have you read the Contribution Guidelines? Yes ## Pitch Basic Searching Algorithm ##...
Bubble Sort
## 🚀 Feature Implement Bubble Sort. Do add Sample Input/Output, Time and Space Complexity at the bottom of the file (inside a comment). ### Have you read the Contribution Guidelines?...
Quick Sort
## 🚀 Feature Sorting algorithm - QuickSort ### Have you read the Contribution Guidelines? Yes ## Pitch Standard sorting algorithm ## Assignees (Do not make changes in this section until...
## 🚀 Feature Kaden's algorithm ### Have you read the Contribution Guidelines? Yes ## Pitch . ## Assignees (Do not make changes in this section until asked to do so)...
## 🚀 Feature Implement Binary Search taking array as input and finding a element taken as input. ### Have you read the Contribution Guidelines? Yes ## Pitch One of the...