I got the error while creating a pseudocode for my report. The following is my code in LaTeX. This gives out an stating "undefined control sequence \BState ->\State \algbackskip \BState". Kindly help me out with this.
\documentclass{article}
\usepackage{amsmath}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\begin{document}
\begin{algorithm}[H]
\begin{algorithmic}[1]
\BState \emph{\textbf{Key(s)}}:
\end{algorithmic}
\end{algorithm}
\end{document}

\BStateis not even mentioned in the manual foralgorithmicx. – egreg Feb 11 '16 at 07:52