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
- Host: GitHub
- URL: https://github.com/devfreaked/hackerearth-basic-programming-practice
- Owner: DevFreAkeD
- Created: 2023-12-21T04:42:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T13:28:45.000Z (over 2 years ago)
- Last Synced: 2025-03-16T12:18:31.031Z (about 1 year ago)
- Language: C
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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