{"id":21983029,"url":"https://github.com/arsho/hackerrank_c_domain_solutions","last_synced_at":"2025-03-23T01:30:06.216Z","repository":{"id":79174214,"uuid":"264222263","full_name":"arsho/Hackerrank_C_Domain_Solutions","owner":"arsho","description":"Solutions of challenges of Hackerrank C domain challenges","archived":false,"fork":false,"pushed_at":"2020-05-15T15:12:17.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T04:46:10.875Z","etag":null,"topics":["hackerrank","hackerrank-c","hackerrank-c-solutions","hackerrank-challenges","hackerrank-solutions"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arsho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-15T14:58:41.000Z","updated_at":"2025-01-08T15:40:55.000Z","dependencies_parsed_at":"2023-05-18T01:46:24.624Z","dependency_job_id":null,"html_url":"https://github.com/arsho/Hackerrank_C_Domain_Solutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2FHackerrank_C_Domain_Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2FHackerrank_C_Domain_Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2FHackerrank_C_Domain_Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arsho%2FHackerrank_C_Domain_Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arsho","download_url":"https://codeload.github.com/arsho/Hackerrank_C_Domain_Solutions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245043722,"owners_count":20551832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hackerrank","hackerrank-c","hackerrank-c-solutions","hackerrank-challenges","hackerrank-solutions"],"created_at":"2024-11-29T17:34:13.596Z","updated_at":"2025-03-23T01:30:06.195Z","avatar_url":"https://github.com/arsho.png","language":"C","readme":"# Hackerrank C Domain Solutions\n\nSolutions of \u003cb\u003eHackerrank C Domain Challenges\u003c/b\u003e. It may give you a head start if you are stuck in any challenges.\n\n![alt Hackerrank C Domain Solutions](/screenshots/hackerrank_c_domain.png?style=center)\n\n## Solutions Listed by Category (23/25):\n\n- [Introduction](introduction)\n   - [\"Hello World!\" in C](introduction/hello_world_in_c_arsho.c)\n   - [Playing With Characters](introduction/playing_with_characters_arsho.c)\n   - [Sum and Difference of Two Numbers](introduction/sum_and_difference_of_two_numbers_arsho.c)\n   - [Functions in C](introduction/functions_in_c_arsho.c)\n   - [Pointers in C](introduction/pointers_in_c_arsho.c)\n- [Conditionals and Loops](conditionals_and_loops)\n   - [Conditional Statements in C](conditionals_and_loops/conditional_statements_in_c_arsho.c)\n   - [For Loop in C](conditionals_and_loops/for_loop_in_c_arsho.c)\n   - [Sum of Digits of a Five Digit Number](conditionals_and_loops/sum_of_digits_of_a_five_digit_number_arsho.c)\n   - [Bitwise Operators](conditionals_and_loops/bitwise_operators_arsho.c)\n   - [Printing Pattern using Loops](conditionals_and_loops/printing_pattern_using_loops_arsho.c)\n- [Arrays and Strings](arrays_and_strings)\n   - [1D Arrays in C](arrays_and_strings/d_arrays_in_c_arsho.c)\n   - [Array Reversal](arrays_and_strings/array_reversal_arsho.c)\n   - [Printing Tokens](arrays_and_strings/printing_tokens_arsho.c)\n   - [Digit Frequency](arrays_and_strings/digit_frequency_arsho.c)\n   - [Dynamic Array in C](arrays_and_strings/dynamic_array_in_c_arsho.c)\n- [Functions](functions)\n   - [Calculate the Nth term](functions/calculate_the_nth_term_arsho.c)\n   - [Students Marks Sum](functions/students_marks_sum_arsho.c)\n   - [Sorting Array of Strings](functions/sorting_array_of_strings_arsho.c)\n   - [Permutations of Strings](functions/permutations_of_strings_arsho.c)\n   - [Variadic functions in C](functions/variadic_functions_in_c_arsho.c)\n   - [Querying the Document](functions/querying_the_document_arsho.c)\n- [Structs and Enums](structs_and_enums)\n   - [Boxes through a Tunnel](structs_and_enums/boxes_through_a_tunnel_arsho.c)\n   - [Small Triangles, Large Triangles](structs_and_enums/small_triangles_large_triangles_arsho.c)\n\n### Unsolved Challenges (2/25):\n\n- [Structs and Enums](structs_and_enums)\n   - [Post Transition](structs_and_enums/post_transition_arsho.c)\n   - [Structuring the Document](structs_and_enums/structuring_the_document_arsho.c)\n\n### Utility Program to Generate Blank Solution Files (Optional)\n\n- I have written a utility program [(solution_file_generator.py)](utils/solution_file_generator.py) that can be used to generate blank solution files for all challenges listed in [challenges.json](utils/challenges.json) file. This utility program is written using Python 3.\n- Change the `USERNAME = \"arsho\"` to your own username in the utility program.\n\n\n## Issue\n\nPlease [open an issue](https://github.com/arsho/Hackerrank_C_Domain_Solutions/issues/new) if you find any issue or want to give any feedback.\n\n## Contributing\n\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/arsho/Hackerrank_C_Domain_Solutions/compare/).\n\n### Reference\n\n- [Hackerrank C Domain Challenges](https://www.hackerrank.com/domains/c)\n- [Hackerrank profile](https://www.hackerrank.com/arsho)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Fhackerrank_c_domain_solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsho%2Fhackerrank_c_domain_solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsho%2Fhackerrank_c_domain_solutions/lists"}