Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyracnh/hackerrank_c
These are my solutions for Hackerrank C language challenges
https://github.com/kyracnh/hackerrank_c
c c-language c-programming c-programming-language hackerrank hackerrank-algorithms-solutions hackerrank-challenges hackerrank-solutions
Last synced: 2 months ago
JSON representation
These are my solutions for Hackerrank C language challenges
- Host: GitHub
- URL: https://github.com/kyracnh/hackerrank_c
- Owner: kyracnh
- Created: 2024-08-18T20:33:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T21:29:33.000Z (4 months ago)
- Last Synced: 2024-10-19T21:06:50.672Z (3 months ago)
- Topics: c, c-language, c-programming, c-programming-language, hackerrank, hackerrank-algorithms-solutions, hackerrank-challenges, hackerrank-solutions
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackerRank C Challenges Solutions
This repository contains solutions to various C programming challenges from HackerRank. The goal of these challenges is to enhance problem-solving skills and improve proficiency in the C language. Each solution is implemented with clear and optimized code, ensuring readability and efficiency.
## Structure
- Each folder corresponds to a different challenge or topic from the HackerRank C domain.
- Solutions include problem statements, code explanations, and examples.## Topics Covered
- Basic C programming
- Conditionals and Loops
- Arrays and Strings
- Functions
- Pointers
- Data Structures
- Recursion
- File I/O## How to Use
1. Browse through the folders to find the challenge you're interested in.
2. Review the solution in the `.c` file along with any comments and explanations.
3. Feel free to fork, clone, and adapt the solutions as needed.## Contributions
Contributions are welcome! If you'd like to improve an existing solution or add new challenges, feel free to submit a pull request.