Hacktoberfest2021 icon indicating copy to clipboard operation
Hacktoberfest2021 copied to clipboard

Contribute on this repository with valid pull request.

Results 250 Hacktoberfest2021 issues
Sort by recently updated
recently updated
newest added

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.