note
- Strategy: expand a shallowest node first
- Implementation: fringe is a FIFO queue
- Properties:
- Time complexity:
- s tiers β there will be s nodes of b in the worst case time
- Space complexity:
- Complete: yes
- Optimal: only if costs are all 1
- Time complexity:
