{"id":15735233,"url":"https://github.com/praabindhp/linear_search","last_synced_at":"2025-03-31T03:47:13.391Z","repository":{"id":135519877,"uuid":"342232273","full_name":"praabindhp/Linear_Search","owner":"praabindhp","description":"C Program For Linear Search","archived":false,"fork":false,"pushed_at":"2021-02-25T12:25:43.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T03:47:09.637Z","etag":null,"topics":["c-programming-language","code","linear-search-algorithm"],"latest_commit_sha":null,"homepage":"","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/praabindhp.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":"2021-02-25T12:08:40.000Z","updated_at":"2023-01-27T05:16:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbbd3de8-87d2-449b-8552-de8dfcea8629","html_url":"https://github.com/praabindhp/Linear_Search","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"65cf3d1bf2b0205607637d0bec1f53046c510e42"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FLinear_Search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FLinear_Search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FLinear_Search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FLinear_Search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praabindhp","download_url":"https://codeload.github.com/praabindhp/Linear_Search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413244,"owners_count":20773053,"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":["c-programming-language","code","linear-search-algorithm"],"created_at":"2024-10-04T01:11:10.037Z","updated_at":"2025-03-31T03:47:13.368Z","avatar_url":"https://github.com/praabindhp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linear_Search\nC Program For Linear Search\n\nC is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.\n\nThis Is A C-Program To Illustrate The Linear Serch Operation\n\nLinear search in C to find whether a number is present in an array. If it's present, then at what location it occurs. It is also known as a sequential search. It is straightforward and works as follows: we compare each element with the element to search until we find it or the list ends.\n\nThe Operations/Error Illustrated :\n\n    1. Element Search\n\n    2. Searching The Location (Index)\n\nThe User Will Be Prompted To :\n\n    1. Enter No. Of Elements\n\n    2. Enter Elements\n\n    3. Enter Number To Search\n\nThe GCC File Also Have Been Pushed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraabindhp%2Flinear_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraabindhp%2Flinear_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraabindhp%2Flinear_search/lists"}