sakeel-103 / DFS-BFS-Graph-Travers

The DFS-BFS graph traversal project is built using Angular for the frontend and Node.js for the backend. It demonstrates two popular graph traversal algorithms: Depth-First Search (DFS) and Breadth-First Search (BFS). These algorithms are fundamental for exploring nodes and edges of a graph, solving a variety of computational and real-world problem
https://dfs-bfs-graph-travers.netlify.app
13 stars 52 forks source link

Adding FAQ page #211

Open 09viv opened 1 week ago

09viv commented 1 week ago

Hi @sakeel-103 Description: This PR will add FAQ page to address common user questions. This task involves creating and linking a dedicated FAQ page where users can find answers related to the visualizer and the graph algorithms (e.g., BFS, DFS, Dijkstra).

Features: New FAQ Page: A responsive FAQ page built using Bootstrap to handle common questions about the visualizer and graph algorithms. Collapsible Sections: Accordion-style collapsible sections for each question to improve readability and navigation. Navigation Integration: A link to the FAQ page added to the website's header or footer for easy access.

Please assign me this issue under GSSOC and Hacktoberfest

sakeel-103 commented 1 week ago

@09viv Sorry to say, this section has already been added, if you want to work then you can improve the section or add some more question there.