Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 947905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:09:23+00:00 2026-05-15T23:09:23+00:00

I understand the differences between DFS and BFS, but I’m interested to know what

  • 0

I understand the differences between DFS and BFS, but I’m interested to know what factors to consider when choosing DFS vs BFS.

Things like avoiding DFS for very deep trees, etc.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:09:24+00:00Added an answer on May 15, 2026 at 11:09 pm

    That heavily depends on the structure of the search tree and the number and location of solutions (aka searched-for items).

    • If you know a solution is not far from the root of the tree, a
      breadth first search (BFS) might be better.

    • If the tree is very deep and solutions are rare, depth first search
      (DFS) might take an extremely long time, but BFS could be faster.

    • If the tree is very wide, a BFS might need too much memory, so it
      might be completely impractical.

    • If solutions are frequent but located deep in the tree, BFS could be
      impractical.

    • If the search tree is very deep you will need to restrict the search
      depth for depth first search (DFS), anyway (for example with
      iterative deepening).

    But these are just rules of thumb; you’ll probably need to experiment.

    I think in practice you’ll usually not use these algorithms in their pure form anyway. There could be heuristics that help to explore promising parts of the search space first, or you might want to modify your search algorithm to be able to parallelize it efficiently.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand the differences between optimistic and pessimistic locking. Now, could someone explain to
I need to understand the differences between windows main/mdi/child/dialogs.... how win32 messages should be
I'm trying to understand the key differences between the profiling tools built into Visual
Something I'm not to clear about, I understand there are differences between C# and
What are the differences between UTF-8, UTF-16, and UTF-32? I understand that they will
I'm trying to understand the differences in terms of subversion repository security between a
I understand the difference between String and StringBuilder ( StringBuilder being mutable) but is
Yes, I do understand the difference between them. What I want to know is:
I am trying to understand difference between those two and really need a explanatory
I do not quite understand the difference between a C# reference and a pointer.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.