Skip to content

Darkul1994/Hackerrank-Algorithm-Solutions

 
 

Repository files navigation

Hackerrank-Algorithm-Solutions

Hackerrank Algorithm Solutions in python, java

Solution of Hackerrank problems

1.Warmup

01.Solve Me First

02. Simple Array Sum

03. Compare the Triplets

04. A Very Big Sum

05. Diagonal Difference

06. Plus Minus

07. Staircase

08. Mini-Max Sum

09. Birthday Cake Candles

10. Time Conversion

11. DivisibleSumPairs

Complete other for other directories

To contribute to this project follow the instructions

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc using git clone https://github.com/BhanukaUOM/Hackerrank-Algorithm-Solutions.git
  • Add your solution file to the respective directory
  • Now add this file to git using git add .
  • Commit your changes using git commit -m "solution name
  • Push your repo using git push
  • Give pull request to the master.
  • Wait for Pull Request to merge.
  • Celebrate - you've done your first pull request!!

About

Hackerrank Algorithm Solutions in python, java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.6%
  • Java 17.4%