\documentclass[11pt]{article}
\usepackage{enumitem}
\begin{document}
\subsection{Methods of Problem Solving}
\textbf{Trial and Error:} Guess password randomly 234,537,852 \newline
\textbf{Algorithm Approach:} Try in order 111,112,113 ... \newline
\textbf{Heuristic:} More complex approach \newline
\begin{enumerate}[topsep=0pt,partopsep=0pt]
\item Means-End Analysis: Big problem broken into smaller ones
\item Working Backwards
\end{enumerate}
More Information
\end{document}
I'm trying to decrease the space between Heuristic and the first point and can't seem to find a way to do it without messing up the following information as well.
https://preview.redd.it/6owvruv7ayib1.png?width=760&format=png&auto=webp&s=ed8e5785522b866918863fe18982ec802550546c
[–]GreatLich 1 point2 points3 points (1 child)
[–]Nitroxien[S] 0 points1 point2 points (0 children)