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

https://github.com/devfreaked/hackerearth-basic-programming-practice

HackerEarth Practice Solutions with explanation
https://github.com/devfreaked/hackerearth-basic-programming-practice

Last synced: 9 months ago
JSON representation

HackerEarth Practice Solutions with explanation

Awesome Lists containing this project

README

          

# Practice Basic Programming Questions on HackerEarth

## Overview

This repository provides solutions to basic programming questions that you can practice on [HackerEarth](https://www.hackerearth.com/). The solutions are intended to help you understand and implement common programming concepts.

## Contributing
If you'd like to contribute a solution or improve existing ones, please follow these steps:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/new-solution`.
3. Make your changes and commit them: `git commit -m 'Add new solution for XYZ problem'`.
4. Push to the branch: `git push origin feature/new-solution`.
5. Open a pull request.

## Disclaimer
These solutions are meant for educational purposes and may not always represent the most optimized solution. It's encouraged to explore different approaches and learn from various solutions.

## Feedback
If you have any suggestions, improvements, or feedback, feel free to open an issue or contact [your email or username].

Happy coding!

Regards,

Tushar Nagar