PGoCareerGoCareer prep tools
LoginSign up
  • Java
  • Python
  • AI
  • React
  • Angular
  • PHP
  • Node.js
  • SQL
  • DSA
  • HTML
  • CSS
  • JS
  • Spring
  • ML
  • MongoDB

AI · Theory

Exhaustive Search

← All stacks

Theory

127/215

Exhaustive Search

Exhaustive Search is a search strategy. Say the data structure, whether it uses a heuristic, and if it guarantees a shortest path. Draw a tiny 6-node graph. That is the exam, not a textbook proof.

Exhaustive Search — output — three exam lines. Graph on paper first.

For Exhaustive Search — always mark visited nodes or you loop. Say complexity in plain words: time vs memory trade-off.

Diagram
start
    ├── BFS  queue
    ├── DFS  stack
    └── A*   g+h
    │
    ▼
   goal
Exam tip

DS + heuristic yes/no + optimality.

Example

# Exhaustive Search
print("draw 6 nodes")
print("name the DS: queue / stack / priority")
print("say if the path is optimal")

Exhaustive Search — output: three exam lines. Graph on paper first.

Short notes

  • DefExhaustive Search — how we walk the state graph.
  • RuleExhaustive Search — visited set.
  • RememberExhaustive Search — heuristic or not?

Questions

1

Explain Exhaustive Search as if you are teaching a junior — definition, then one example.

2

What does the example print, and what does that prove?

3

What mistake do freshers make with Exhaustive Search?

Previous← Iterative Deepening Search (IDS) or Iterative Deepening Depth First Search (IDDFS)NextGenetic Algorithm in Soft Computing →
P

GoCareerGo

Utilities · Preparation Hub · Resume · CV · Tools — one workspace.

Workspace

DashboardProfilePreparation HubResume builderCV builderCareer planning

PDF Tools

Merge PDFSplit PDFCompress PDFImage to PDFAll toolsJobs

Image & QR

Compress ImageResize ImageQR ScannerQR GeneratorBlogIT interview prep

Company

FAQFeedbackContactPrivacyTermsSitemap

© 2026 GoCareerGo. Keep moving forward.