{"id":19207397,"url":"https://github.com/aaisha-nexus/c_string_problems","last_synced_at":"2026-02-16T15:03:50.995Z","repository":{"id":249398090,"uuid":"831407561","full_name":"Aaisha-Nexus/C_String_Problems","owner":"Aaisha-Nexus","description":"C++ Practice questions Focused on String Manipulation using Recursion and string operations","archived":false,"fork":false,"pushed_at":"2024-07-20T13:22:30.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T05:56:11.805Z","etag":null,"topics":["codingbat-solutions","cpp","recursion-algorithm","string-manipulation"],"latest_commit_sha":null,"homepage":"https://codingbat.com/java/String-1","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aaisha-Nexus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-20T13:11:29.000Z","updated_at":"2024-07-21T18:13:41.000Z","dependencies_parsed_at":"2024-07-20T14:42:37.923Z","dependency_job_id":"70ce46e1-9c28-4648-a890-89b287ee7897","html_url":"https://github.com/Aaisha-Nexus/C_String_Problems","commit_stats":null,"previous_names":["aaisha-nexus/c_string_problems"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aaisha-Nexus/C_String_Problems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FC_String_Problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FC_String_Problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FC_String_Problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FC_String_Problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aaisha-Nexus","download_url":"https://codeload.github.com/Aaisha-Nexus/C_String_Problems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FC_String_Problems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["codingbat-solutions","cpp","recursion-algorithm","string-manipulation"],"created_at":"2024-11-09T13:19:46.863Z","updated_at":"2026-02-16T15:03:50.973Z","avatar_url":"https://github.com/Aaisha-Nexus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ String Practice Problems\n\nThis repository contains a collection of C++ programs designed to tackle various string manipulation challenges. The programs use a combination of algorithms, including recursion, to solve problems involving substrings, character manipulation, and other string operations.\n\n## Programs Included\n\n### 1. Count_Hi.cpp\nCounts the number of occurrences of the substring \"hi\" in a given string.\n\n### 2. Count_Vowel.cpp\nCounts the number of vowels in a given string.\n\n### 3. IsAnagram_Checker.cpp\nChecks if two given strings are anagrams of each other.\n\n### 4. IsPangram_Checker.cpp\nChecks if a given string is a pangram (contains every letter of the alphabet at least once).\n\n### 5. Length_of_String_usingPointers.cpp\nCalculates the length of a string using pointers.\n\n### 6. Lexicographical_order.cpp\nSorts a list of strings in lexicographical order.\n\n### 7. Remove_X.cpp\nRemoves all occurrences of the character 'x' from a given string.\n\n### 8. Remove_leading0.cpp\nRemoves leading zeros from a given string representing a number.\n\n### 9. Replace_XY.cpp\nReplaces all occurrences of the substring \"xy\" with another string in the given string.\n\n### 10. Replace_pi.cpp\nReplaces all occurrences of the substring \"pi\" with \"3.14\" in a given string.\n\n### 11. Reverse_String_PalindromeCheck.cpp\nReverses a given string and checks if it is a palindrome.\n\n### 12. Sandwich_String.cpp\nExtracts and prints the substring between two specified characters in a given string.\n\n### 13. move_all_x.cpp\nMoves all occurrences of the character 'x' to the end of the string.\n\n## Key Features\n\n- **Recursion**: Many programs in this repository utilize recursion to simplify and solve complex string manipulation problems.\n- **Substrings and Characters**: The programs cover a variety of string operations, including substring extraction, character replacement, and more.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaisha-nexus%2Fc_string_problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaisha-nexus%2Fc_string_problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaisha-nexus%2Fc_string_problems/lists"}