{"id":24716878,"url":"https://github.com/samyam81/search","last_synced_at":"2025-03-22T09:21:50.043Z","repository":{"id":234861468,"uuid":"789641630","full_name":"samyam81/Search","owner":"samyam81","description":"This repository contains Java implementations of Breadth-First Search (BFS) and Depth-First Search (DFS) algorithms.","archived":false,"fork":false,"pushed_at":"2024-05-21T06:31:45.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T09:14:27.962Z","etag":null,"topics":["bfs-algorithm","dfs-algorithm","graph","java","search","search-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Java","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/samyam81.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-04-21T06:11:04.000Z","updated_at":"2024-06-23T12:08:02.000Z","dependencies_parsed_at":"2024-05-05T12:32:30.220Z","dependency_job_id":"27c3aed8-0d46-4dee-a5be-1f002675fcc6","html_url":"https://github.com/samyam81/Search","commit_stats":null,"previous_names":["samyam81/search"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyam81%2FSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samyam81","download_url":"https://codeload.github.com/samyam81/Search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244932993,"owners_count":20534270,"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":["bfs-algorithm","dfs-algorithm","graph","java","search","search-algorithm"],"created_at":"2025-01-27T09:14:31.036Z","updated_at":"2025-03-22T09:21:50.019Z","avatar_url":"https://github.com/samyam81.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Search\n\nThis repository contains implementations of various search algorithms in Java.\n\n## Overview\n\nThe repository includes implementations of Breadth-First Search (BFS) and Depth-First Search (DFS) algorithms in Java.\n\n## BFS Implementation\n\nThe BFS algorithm is implemented in the `BFStree` class. It provides a method `bfsOfGraph(int V, ArrayList\u003cArrayList\u003cInteger\u003e\u003e adj)` that returns an ArrayList containing the vertices visited in BFS order.\n\n## DFS Implementation\n\nThe DFS algorithm is implemented in the `DFS1` class. It uses an adjacency matrix representation of the graph and provides functionality for performing the DFS traversal.\n\n## Usage\n\nTo use the implementations in this repository:\n\n1. Clone the repository to your local machine.\n2. Use the provided classes in your Java projects.\n3. Follow the respective usage instructions for BFS and DFS implementations.\n\n## Contributors\n\n- Samyam.81\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyam81%2Fsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyam81%2Fsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyam81%2Fsearch/lists"}