gillescastel / latex-snippets

Vim + LaTeX snippets setup
MIT License
1.03k stars 201 forks source link

Add some asymptotic notation snippets for Computer Science #18

Open rudiejd opened 3 years ago

rudiejd commented 3 years ago

I have been using these snippets for writing papers for a while now, and I love them. Here are a couple of shortcuts I added specifically for asymptotic notation (O(n), Theta(n), Omega(n)). They're also useful for describing algorithms in numerical analysis and optimization.