An open API service indexing awesome lists of open source software.

https://github.com/absognety/mathematics-hackerrank-solutions

Hackerrank Solutions for Mathematics and Algorithms
https://github.com/absognety/mathematics-hackerrank-solutions

algorithms challenges hackerrank-solutions mathematics solutions

Last synced: 8 months ago
JSON representation

Hackerrank Solutions for Mathematics and Algorithms

Awesome Lists containing this project

README

          

## Mathematics and Algorithms HackerrankSolutions

Solutions for Hackerrank Challenges of Mathematics and algorithms

**Description of the Code files**

+ [Army Game](armyGame.py)
+ [Best Divisor](bestdivisor.py)
+ [Binary Search](BinarySearch.py)
+ [Connecting Towns](connectTowns.py)
+ [Cutting Paper Squares](cuttingSquares.py)
+ [Plus Minus](decimalPrecision.py)
+ [Diagnol Difference](diagnolDifference.py)
+ [Diwali Lights](diwaliLights.py)
+ [Sherlock and Divisors](evenDivisors.py)
+ [Even Odd Query](EvenOddQuery.py)
+ [GCD of two numbers](GCD_2Numbers.py)
+ [Grading Students](gradeStudents.py)
+ [Handshake](handshakeFunction.py)
+ [Last Occurence of element in an Array](LastOccurence.py)
+ [Leonard's Prime Factors](maxPrimeFactors.py)
+ [Minimum Area of a Triangle](minimulAreaofTriangle.py)
+ [Sherlock and Moving Tiles](moveTilesoverlappingArea.py)
+ [Find the Point](Reflection_point.py)
+ [Restaurant Problem](restaurant.py)
+ [Reverse Game](reversal_Ntimes.py)
+ [Comparing Triplets](scoreCompare.py)
+ [Sherlock and Permutations](sherlockPermutations.py)
+ [Simple Array Sum](simple_Arraysum.py)
+ [Special Multiple](specialMultiple.py)
+ [Special numbers of a List](specialNumbers_Of_list.py)
+ [Strange Grid Again](strangeGrid.py)
+ [Summing the N Series](sumOfSeries.py)
+ [A Very Big Sum](veryBigSum.py)

This Solution set is authored by myself when I was solving some of Mathematics problems, It is not a complete set - A work in Progress.

If you have a code with *better time complexity* feel free to give a PR and also feel free to contribute.

The challenges can be found at