Computationally Optimal Metric-First Code Tree Search Algorithms
β Scribed by Mohan, S.; Anderson, J.
- Book ID
- 117912627
- Publisher
- IEEE
- Year
- 1984
- Tongue
- English
- Weight
- 779 KB
- Volume
- 32
- Category
- Article
- ISSN
- 0090-6778
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
The complexities of various search algorithms are considered in terms of time, space, and cost of solution path. It is known that breadth-first search requires too much space and depth-first search can use too much time and doesn't always find a cheapest path. A depth-first iterative-deepening algor
Given a undirected graph G, the breadth-first search tree is constructed by a breadth-first search on G. In this paper, an optimal parallel algorithm is presented for constructing the breadth-first search tree for permutation graphs in O(log n) time by using O(n/Iog n) processors under the EREW PRAM