Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 399 Bytes

File metadata and controls

4 lines (3 loc) · 399 Bytes

Customization Rules

  • 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.