Skip to content
#

bfs-dfs

Here are 29 public repositories matching this topic...

This repository is my personal DSA playground, dedicated to self-improvement and skill enhancement. Through diverse coding challenges and detailed solutions, I aim to refine my Data Structures and Algorithms expertise. Join me in this journey of continuous learning and growth in the realm of computer science.

  • Updated Sep 16, 2023
  • Java

This repo contains all the important algorithms required for competitive coding. Data structure and Algorithm (DSA) is applied in all disciplines of software development. DSA is the building block of the software development process. It is not limited to a single programming language. Although programming languages evolve or get dormant over tim…

  • Updated Mar 20, 2022
  • C++

A Python script to solve the 8-puzzle problem using BFS, DFS, and A* search algorithms. Compare their performance with detailed metrics like iterations, runtime, and solution path length. Includes practical insights into algorithm behavior and efficiency.

  • Updated Nov 22, 2024
  • Python

Improve this page

Add a description, image, and links to the bfs-dfs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bfs-dfs topic, visit your repo's landing page and select "manage topics."

Learn more