+\begin{table}[ht]
+\caption{The Execution Time(s) vs The Number of Sensors }
+% title of Table
+\centering
+
+% used for centering table
+\begin{tabular}{|c| c| c| c |}
+% centered columns (4 columns)
+\hline\hline
+%inserts double horizontal lines
+Sensors Number & Strategy & Strategy & Simple Heuristic \\ [0.5ex]
+ & (with Two Leaders) & (with One Leader) \\ [0.5ex]
+%Case & Strategy (with Two Leaders) & Strategy (with One Leader) & Simple Heuristic \\ [0.5ex]
+% inserts table
+%heading
+\hline
+% inserts single horizontal line
+50 & 0.097 & 0.189 & 0.001 \\
+% inserting body of the table
+\hline
+100 & 0.419 & 1.972 & 0.0032 \\
+\hline
+150 & 1.295 & 13.098 & 0.0032 \\
+\hline
+200 & 4.54 & 169.469 & 0.0046 \\
+\hline
+250 & 12.252 & 1581.163 & 0.0056 \\ [1ex]
+
+% [1ex] adds vertical space
+\hline
+%inserts single line
+\end{tabular}
+\label{table1}
+% is used to refer this table in the text
+\end{table}
+
+Table \ref{table1} shows the efficiency of our algorithm to produce the solution with good execution time though the Simple Heuristic gives the solution in less time but our approach ensure a better coverage for the region with energy saving and less energy consumption led to extend the lifetime of the network.
+
+\subsection{The Number of Stopped Simulation Runs :}
+In this study, we will shows the number of stopped simulation runs (the disconnected network) per round for 150 and 250 deployed nodes and for three approaches. Fig. \ref{fig9} and \ref{fig10} illustrate the number of stopped simulation runs per round for 150 and 250 deployed nodes respectively.
+
+\begin{figure}[h!]
+\centering
+\includegraphics[scale=0.50]{TheNumberofStoppedSimulationRuns150.pdf}
+\caption{The Number of Stopped Simulation Runs against Rounds for 150 deployed nodes }
+\label{fig9}
+\end{figure}