Nasty Latex error on the first line of latex.
Latex Problem:
Undefined control sequence.
\chtapter ...ace {10\p@ }}\algocf@original@chapterIssue:
Solution: Add this before loading algorithm2e package.
algorithm2e expects \chapter to be definedSolution: Add this before loading algorithm2e package.
\let\chapter\section

