- No Emojis in READMEs: Do not use any emojis in any README files (
README.md) in this repository. Keep the text professional and formatted with standard Markdown elements only. - Markdown Math Notation: Do not use dollar signs (
$) for writing mathematical or time complexity notations like$O(1)$. Always use bold markdown double asterisks (**O(1)**) instead.