201 Cheat Sheets tagged with C
Sort: Magic
Filter:
Language(s):
Rating:
b Cheat SheetAutomaton Repres‐
entation
M=(Q,Σ,δ,q0,F)
Q: Set of states {q0,q1,q2}
Σ: input alphabet {a,b} & ε ∉ Σ
δ: transition
function
δ(q,x)=q'
q0: initial state
F: set of accepting
states
{q2}
Language of
Automaton
L(M)={ w∈Σ* : δ*
(q0,w)∈F}
24 Apr 22
DRAFT: C++ STL Cheat SheetTo help remeber the frequently used stl functions and strutures
10 Mar 22
DRAFT: codemagic.yaml cheat sheet Cheat SheetConfigure all your workflows in a single file.
codemagic.yaml is a highly customizable configuration file for setting up your CI/CD pipeline with Codemagic. Configure all your workflows in a single file and commit the file to version control.
22 Apr 22
Programming Cheat Sheets
Top Tags in Programming
Languages
Databases
Tools
DevOps
Markup
Frameworks
Miscellaneous