Hacktoberfest2021
Hacktoberfest2021 copied to clipboard
Contribute on this repository with valid pull request.
Added String in C
Hey. I've written code in python for merge sort.
Problem statement: Given an array of n elements check whether it has a majority element or not Three approaches are discussed in the solution viz. 1. Brute Force O(n*n) 2....
Splay tree, a self-balancing binary search tree.