

InterviewSolution
Saved Bookmarks
1. |
An immediate application of minimum spanning tree ______(a) gesture analysis(b) handwriting recognition(c) fingerprint detection(d) soft computingI got this question by my school teacher while I was bunking the class.Query is from Spanning Trees in division Trees of Discrete Mathematics |
Answer» RIGHT choice is (b) handwriting recognition The best I can EXPLAIN: Minimum spanning tree is the spanning tree where the cost is minimum among all the spanning trees. It is used in network designing, in the algorithms predicting the TRAVELLING salesman problem,multi-terminal minimum CUT problem and minimum-cost weighted PERFECT matching. It can also used in Handwriting recognition and image segmentation. |
|