Analyzing pathway energy and time complexity in flower families through vertex-disjoint paths

Jerlinkasmir R1, Veninstine Vivik J.1
1Department of Mathematics, Karunya Institute of Technology and Sciences, Coimbatore-641 114, Tamil Nadu, India.

Abstract

This research delves into the pathway energy framework for flower families, a class of simple connected graphs, whose path matrix \( P \) is constructed such that each entry \( P_{ij} \) quantifies the maximum number of vertex-disjoint paths. By analyzing the characteristic values of this matrix, we establish the pathway energy bounds specific to these flower graph families. Additionally, a comprehensive algorithm is developed to evaluate the time complexity across different flower family configurations, utilizing numerous trials to capture their average, maximum, and minimum computational behaviors. This analysis offers a comparative study of the structural intricacies that lead to increased computational complexity, highlighting which graph topologies tend to impose higher algorithmic challenges. The proposed method introduces a refined and adaptable approach, deepening the exploration of characteristic graph properties and their computational impact, thereby expanding the practical applications of these findings in graph theory.

Keywords: Characteristics values, Flower families, Energy, Pathway Energy, Time complexity

1. Introduction

Consider an undirected graph \(G(V,E)\), where \(V\) represents the set of vertices and \(E\) denotes the set of edges [5]. The concept of graph energy, first introduced by Ivan Gutman [10,23] in 1978, emerged as a refined extension of the Hückel Molecular Orbital (HMO) theory, originally formulated to quantify the total \(\pi\)-electron energy in molecular systems.

Following this, the concept of graph energy resurfaced as a significant and highly researched theme within chemical graph theory [23], leading to a surge in academic attention, with more than a hundred research papers published annually [11,12]. Numerous properties and well-established bounds associated with graph energy have since been developed and explored extensively [2,3,6].A molecular graph \(G\) with \(n\) vertices. The eigenvalues of the \((0, 1)\)-adjacency matrix of \(G\), denoted by \(\lambda_1, \lambda_2, \dots, \lambda_n\), constitute the spectrum of \(G\). The total sum of the absolute values of the eigenvalues of \(A(G)\) defines the energy of the graph \(G\) [10,24].

In this framework, Patekar et al. introduced a novel concept called the pathway matrix [17,20], which leads to the definition of path energy for a graph, extending the classical notion of graph energy. Define a matrix \(P = (p_{ij})\) of dimension \(n \times n\), where for \(i \neq j\), \(p_{ij}\) represents the greatest number of vertex-disjoint paths from vertex \(v_i\) to vertex \(v_j\). For the case where \(i = j\), set \(p_{ij} = 0\). In the paper by Sabeen et al. [19], the author explores the \(P^{(k)}\) pathway energy across various graph classes, deriving key conclusions about the behavior of \(P^{(k)}\) path energy. Similarly, Raza et al. [18] in 2023 dig into the spectrum of graphs. In a related study, Xu and Zhou [22] identify the graphs that attain both upper and lower bounds on the path index for graphs with specified structural parameters. In the book by Cvetkovski et al. [7], the authors examine a variety of inequalities, some of which serves as key instruments in tightening the bounds and enhancing the precision of energy calculations within graph structures. We utilize these tools to derive improved upper and lower bounds on the pathway energy for graphs with suitable parameters. Hutter et al. [13] explored the use of machine learning to predict algorithm runtime based on problem-specific features. A simulation of graphs for reduced order modelling in city-scale district energy grids, leveraging spectral graph theory, was recently proposed by Simonsson et al. [21]. Duraj and Mezic [9,15] introduced a novel complexity measure for directed graphs, termed spectral complexity. The spectrum of the path matrix, can be optimally resolved in polynomial time, despite the inherent complexity of the graphs.

2. Motivation and methodology

Graph theory is fundamental in optimizing complex networks, yet calculating pathway energy, key to measuring network connectivity through vertex-disjoint paths-poses significant challenges. Efficient computation of pathway energy is critical for designing robust and high-performing networks. To address the complexity of calculating pathway energy for intricate flower families, we propose a novel algorithmic approach.

Our method constructs a matrix \(P\) that represents the maximum number of non-overlapping paths between distinct vertex pairs. From the characteristic values of \(P\), we derive pathway energy bounds, including upper, lower, improved upper, improved lower, and exact limits. We further develop an algorithm that performs \(n\)-trial analyses to assess the time complexity of these graphs, by determining average, maximum, and minimum execution times. This approach not only reveals computational challenges across various graph configurations but also provides a streamlined algorithmic framework. By combining advanced mathematical techniques with innovative algorithms, our study offers new insights into network complexity, significantly enhancing both theoretical understanding and practical applications in graph theory.

3. Preliminaries

In this section, the ideas and inequalities that provide the foundation for our work were discussed.

Definition 3.1. (Wheel) [16] A wheel graph \(W_n\) is build by connecting each vertex of a cycle \(C_n\) to a single hub vertex. This hub is referred to as the central vertex, and the cycle \(C_n\) is termed the rim of \(W_n\).

Definition 3.2. (Helm) [16] A helm graph \(H_n\) is a graph constructed by linking a pendant edge to every vertex on the outer cycle \(C_n\) of a wheel graph \(W_n\).

Definition 3.3. (Flower) [16] A flower graph is generated by connecting a helm graph \(H_n\)’s pendent vertices to its center vertex, denoted as \(F_n\).

Definition 3.4. (Sunflower graph) [8] A sunflower graph \(SF_n\) is constructed by transforming each edge of the circumference of a wheel graph \(W_n\) into a triangle. Two triangles are connected by a common vertex if and only if their corresponding edges are adjacent.

Definition 3.5. (Closed Sunflower graph) [4] When independent vertices of a sun flower graph \(SF_n\) that are not contiguous to its center vertex are joined, a closed sun flower graph \(CSF_n\) is created, which causes a cycle to occur on \(n\) vertices.

Definition 3.6. (Blossom graph) [16] When all the vertices of a closed sun flower graph \(CSF_n\) are joined to its center vertex, the resulting graph is called a blossom graph \(Bl_n\).

Theorem 3.7. (Cauchy-Schwarz inequality) [1,7,14] If \(a_1,\dots,a_n\) and \(b_1,\dots,b_n\) are real numbers, we have

\[\label{1} \left(\sum\limits_{i=1}^{n} a_i b_i\right)^2 \leq \left(\sum\limits_{i=1}^{n} a_i^2\right) \left(\sum\limits_{i=1}^{n} b_i^2\right). \tag{1}\]

Theorem 3.8. (Arithmetic and Geometric mean inequality(AM-GM))[1,7,14] Let \(n\) be a number of vertex and \(\lambda_i\) and \(\lambda_j\) be the characteristic values. \[\label{2} \frac{1}{n(n-1)} \sum_{i\neq j}\left|\lambda_i\right|\left|\lambda_j\right| \geq\left(\prod_{i \neq j}\left|\lambda_i\right|\left|\lambda_j\right|\right)^{\frac{1}{n(n-1)}}. \tag{2}\]

Theorem 3.9. (Chebyshev’s Inequality (monotonic Condition)) [7] If \(\{x_i\}\) and \(\{y_i\}\) are non-decreasing, then: \[\label{3} \sum_{\substack{i=1 \\ i \neq j}}^{n} x_i y_j \geq \frac{2}{n(n-1)} \left( \sum_{i=1}^{n} x_i \right) \left( \sum_{i=1}^{n} y_i \right), \tag{3}\] with the monotonicity condition from Chebyshev’s Inequality.

Theorem 3.10. (Weighted AM–GM inequality) [7] Let \(a_i \in (0,\infty)\), \(i = 1, 2, \dots, n\), and \(\alpha_i \in [0, 1]\), \(i = 1, 2, \dots, n\), be such that \(\alpha_1 + \alpha_2 + \cdots + \alpha_n = 1\). Then \[\label{4} a_1^{\alpha_1} a_2^{\alpha_2} \cdots a_n^{\alpha_n} \leq \alpha_1 a_1 + \alpha_2 a_2 + \cdots + \alpha_n a_n. \tag{4}\]

Theorem 3.11. (Weighted Cauchy–Schwarz inequality) [7] Let \(a_i, b_i \in \mathbb{R}\) and \(m_i \in \mathbb{R}^+\) for \(i = 1, 2, \ldots, n\). Then: \[\label{5} \left( \sum_{i=1}^{n} a_i b_i m_i \right)^2 \leq \left( \sum_{i=1}^{n} a_i^2 m_i \right) \left( \sum_{i=1}^{n} b_i^2 m_i \right), \tag{5}\] with equality if and only if \(a_1 b_1 = a_2 b_2 = \cdots = a_n b_n\).

4. Deriving the pathway energy boundaries on flower graphs families

The different pathway energy extremities such as lower, upper, improved upper, and improved lower bounds for the flower graph families are explored in this section.

Proposition 4.1. If \(\mu_1,\mu_2,\dots,\mu_{n-1},\mu_{n},\mu_{n+1},\dots,\mu_{2n+1}\) are the characteristic values of \(A_p(F_n)\) then,

\(\sum\limits_{i=1}^{2n+1} \mu_i^2 = 4\Lambda +3\curlyvee +2\top.\)

Proof. Let us examine the vertex-disjoint pathway matrix \(A_p(F_n)\) associated with a flower graph. The elements of this matrix can be expressed in a structured manner:

\[A_p(F_n) = \begin{cases} \omega_{ij} = 0, & \text{sum of all null entries on the main diagonal where } i = j, \\ \Lambda_{ij} = 4, & \text{max disjoint paths between inner block,}\\&{if} \,2 \leq i \leq n+1, 2 \leq j \leq n+1,\\ \curlyvee_{ij} = 3, & \text{min disjoint paths in the inner block where } i \neq j, \ i, j \leq n+1, \\ \top_{ij} = 2, & \text{disjoint paths between inner and outer blocks}\\&\text {if} \, i \geq n+2, \ 1 \leq j \leq 2n+1, 1\leq i \leq n+1, j \geq n+2 \end{cases}\] The following equation defines the characteristic polynomial of this \(2n+1 \times 2n+1\) square matrix: \[a_{0}\mu^{2n+1} + a_{1}\mu^{2n} + a_{2}\mu^{2n-1} + \ldots + a_{n} = 0,\] where the characteristic values are denoted as \(\mu_1, \mu_2, \dots,\mu_{n-1},\mu_n,\mu_{n+1},\dots, \mu_{2n+1}\). The squared characteristic values added together can be expressed as follows: \[\begin{aligned} \sum_{i=1}^{2n+1} \mu_i^2 &= \left[\sum_{i=j}^{2n+1} \left(\omega_{ij}\right) \right] + \left[\sum_{i < j}^{n+1} \left(\curlyvee_{ij}\right) + \sum_{i > j}^{n+1} \left(\curlyvee_{ij}\right) \right] + \left[\sum_{i \geq 2}^{n+1} \sum_{j \geq 2}^{n+1} (\Lambda_{ij})\right] \\ & \quad + \left[\left(\sum_{i=1}^n \sum_{j=n+1}^{2n+1} \left(\top_{ij}\right) \right) + \left(\sum_{i=n+1}^{2n+1} \sum_{j=1}^{2n+1} \left(\top_{ij}\right) \right) + \left(\sum_{i=n+1}^{2n+1} \sum_{j=n+1}^{2n+1} \left(\top_{ij}\right) \right)\right] \\ &= 4\Lambda+ 3\curlyvee + 2\top. \end{aligned}\] Here \(\Lambda,\top, \text{ and } \curlyvee\) denotes the sum of all the elements 4, 3 and 2 vertex-disjoint path matrix respectively. ◻

4.1. The pathway energy lower bounds for flower graph

Theorem 4.2. For a flower graph \(F_n\), \(n \geq 4\), with \(l=2n+1\) vertices and \(4n\) edges.

  1. The lower bound of pathway energy is given by: \[E_p(F_n) \geq \sqrt{4\Lambda+ 3\curlyvee + 2\top + \frac{2}{(l)(l-1)}\prod_{i=1}^{l} (\mu_i^{w_i})^2},\] where \(w_i\) are the weights, \(\sum_{i=1}^{l} w_i = 1\) gives the total sum of the characteristic value weights.

  2. The improved lower bound of pathway energy is: \[E_p(F_n) \geq \sqrt{4\Lambda+ 3\curlyvee + 2\top + (l)(l-1) D^ {\frac{2}{l}}}\quad \text{where}\, \quad D = |\det A_p(F_n)|.\]

Proof. Consider the flower graph \(F_n\) with an vertex-disjoint pathway matrix of order \(l \times l\), where \(l = 2n+1\) represents the vertices. The characteristic values \(\mu_1, \mu_2, \dots, \mu_l\) are obtained by solving the characteristic polynomial \(|A_p(F_n) – \mu I| = 0\). The pathway energy \(E_p(F_n)\) is the sum of the absolute values of the characteristic values of the vertex-disjoint path matrix. The following condition describes this. \[^2 = \left(\sum\limits_{i=1}^{l}|\mu_i|\right)^2 .\]

Moreover, this can also be written as the product of the absolute characteristic value summations:

\([E_p(F_n)]^2 = \left(\sum\limits_{i=1}^{l}|\mu_i|\right)\left(\sum\limits_{j=1}^{l}|\mu_j|\right)\).

\([E_p(F_n)]^2 = \left(\sum\limits_{i=1}^{l}|\mu_i|^2\right) + \left(\sum\limits_{i\neq j}|\mu_i| |\mu_j|\right).\)

Case 1: Proof for the pathway energy lower bounds of flower graph

From the Chebyshev’s Inequality 3, we derive that, \[^2 \geq {\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \left( \sum_{i=1}^{l} |\mu_i| \right) \left( \sum_{i=1}^{l} |\mu_i| \right)}.\]

From the Weighted AM–GM inequality 4, we conclude, \[\begin{aligned} \left[E_p\left(F_n\right)\right]^2 &\geq{\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \left( \sum_{i=1}^{l} \mu_i w_i \right) \left( \sum_{i=1}^{l} \mu_i w_i \right)}\quad \text{where} \sum_{i=1}^{l} w_i = 1, \\ &\geq {\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right) \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)}, \\ &\geq {4\Lambda+ 3\curlyvee + 2\top + \frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)^2}.\text {…………. [by Theorem 4.1]}. \end{aligned}\]

Thus, the lower bounds of the pathway energy for flower graph is, \[E_p(F_n)\geq \sqrt{4\Lambda+ 3\curlyvee + 2\top+\frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)^2}.\]

Case 2: Proof for the pathway energy improved lower bounds.

From the AM-GM inequalities in Eq. (2), we derive that \[\frac{1}{l(l-1)} \sum_{\substack{ i \neq j}} |\mu_i||\mu_j| \geqslant \left( \prod_{\substack{i \neq j}} |\mu_i||\mu_j| \right)^{\frac{1}{l(l-1)}},\]

\[\begin{aligned} {\left[E_p\left(F_n\right)\right]^2} &\geq \sum_{i=1}^{l} \left|\mu_i \right|^2+l(l-1) \left(\prod_{i \neq j}\left|\mu_i \right|\left|\mu_j\right|\right)^{\frac{1}{l(l-1)}}\\ & =\sum_{i=1}^{l}\left|\mu_i\right|^2+l(l-1) \left|\prod_{i=1}^{l} \left(\mu_i\right)\right|^{\frac{2}{l}} \\ & ={4\Lambda+ 3\curlyvee + 2\top+l(l-1) D^{\frac{2}{l}}} \quad { \text {by Theorem 4.1}}. \end{aligned}\]

Thus, the improved lower bounds of the pathway energy for flower graph is, \[E_p(F_n)\geq \sqrt{4\Lambda+ 3\curlyvee + 2\top+l(l-1) D^{\frac{2}{l}}}.\] ◻

Observation 4.3. The pathway energy of lower bounds, improved lower bounds and time complexity analysis \(O(n^3)\) for flower graphs with \(n\) varying from 4 to 100 are computed and plotted in Figure 1: (a) and (b).

Figure 1 The comparison of path energy bounds (a) and Time complexity execution (b) for ower graphs

4.2. The pathway energy upper bound for flower graph

Theorem 4.4. For flower graph \(F_n\) with \(n\geq 4\),

  1. The upper bound of pathway energy is given by: \(E_p(F_n)\leq \sqrt{l(4\Lambda+ 3\curlyvee + 2\top)}\)

  2. The improved upper bound of pathway energy is: \(E_p(F_n)\leq \sqrt{5(4\Lambda+ 3\curlyvee + 2\top)}.\)

Proof. The methodology employed to ascertain the characteristic values echoes that utilized in Theorem 4.2. Let \(\mu_1 \geq \mu_2 \geq \mu_3 \geq \dots \geq \mu_{n-1} \geq \mu_{n} \geq \dots \geq \mu_{l}\) denote the characteristic values of the \(l \times l\) vertex-disjoint path matrix of \(F_n\).

Case 1: Proof for the pathway energy upper bound of flower graph.

From the Cauchy-Schwarz inequality in the Eq. (1) we derive that, \[\left(\sum\limits_{i=1}^{l} \alpha_i \beta_i\right)^2 \leq \left(\sum\limits_{i=1}^{l} \alpha_i^2\right) \left(\sum\limits_{i=1}^{l} \beta_i^2\right).\]

To establish the upper bound, consider the expression \([E_p(F_n)]^2 \leq \left(\sum_{i=1}^{l} \alpha_i \beta_i\right)^2\), where the pathway energy is bounded by the right-hand side. Substituting \(\alpha_i = 1\) and \(\beta_i = |\mu_i|\) into the inequality yields the desired result.

\[\begin{aligned} ^2 & \leq \left( \sum\limits_{i=1}^{l} 1.|\mu_i|\right)^2 \leq \left( \sum\limits_{i=1}^{l} 1 \right)^2 .\left( \sum\limits_{i=1}^{l} |\mu_i|^2\right) \text {……………… by 1)},\\ &= l(4\Lambda+ 3\curlyvee + 2\top) \text {…………………. by Theorem 4.1},\\ [E_p(F_n)] & \leq \sqrt{l(4\Lambda+ 3\curlyvee + 2\top)}. \end{aligned}\]

Thus, the upper bound of the pathway energy of the flower graph concluded by, \[E_p(F_n)\leq \sqrt{l(4\Lambda+ 3\curlyvee + 2\top)}.\]

Case 2: Proof for the pathway energy improved upper bound.

The Weighted Cauchy Schwarz inequality in (5) allows us to deduce that,

\[\left(\sum\limits_{i=1}^{l} a_ib_iw_i\right) ^2 \leq \left (\sum\limits_{i=1}^{l} a_i^2w_i\right) \left(\sum\limits_{i=1}^{l} b_i^2w_i\right).\]

For proving the improved upper bound, consider \([E_p(F_n)]^2 \leq \left( \sum\limits_{i=1}^{l}a_{i}.b_{i}.w_i\right)^2\), such that the pathway energy of the graph is less than RHS of the inequality, and substituting \(a_{i}=\frac{1}{(l)^{\frac{3}{2}}}\,|\mu_i|\) and \(b_{i}=1\) \(w_i=\sqrt{5}\), in the above inequality,

\[\begin{aligned} ^2 & \leq \left( \sum\limits_{i=1}^{l} \frac{\mu_i^2}{(l)^3}.\sqrt{5}\right) \left( \sum\limits_{i=1}^{l} 1.\sqrt{5}\right),\\ &\leq \frac{\sqrt{5}l}{l^3}\left( \sum\limits_{i=1}^{l} \mu_i^2 \right) .l^2\sqrt{5},\\ &= 5(4\Lambda+ 3\curlyvee + 2\top) \text {……………………. by Theorem 4.1},\\ [E_p(F_n)] & \leq \sqrt{5(4\Lambda+ 3\curlyvee + 2\top)}. \end{aligned}\]

Thus, the improved upper bound of the pathway energy for flower graph is, \[[E_p(F_n)] \leq \sqrt{5(4\Lambda+ 3\curlyvee + 2\top)}.\] ◻

Observation 4.5. The pathway energy of upper bounds, improved upper bounds and time complexity analysis \(O(n^3)\) for flower graphs with \(n\) varying from 4 to 100 are computed and plotted in Figure 1: (a) and (b).

5. The Pathway energy boundaries on sunflower graph

The different pathway energy bounds of sunflower graph \(SF_n\) like lower, upper, improved lower, and improved upper bounds are investigated in this section.

Proposition 5.1. The characteristic values of \(A_p(SF_n)\) are \(\sum\limits_{i=1}^{2n+1} \mu_i^2 = 4\delta +3\varkappa +2\varpi,\) if
\(\mu_1,\mu_2,\dots,\mu_{n-1},\mu_{n},\mu_{n+1},\dots,\mu_{2n+1}\) are the characteristic values of \(A_p(SF_n)\).

Proof. The structure of the vertex-disjoint path matrix \(A_p(SF_n)\) for the sunflower graph is depicted as follows,

\[A_p(SF_n) = \begin{cases} \digamma_{ij} = 0, & \text{Total count of zeros positioned along the main diagonal} \,i = j, \\ \delta_{ij} = 4, & \text{Largest set of disjoint paths inside the central block, where }\\& |i – j| = 1 \ \text{or} \ |i – j| = n-1, \ 1 \leq i, j \leq n+1, \\ \varkappa_{ij} = 3, & \text{the inner block's minimum disjoint path if}\, i \neq j, \ i, j \leq n+1, \\ \varpi_{ij} = 2, & \text{vertex-disjoint paths spanning the inner and outer regions}\\&\text {if} \, i \geq n+2, \ 1 \leq j \leq 2n+1, 1\leq i \leq n+1, j \geq n+2 \end{cases}\] The characteristic equation of this \(2n+1 \times 2n+1\) square matrix is given by: \[a_{0}\mu^{2n+1} + a_{1}\mu^{2n} + a_{2}\mu^{2n-1} + \ldots + a_{n} = 0,\] where the characteristic values are denoted as \(\mu_1, \mu_2, \dots,\mu_{n-1},\mu_n,\mu_{n+1},\dots, \mu_{2n+1}\). The sum of the squares of these characteristic values is defined as: \[\begin{aligned} \sum_{i=1}^{2n+1} \mu_i^2 &= \left[\sum_{i=j}^{2n+1} \left(\digamma_{ij}\right) \right] + \left[\sum_{i < j}^{n+1} \left(\varkappa_{ij}\right) + \sum_{i > j}^{n+1} \left(\varkappa_{ij}\right) \right] \quad + \left[\sum_{\substack{1 \leq i \leq n \\ |i – j| = 1}} \sum_{\substack{1 \leq j \leq n \\ |i – j| = n-1}} (\delta_{ij}) \right] \\ &\quad+ \left[\left(\sum_{i=1}^n \sum_{j=n+1}^{2n+1} \left(\varpi_{ij}\right) \right) + \left(\sum_{i=n+1}^{2n+1} \sum_{j=1}^{2n+1} \left(\varpi_{ij}\right) \right) + \left(\sum_{i=n+1}^{2n+1} \sum_{j=n+1}^{2n+1} \left(\varpi_{ij}\right) \right)\right] \\ &= 4\delta+ 3\varkappa + 2\varpi. \end{aligned}\]

In this instance, \(\delta,\varkappa, \text{ and } \varphi\) denote the total of all elements 4, 3, and 2 respectively, present in the vertex-disjoint path matrices. ◻

5.1. The pathway energy lower bounds for sunflower graph

Theorem 5.2. For a sunflower graph \(SF_n\) with \(n \geq 5\), there are \(l = 2n + 1\) vertices and \(4n\) edges.

  1. The lower bound of pathway energy is given by: \[\begin{aligned} E_p(SF_n) \geq \sqrt{4\delta+3 \varkappa + 2 \varpi + \frac{2}{l(l-1)}\prod_{i=1}^{l} (\mu_i^{w_i})^2}, \end{aligned}\] where \(w_i\) are the weights, \(\sum_{i=1}^{l} w_i = 1\) gives the total sum of the characteristic value weights.

  2. The improved lower bound of pathway energy is: \[\begin{aligned} E_p(SF_n) \geq \sqrt{4\delta+3 \varkappa + 2 \varpi + (l)(l-1) D^ {\frac{2}{l}}}\quad \text{where}\quad D = |\det A_p(SF_n)|. \end{aligned}\]

Proof. The proof is similar to Theorem 4.2 and is left to the interest of the reader. ◻

Observation 5.3. The pathway energy of lower bounds, improved lower bounds and time complexity analysis \(O(n^3)\) for sunflower graphs with order of \(n\) varying from 5 to 100 are shown in Figure 2: (a) and (b).

Figure 2 The comparison of path energy bounds (a) and Time complexity execution (b) for sunower graphs

5.2. The pathway energy upper bound for sunflower graph

Theorem 5.4. For sunflower graph \(SF_n\) with \(n\geq 5\),

  1. The upper bound of pathway energy is given by: \(E_p(SF_n)\leq \sqrt{l(4\delta+3\varkappa+2\varpi)}\)

  2. The improved upper bound of pathway energy is: \(E_p(SF_n)\leq \sqrt{5(4\delta+3\varkappa+2\varpi)}.\)

Proof. The proof is similar to Theorem 4.4 and is left to the interest of the reader. ◻

Observation 5.5. The pathway energy of upper bounds, improved upper bounds and time complexity analysis \(O(n^3)\) for sunflower graphs with order of \(n\) varying from 5 to 100 are shown in Figure 2: (a) and (b).

6. The Path energy bounds on closed sunflower graph

This section explicates the distinct path energy bounds for the closed sunflower graph \(CSF_n\), comprising the lower, upper, exact energy, improved lower and upper bound.

Proposition 6.1. If \(\mu_1,\mu_2,\dots,\mu_{n-1},\mu_{n},\mu_{n+1},\dots,\mu_{2n+1}\) are the characteristic values of \(A_p(CSF_n)\) then, \[\sum\limits_{i=1}^{2n+1} \mu_i^2 = 5\kappa +4\chi.\]

Proof. The arrangement of elements in the vertex-disjoint path matrix \(A_p(CSF_n)\) of a closed sunflower graph is shown below:

\[A_p(SF_n) = \begin{cases} \lambda_{ij} = 0, & \text{Sum of zeros on the matrix's main diagonal where }\ i = j, \\ \kappa_{ij} = 5, & \text{Optimal disjoint path count within the inner block}\\ & \text{where}\, i \neq j, \ i, j \leq n+1, \\ \chi_{ij} = 4, & \text{maximum possible disjoint paths between outer block},\\&\text {if} \, i \geq n+2, \ 1 \leq j \leq 2n+1, 1\leq i \leq n+1, j \geq n+2. \end{cases}\]

The characteristic equation associated with this \(2n+1 \times 2n+1\) square matrix is: \[a_{0}\mu^{2n+1} + a_{1}\mu^{2n} + a_{2}\mu^{2n-1} + \ldots + a_{n} = 0,\] where the characteristic values are denoted as \(\mu_1, \mu_2, \dots,\mu_{n-1},\mu_n,\dots, \mu_{2n+1}\).
The squared sum of these characteristic values is expressed as, \[\begin{aligned} \sum_{i=1}^{2n+1} \mu_i^2= & {\left[\sum_{i=j}^{2n+1}\left(\lambda_{i j}\right)\right]+\left[\sum_{i<j}^{n+1}\left(\kappa_{i j}\right)+\sum_{i>j}^{n+1}\left(\kappa_{i j}\right) \right]} \\ & +\left[\left(\sum_{i=1}^n \sum_{j>n}^{2n+1}\left(\chi_{i j}\right)\right)+\left(\sum_{i>n}^{2n+1} \sum_{j=1}^{2 n+1}\left(\chi_{i j}\right)\right)+\left(\sum_{i>n+1}^{2n+1} \sum_{j>n+1}^{2n+1}\left(\chi_{i j}\right)\right)\right] \\ = &\ 0\left(\alpha\right)+5\left(\kappa\right)+ 4\left(\chi\right)\\ = &\ 5\kappa + 4\chi. \end{aligned}\]In this context, \(\kappa \text{ and } \chi\) represent the sums of all the elements 5 and 4 in the path matrices, respectively. ◻

6.1. The path energy lower bound for the closed sunflower graph

Theorem 6.2. Let \(CSF_{n}\) be a closed sunflower graph comprising \(l=2n+1\) vertices and \(5n\) edges.

  1. The lower bound of pathway energy is given by, \[E_p(CSF_n) \geq \sqrt{\ 5\kappa + 4\chi + \frac{2}{l(l-1)}\prod_{i=1}^{l} (\mu_i^{w_i})^2},\] where \(w_i\) is the weights of the characteristic values and their sum is \(\sum_{i=1}^{l} w_i = 1\).

  2. The improved pathway energy lower bound is given by, \[E_p(CSF_n) \geq \sqrt{\ 5\kappa + 4\chi+ l(l-1) D^ {\frac{2}{l}}} \quad \text{where } D = |\det A_p(CSF_n)|.\]

Proof. The vertex-disjoint path matrix of the closed sunflower network \(CSF_n\) has order \(l \times l\), where the vertices are represented by \(l = 2n+1\). Solving the polynomial equation \(|A_p(CSF_n) – \mu I| = 0\) yields the characteristic values \(\mu_1, \mu_2, \ldots, \mu_l\). Following the method in Theorem 4.2 and using terminology that has already been explained, the pathway energy \(E_p(CSF_n)\) is defined as the total of the absolute values of these characteristic values.

\([E_p(CSF_n)]^2 = \left(\sum\limits_{i=1}^{l}|\mu_i|\right)^2 + \left(\sum\limits_{i\neq j}|\mu_i| |\mu_j|\right)\).

Case 1: Proof for the pathway energy lower bound of \(\bf{CSF_n}\)

From the Chebyshev’s Inequality (3), we derive that, \[^2 \geq {\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \left( \sum_{i=1}^{l} |\mu_i| \right) \left( \sum_{i=1}^{l} |\mu_i| \right)}.\]

From the Weighted AM–GM inequality (4), we conclude, \[\begin{aligned} {\left[E_p\left(CSF_n\right)\right]^2} &\geq{\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \left( \sum_{i=1}^{l} \mu_i w_i \right) \left( \sum_{i=1}^{l} \mu_i w_i \right)}\quad \text{where}\;\;\; \sum_{i=1}^{l} w_i = 1, \\ &\geq {\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right) \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)} \\ &\geq {\ 5\kappa + 4\chi+ \frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)^2}\text {……………. by (Theorem 6.1)}. \end{aligned}\]

Thus, the lower bound is \[E_p(CSF_n)\geq \sqrt{\ 5\kappa + 4\chi+\frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)^2}.\]

Case 2: Proof for the pathway energy improved lower bound.

From the AM-GM inequalities in Eq. (2), we derive that

\[\begin{aligned} {\left[E_p\left(CSF_n\right)\right]^2} & =\sum_{i=1}^{l}\left|\mu_i\right|^2+l(l-1) \left|\prod_{i=1}^{l} \left(\mu_i\right)\right|^{\frac{2}{l}} ={\ 5\kappa + 4\chi+l(l-1) D^{\frac{2}{l}}} \quad { \text {[by Theorem 6.1]}}. \end{aligned}\]

Thus, the improved lower bound of the pathway energy for closed sunflower graph is, \[E_p(CSF_n)\geq \sqrt{5\kappa + 4\chi+l(l-1) D^{\frac{2}{l}}}.\] ◻

Observation 6.3. The pathway energy of lower bounds, improved lower bounds and time complexity analysis \(O(n^3)\) for closed sunflower graphs with order of \(n\) varying from 5 to 100 are depicted in Figure 3: (a) and (b).

Figure 3 The comparison of path energy bounds (a) and time complexity execution (b) for closed sunower graphs

6.2. The exact pathway energy bound for closed sunflower graph

Theorem 6.4. For the closed sunflower graph \(CSF_n\), where \(n \geq 5\), the exact bounds on the pathway energy are as follows: \[E_p[CSF_n] =(9n-4) +\mid (n-10) (0.47)+(0.47)\mid + \mid (n-10) (8.53) + 85.53 \mid\] corrected to two decimal places.

Proof. The vertex-disjoint path configuration of the \(CSF_n\) graph is elaborated in detail in the path adjacency matrix (6). It has \(2n+1\) roots, implying that it contains \(2n+1\) characteristic values.

The characteristic equation of (6) is \[\label{18} (-\mu)^{2n+1} + \operatorname{tr}(-\mu)^{2n} + \cdots + \det (A_{p}(CSF_{n})) = 0. \tag{7}\]

Upon solving the Eq. (7), the \(2n+1\) characteristic values are determined to be,

\[\mu_1 = \mu_2 = \mu_3 = \cdots = \mu_{n-1} = 5, \quad \mu_n = \mu_{n+1} = \mu_{n+2} = \dots = \mu_{2n-1} = 4,\] \[\mu_{2n} = (n – 10)(0.47) + 0.47, \text{ and } \mu_{2n+1} = (n – 10)(8.53) + 83.53.\]

The Spectrum is expressed in the form of, \[\texttt{Spec}\left( \mathbb{A}_p({CSF}_n) \right) = \begin{bmatrix} -5 & -4 & (n-10)(0.47)+(0.47) & (n-10)(8.53)+83.53 \\ n & n-1& 1 & 1 \\ \end{bmatrix}.\]

The exact closed sunflower graph pathway energy is given by, \[\begin{aligned} E_p[(CSF_n)] &= \sum\limits_{i=1}^{2n+1} |\mu_i| = \mid -5 \mid (n) + \mid -4 \mid (n-1) \\ &\quad + \mid (n-10)(0.47) – 0.47 \mid + \mid (n-10)(8.53) + 85.53 \mid \\ & = 9n-4 +\mid (n-10) (0.47)+(0.47)\mid + \mid (n-10)(8.53)+85.53\mid. \end{aligned}\]

The value \(\mid -5\mid\) occurs \((n)\) times, \(\mid -4\mid\) repeated \((n-1)\) times, \([(n-10)(0.47)] – 0.47\), and \([(n-10)(8.53)] + 85.53\) arrives once.

Therefore the pathway energy exact bound for closed sunflower graph is denoted by \(E_p(CSF_n) = 9n-4 +\mid (n-10) (0.47)+(0.47)\mid + \mid (n-10)(8.53)+85.53\mid.\) ◻

Observation 6.5. The pathway exact energy and time complexity analysis \(O(n^3)\) for closed sunflower graphs with order of \(n\) varying from 5 to 100 are shown in Figure 3: (a) and (b).

6.3. The path energy upper bound for closed sunflower graph

Theorem 6.6. For Closed sunflower \(CSF_n\) with \(n\geq 5\),

  1. The upper bound of pathway energy is given by: \(E_p(CSF_n)\leq \sqrt{l(5\kappa + 4\chi)}\)

  2. The improved upper bound of pathway energy is: \(E_p(CSF_n)\leq \sqrt{5(5\kappa + 4\chi)}\).

Proof. In this segment to establish the upper bounds, follow the approach of characteristic values determination in Theorem 4.2. For the purpose of the proof, it is a essential to take into account the following consideration,

Case 1: Proof for the pathway energy upper bound of \(\bf{CSF_n}\).

To establish the upper bound, apply the Cauchy-Schwarz inequality in (1).

Consider \([E_p(CSF_n)]^2 \leq \left(\sum_{i=1}^{l} \alpha_i \beta_i\right)^2\), where the pathway energy is bounded above. Substituting \(\alpha_i = 1\) and \(\beta_i = |\mu_i|\) into this inequality yields the desired result.

\[\begin{aligned} ^2 & \leq \left( \sum\limits_{i=1}^{l} 1.|\mu_i|\right)^2 \leq \left( \sum\limits_{i=1}^{l} 1 \right)^2 .\left( \sum\limits_{i=1}^{l} |\mu_i|^2\right) \text {……………….. [by (1)]}\\ &= l(5\kappa + 4\chi) \text {…………………… [by Theorem 6.1]}\\ [E_p(CSF_n)] & \leq \sqrt{l(5\kappa + 4\chi)}. \end{aligned}\]

Thus, the upper bound of the pathway energy of the closed sunflower graph concluded by, \(E_p(CSF_n)\leq \sqrt{l(5\kappa + 4\chi)}.\)

Case 2: Proof for the pathway energy improved upper bound.

Using the Weighted Cauchy-Schwarz inequality from Eq. (5), we deduce the improved upper bound: \([E_p(CSF_n)]^2 \leq \left( \sum_{i=1}^{l}a_i b_i w_i \right)^2\) Substituting \(a_i = \frac{1}{l^{3/2}} |\mu_i|\), \(b_i = 1\), and \(w_i = \sqrt{5}\) in RHS gives the result.

\[\begin{aligned} \left[E_p(CSF_n)\right]^2 & \leq \left( \sum\limits_{i=1}^{l} \frac{\mu_i^2}{(l)^3}.\sqrt{5}\right) \left( \sum\limits_{i=1}^{l} 1.\sqrt{5}\right)\\ &= 5(5\kappa + 4\chi) \text{ …………………………. [by Theorem 6.1]}\\ [E_p(CSF_n)] &\leq \sqrt{5(5\kappa + 4\chi)}. \end{aligned}\]

The improved upper bound of the path energy for the closed sunflower graph is: \[\left[E_p(CSF_n)\right] \leq \sqrt{5(5\kappa + 4\chi)}.\] ◻

Observation 6.7.The pathway energy of upper bounds, improved upper bounds and time complexity analysis \(O(n^3)\) for closed sunflower graphs with order of \(n\) varying from 5 to 100 are depicted in Figure 3: (a) and (b).

Proof. The configuration of the vertex-disjoint path adjacency matrix \(A_p(Bl_n)\) for a blossom graph is outlined as follows,\[\label{12} A_p(Bl_n) = \begin{cases} \alpha_{ij}= 0,& \quad \text{whenever}\ i = j,\\ \beta_{ij}= 5,&\quad \text{whenever.}\ i \neq j,\, i,j \leq 2n+1. \end{cases} \tag{8}\] here \(\begin{aligned}\varrho_1 = \sum_{i=j}^{2n+1} (\alpha_{ij}), \quad \varrho_2 =\sum_{i<j}\left(\beta_{ij}\right)+\sum_{i>j}\left(\beta_{ij}\right). \end{aligned}\)

For this \(2n+1 \times 2n+1\) matrix, the characteristic equation is, \[a_{0}\mu^{2n+1} + a_{1}\mu^{2n} + a_{2}\mu^{2n-1} + \cdots + a_{n} = 0.\] All the characteristic values are represented by \(\mu_1, \mu_2,\ldots,\mu_{n-1},\mu_n,\mu_{n+1},\dots,\mu_{2n+1}.\)

The total of the squared characteristic values can be outlined as, \[\begin{aligned} \sum_{i=1}^{2n+1} \mu_i^2 &=\sum_{i=j}^{2n+1} (a_{ij})+ \sum_{i<j} (b_{ij}) + \sum_{i>j} (b_{ij}) \\ &= \sum_{i<j} (b_{ij})^2 + \sum_{i>j} (b_{ij})^2 \\ \sum_{i=1}^{2n+1} \mu_i^2 &= 5 \left[ \varrho_1 +\varrho_2 \right] \end{aligned}\] where \(\varrho_1\) and \(\varrho_2\) are specific terms related to the matrix components. ◻

7.1. The pathway energy lower bound for the blossom graph

Theorem 7.2. Let be a \(Bl_{n}\) blossom graph comprising l=\(2n+1\) vertices and \(6n\) edges.

  1. The lower bounds of pathway energy is given by,

    \[E_p(Bl_n) \geq \sqrt{5(\varrho_1 + \varrho_2) + \frac{2}{l(l-1)}\prod_{i=1}^{l} (\mu_i^{w_i})^2},\] where \(w_i\) are the weights, \(\sum_{i=1}^{l} w_i = 1\) gives the total sum of the characteristic value weights.

  2. The improved pathway energy lower bound is given by, \[E_p(Bl_n) \geq \sqrt{5(\varrho_1 + \varrho_2) + l(l-1) D^ {\frac{2}{l}}} \quad\text{where} \quad D = |\det A_p(Bl_n)|.\]

Proof. In general, the blossom graph \(Bl_n\) has a vertex-disjoint adjacency matrix of order \(l \times l\), with the number of vertices denoted by \(l = 2n+1\). The characteristic values \(\mu_1, \mu_2, \ldots, \mu_l\) can be determined by solving \(|A_p(Bl_n) – \mu I| = 0\). As similar to the method earlier in Theorem 4.2, the pathway energy \(E_p(Bl_n)\), is the total of the absolute values of these characteristic values.

\([E_p(Bl_n)]^2 = \left(\sum\limits_{i=1}^{l}|\mu_i|\right)^2 + \left(\sum\limits_{i\neq j}|\mu_i| |\mu_j|\right).\)

Case 1: Proof for the pathway energy lower bound of blossom graph

From the Chebyshev’s Inequality (3), we derive that, \[^2 \geq {\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \left( \sum_{i=1}^{l} |\mu_i| \right) \left( \sum_{i=1}^{l} |\mu_i| \right)}.\]

We derive the following from the Weighted AM–GM inequality (4): \[\begin{aligned} {\left[E_p\left(Bl_n\right)\right]^2} &\geq{\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \left( \sum_{i=1}^{l} \mu_i w_i \right) \left( \sum_{i=1}^{l} \mu_i w_i \right)}\quad \text{where} & \sum_{i=1}^{l} w_i = 1, \\ &\geq {\sum_{i=1}^{l}|\mu_i|^2 + \frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right) \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)} \\ &\geq {5(\varrho_1 + \varrho_2) + \frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)^2}\text { by Theorem 7.1}. \end{aligned}\]

Thus, the lower bound of the pathway energy for blossom graph is,

\(E_p(Bl_n)\geq \sqrt{5(\varrho_1 + \varrho_2)+\frac{2}{l(l-1)} \prod_{i=1}^{l} \left(\mu_i^{w_i} \right)^2}.\)

Case (ii): Proof for the pathway energy improved lower bound.

We obtain that from the AM-GM inequality in Eq. (2). \[\begin{aligned} {\left[E_p\left(Bl_n\right)\right]^2} & =\sum_{i=1}^{l}\left|\mu_i\right|^2+l(l-1) \left|\prod_{i=1}^{l} \left(\mu_i\right)\right|^{\frac{2}{l}} \\ & ={5(\varrho_1 + \varrho_2)+l(l-1) D^{\frac{2}{l}}} \quad { \text {by Theorem 7.1}}.\\ \end{aligned}\]

Thus, the improved lower bound of the pathway energy for blossom graph is, \[E_p(Bl_n)\geq \sqrt{5(\varrho_1 + \varrho_2)+l(l-1) D^{\frac{2}{l}}}.\] ◻

Observation 7.3. The pathway energy of lower bounds, improved lower bounds and time complexity analysis \(O(n^3)\) for blossom graphs with order of \(n\) varying from 5 to 100 are plotted in Figure 4: (a) and (b).

Figure 4 The comparison of path energy bounds (a) and time complexity execution (b) for blossom graphs

7.2. The pathway energy exact bound for blossom graph

Theorem 7.4. The defined bounds for the pathway energy in the blossom graph \(Bl_n\), under the condition that \(n \geq 5\), are \(E_p(Bl_n) = 10(2n)\).

Proof. The Eq. (8) provides a detailed description of the pathway configuration for the vertex-disjoint matrix of the blossom graph. Solving the characteristic equation \((-\mu)^{2n+1}+tr(-\mu)^{2n}+\cdots+det\,A_{p}({Bl}_{n})=0\) derives the \(2n + 1\) characteristic values in this way: \(\mu_1 =\mu_2=\mu_3 =\dots=\mu_{2n} =5 \quad \text{and} \quad \mu_{2n+1} =5(2n)\).

The spectrum can be articulated as: \(\texttt{Spec}\left( \mathbb{A}_p(Bl_n) \right)\) = \(\begin{bmatrix} -5 & 5(2n) \\ 2n & 1 \\ \end{bmatrix}\).

The exact energy path of the blossom graph provided by, \[\begin{aligned} E_p(Bl_n) &= \sum\limits_{i=1}^{2n+1} |\mu_i| =\quad \mid -5 \mid %+\mid -3\mid + \dots +\mid -3 \mid (2n) +5(2n) & = 3(2n-1) + 3(2n-1) \\ =10(2n). \end{aligned}\] The term \(| -5 |\) appears \(2n\) times, while \(5(2n)\) appears once. Consequently, the exact pathway energy bound for the blossom graph is given by: \(E_p(Bl_n) = 10(2n).\) ◻

Observation 7.5. The exact path energy and time complexity analysis \(O(n^3)\) for blossom graphs with \(n\) varying from 5 to 100 are plotted in Figure 4: (a) and (b).

7.3. The pathway energy upper bound for blossom graph

Theorem 7.6. For blossom graph \(Bl_n\) with \(n\geq 5\),

  1. The upper bound of pathway energy is given by: \(E_p(Bl_n) \leq \sqrt{5l(\varrho_1 + \varrho_2)}\)

  2. The improved upper bound of pathway energy is: \(E_p(Bl_n) \leq \sqrt{5(5(\varrho_1 + \varrho_2))}\).

Proof. This section of the proof establishes the upper bounds using an analogous method of determining characteristic values as in Theorem 4.2.

Case 1: Proof for the path energy upper bound of blossom graph.

For deriving the upper bound Cauchy-Schwarz Inequality (1) leads that, \([E_p(Bl_n)]^2 \leq \left(\sum_{i=1}^{l} \alpha_i \beta_i\right)^2\), where the pathway energy is constrained by the right-hand side. Substituting \(\alpha_i = 1\) and \(\beta_i = |\mu_i|\) leads to the desired conclusion, \[\begin{aligned} \left[E_p(Bl_n)\right]^2 & \leq \left( \sum\limits_{i=1}^{l} 1.|\mu_i|\right)^2 \leq \left( \sum\limits_{i=1}^{l} 1 \right)^2 .\left( \sum\limits_{i=1}^{l} |\mu_i|^2\right) \text {……………………. by (1)}\\ &= 5l(\varrho_1 + \varrho_2) \text {……………………………. by Theorem 7.1}\\ \left[E_p(Bl_n)\right] & \leq \sqrt{5l(\varrho_1 + \varrho_2))}. \end{aligned}\]

Thus, the upper bounds of the pathway energy of the blossom graph concluded by \[E_p(Bl_n)\leq \sqrt{5l(\varrho_1 + \varrho_2)}.\] Case 2: Proof for the pathway energy improved upper bound.

The Weighted Cauchy Schwarz inequality 5 allows us to deduce that, \[\left[E_p(Bl_n)\right]^2 \leq \left( \sum\limits_{i=1}^{l}a_{i}.b_{i}.w_i\right)^2.\]

By substituting \(a_{i}=\frac{1}{(l)^{\frac{3}{2}}}\,|\mu_i|\), \(b_{i}=1\) and \(w_i=\sqrt{5}\), in the above inequality, \[\begin{aligned} \left[E_p(Bl_n)\right]^2 & \leq \left( \sum\limits_{i=1}^{l} \frac{\mu_i^2}{(l)^3}.\sqrt{5}\right) \left( \sum\limits_{i=1}^{l} 1.\sqrt{5}\right)\\ &= 5(5(\varrho_1 + \varrho_2)) \text {…………………….by Theorem 7.1}\\ [E_p(Bl_n)] & \leq \sqrt{5(5(\varrho_1 + \varrho_2))}. \end{aligned}\]

Thus, the improved upper bound of the pathway energy for blossom graph is, \(\left[E_p(Bl_n)\right] \leq \sqrt{5(5(\varrho_1 + \varrho_2))}.\) ◻

Observation 7.7. The pathway energy of upper bounds, improved upper bounds and time complexity analysis \(O(n^3)\) for blossom graphs with order of \(n\) varying from 5 to 100 are plotted in Figure 4: (a) and (b).

8. Complexity analysis of flower families

We undertook a comprehensive computational analysis of flower families, employing algorithmic techniques to quantify the energy of these graphs alongside the time taken for each calculation. By plotting energy against computation time, we meticulously assessed the complexity and efficiency inherent in each graph type. Our results reveal that sunflower graphs exhibit a significantly higher complexity compared to the flower families under investigation. Notably, the computational time for sunflower graphs adheres to a complexity of \(O(n^3)\), underscoring its critical nature in relation to the flower families discussed in this study.

9. Conclusion

This paper presents an innovative algorithmic framework for analyzing pathway energy within flower families, encompassing a wide range of graph types. We established precise limits for pathway energies and conducted an in-depth analysis of time complexity, illuminating significant computational challenges in this domain. The hallmark of our work is the enhanced efficiency and versatility of our pathway energy calculations, providing a robust tool for addressing complex spectral graph problems. These findings pave the way for future research focused on optimizing algorithms and exploring new classes of graphs. Moreover, this research has substantial practical implications for network optimization, improving algorithmic efficiency, and advancing spectral graph theory. Ultimately, our contributions propel the progress of computational graph theory and its related fields.

References:

  1. C. Adiga, E. Sampathkumar, M. A. Sriraj, and A. S. Shrikanth. Color energy of a graph. Proceedings of the Jangjeon Mathematical Society, 16(3):335–351, 2013.
  2. S. Akbari, A. Alazemi, M. Andelic, and M. A. Hosseinzadeh. On the energy of line graphs. Linear Algebra and Its Applications, 636:143–153, Mar. 2022. https://doi.org/10.1016/j.laa.2021.11.022.
  3. S. Akbari, M. Ghahremani, S. K. Hosseinzadeh, M. A. Ghezelahmad, H. Rasouli, and A. Tehranian. A lower bound for graph energy in terms of minimum and maximum degrees. MATCH Communications in Mathematical and in Computer Chemistry, 86:549–558, 2021.
  4. R. Arundhadhi and V. Ilayarani. Total coloring of closed helm, flower, and bistar graph family. International Journal of Scientific and Research Publications, 7(7):616–621, Jan. 2017. http://dx.doi.org/10.48550/arXiv.1801.00468.
  5. R. Balakrishnan and K. Ranganathan. A Textbook of Graph Theory. Springer New York, NY, 2000. https://doi.org/10.1007/978-1-4614-4529-6.
  6. Ş. B. Bozkurt Altındağ, E. Milovanović, M. Matejić, and I. Milovanović. Remarks on the bounds of graph energy. Communications in Combinatorics and Optimization:1–16, July 2024. https://doi.org/10.22049/cco.2024.28825.1739.
  7. Z. Cvetkovski. Inequalities: theorems, techniques, and selected problems. Springer Science & Business Media, Springer Berlin, Heidelberg, 2012.
  8. S. N. Daoud and Mohamed. The complexity of some families of cycle-related graphs. Journal of Taibah University for Science, 11(2):205–228, Apr. 2017. https://doi.org/10.1016/j.jtusci.2016.04.002.
  9. S. Duraj, P. Kopeć, M. Kubale, and T. Pikies. Scheduling of identical jobs with bipartite incompatibility graphs on uniform machines computational experiments. Decision Making in Manufacturing and Services, 11(1-2):53–61, 2017. https://doi.org/10.7494/dmms.2017.11.1-2.53.
  10. I. Gutman. Graph energy and nullity. Open Journal of Discrete and Applied Mathematics, 4:25–28, Mar. 2021. https://doi.org/10.30538/psrp-odam2021.0051.
  11. I. Gutman and B. Furtula. Survey of graph energies. Mathematics Interdisciplinary Research, 2(2):85–129, Dec. 2017. https://doi.org/10.22052/mir.2017.81507.1057.
  12. I. Gutman and H. Ramane. Research on graph energies in 2019. MATCH Communications in Mathematical and in Computer Chemistry, 84(2):277–292, 2020.
  13. F. Hutter, L. Xu, H. H. Hoos, and K. Leyton-Brown. Algorithm runtime prediction: methods and evaluation. Artificial Intelligence, 206:79–111, Jan. 2014. https://doi.org/10.1016/j.artint.2013.10.003.
  14. R. Jerlinkasmir, J. Venistine V, and S. Jebisha E. The several bounds of path energy for the network of wheel families. Montes Taurus Journal of Pure and Applied Mathematics, 6:37–56, 2024.
  15. I. Mezić, V. A. Fonoberov, T. Fonoberova, and M. Sahai. Spectral complexity of directed graphs and application to structural decomposition. Complexity, 1:9610826, Jan. 2019. https://doi.org/10.1155/2019/9610826.
  16. S. Naduvath, K. P. Chithra, and E. A. Shiny. On equitable coloring parameters of certain wheel-related graphs. Contemporary Studies In Discrete Mathematics, 1(1):3–12, Jan. 2017. http://dx.doi.org/10.48550/arXiv.1801.00468.
  17. S. C. Patekar and M. M. Shikare. On the path energy of some graphs. Journal of Mathematics and Computer Science, 10(3):535–543, Feb. 2020. https://doi.org/10.28919/jmcs/4460.
  18. A. Raza, M. Munir, T. Abbas, S. M. Eldin, and I. Khan. Spectrum of prism graph and relation with network-related quantities. AIMS Math, 8(2):2634–2647, Nov. 2023. http://dx.doi.org/10.3934/math.2023137.
  19. S. Sabeti and S. M. Semnani. On P(k) path eigenvalues and P(k) path energy of graphs. Discrete Mathematics, Algorithms and Applications, 15(8):2250170, Feb. 2023. https://doi.org/10.1142/S1793830922501701.
  20. M. M. Shikare, S. C. Malavadkar, P. P. Patekar, and I. Gutman. On path eigenvalues and path energy of graphs. MATCH Communications in Mathematical and in Computer Chemistry, 79(2):387–398, 2018.
  21. J. Simonsson, K. T. Atta, and W. Birk. A graph theoretical approach to modeling of district energy networks. IEEE Transactions on Control Systems Technology, 32(5):1616–1630, Jan. 2024. https://doi.org/10.1109/TCST.2023.3345213.
  22. B. Xu and L. Zhou. The path-index of a graph. Applied Mathematics and Computation, 461:128312, Jan. 2024. https://doi.org/10.1016/j.amc.2023.128312.
  23. L. Xueliang, Y. Shi, and I. Gutman. Graph energy. Springer Science and Business Media, Springer New York, NY, Aug. 2012. https://doi.org/10.1007/978-1-4614-4220-2.
  24. L. Ye. On the energy of a graph and its edge-deleted subgraphs. MATCH Communications in Mathematical and in Computer Chemistry, 92(2):417–423, 2024. https://doi.org/10.46793/match.92-2.417Y.