This repository contains solutions in various languages and sub-domains from HackerRank contributed by various enthusiastic from University of Petroleum and Energy Studies. If you find any issues with the solutions in the repository because problem statements have changed over time, open an issue and I'll check it out.
- Fork the repository hell-sing/hacker-rank.
- Clone the repository into your local machine.
- Update/Amend the code and push code to GitHub.
- Generate the pull-request.
-
Happy to accept any pull requests if you want to add a valid solution in your favorite language or sub-domains.
-
To contribute to this repository generate pull-request and mention your Github and Email in each code using comments.
-
Program name should be same as the problem name on hacker-rank with language extension.
-
For any update in the pre-build solution generate the issue.
Contributors | Language | Algorithm | Data Structure | Sub-Domain | Score | Badge | |
---|---|---|---|---|---|---|---|
1 | Abhishek Verma | Python, Ruby | Python, C | Python, C | FP, AI | 54 | |
2 | Jashan Bhullar | Java | Java | Java | Regex | 42 | |
3 | Shikhar Gupta | C++, Java | Java | Java | SQL | 22 | |
4 | Tanmay Agarwal | C++ | C, C++ | C, C++ | SQL | 20 | |
5 | Shubham Jaswal | C++ | C, C++ | C, C++ | Mathematics | 63 | |
6 | Aditya Harsh | Python | Python | Python | FP, AI | ||
7 | Shaurya Gairola | C++, Java | C, C++ | C, C++ | Mathematics | ||
8 | Shivank Srivastava | C++ | C, C++ | C, C++ | Databases | 14 | |
9 | Ankita Sharma | Shell, Python | Python | Python | Databases | ||
10 | Preeti Yadav | Python | Python | Python | Databases |
Setup Git for Ubuntu 16.04:
$ sudo apt install git
$ git config --global user.name "Your Name"
$ git config --global user.email "youremail@domain.com"
Clone repository hell-sing/hacker-rank
$ git clone git@github.com:hell-sing/hacker-rank.git