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
- Host: GitHub
- URL: https://github.com/absognety/mathematics-hackerrank-solutions
- Owner: absognety
- Created: 2018-08-04T13:28:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T12:38:43.000Z (over 7 years ago)
- Last Synced: 2025-07-13T10:43:13.484Z (11 months ago)
- Topics: algorithms, challenges, hackerrank-solutions, mathematics, solutions
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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