{"id":24749967,"url":"https://github.com/mani-hash/breadth-first-search","last_synced_at":"2026-05-02T10:33:15.993Z","repository":{"id":274189002,"uuid":"920968897","full_name":"mani-hash/breadth-first-search","owner":"mani-hash","description":"Breadth First Search assignment for foundation of algorithm module","archived":false,"fork":false,"pushed_at":"2025-01-25T14:37:21.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T15:26:23.420Z","etag":null,"topics":["adjacency-list","algorithms","breadth-first-search","c","graph","linked-list","makefile"],"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/mani-hash.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":"2025-01-23T05:06:24.000Z","updated_at":"2025-01-25T14:49:15.000Z","dependencies_parsed_at":"2025-01-25T15:37:14.718Z","dependency_job_id":null,"html_url":"https://github.com/mani-hash/breadth-first-search","commit_stats":null,"previous_names":["mani-hash/breadth-first-search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mani-hash%2Fbreadth-first-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mani-hash%2Fbreadth-first-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mani-hash%2Fbreadth-first-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mani-hash%2Fbreadth-first-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mani-hash","download_url":"https://codeload.github.com/mani-hash/breadth-first-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245048279,"owners_count":20552483,"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":["adjacency-list","algorithms","breadth-first-search","c","graph","linked-list","makefile"],"created_at":"2025-01-28T08:52:56.330Z","updated_at":"2026-05-02T10:33:15.942Z","avatar_url":"https://github.com/mani-hash.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breadth First Search Algorithm\n\n## Table of Contents\n1. [Student Information](#student-information)\n2. [Testing Environment](#testing-environment)\n3. [Prerequisites](#prerequisites)\n4. [How to execute the program](#how-to-execute-the-program)\n5. [Remove build files](#remove-build-files)\n6. [Special Notes](#special-notes)\n\n## Student Information\n- **Name:** Manimehalan Thiyagarajan\n- **Registration Number:** 2023/CS/106\n- **Index Number:** 23001062\n- **Email Address:** 2023cs106@stu.ucsc.cmb.ac.lk\n\n## Testing Environment\n- **Tested on Linux:** Yes\n  - This code was tested on pop os 22.04\n\n## Prerequisites\n- **Compiler:** GCC\n- **Build System:** Make\n- **Graph text file:** graph.txt in `data/` directory\n\n## How to execute the program\n1. **Build the project:**\n   ```sh\n   make\n   ```\n2. **Run the program:**\n    ```sh\n    make run\n    ```\n\n## Remove build files\n1. **Clean the build files: (Optional)**\n    ```sh\n    make clean\n    ```\n## Special Notes\n- `data/graph.txt` is necessary for the project to function.\n- Modify the contents of `graph.txt` to change graph data\n- The final executable file is stored in `build/` and named as `bfs`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmani-hash%2Fbreadth-first-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmani-hash%2Fbreadth-first-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmani-hash%2Fbreadth-first-search/lists"}