The minimal spanning tree problem is a well-known problem in operations research. In this paper, a new variant of the minimal spanning tree problem, termed the hybrid spanning tree problem, is proposed. This problem assumes that each edge in the network has two attributes, where the first is the cost and the second is the degree of difficulty. The bottleneck of a tree is the maximum degree of difficulty of all edges in the tree. The hybrid spanning tree problem is to find a spanning tree in the network such that the weighted objective function of alpha x (the total cost of the tree) + beta x (the bottleneck of the tree) is minimized. In this paper, two efficient algorithms are proposed. When the values of alpha and beta are given nonnegative constants, the first algorithm can find the minimal weight spanning tree in time of O(mn), where m and n are the numbers of edges and nodes in the network, respectively. When the values of alpha and beta are nonnegative variables, the second algorithm can find all possible minimal weight spanning trees also in time O(mn).