NotesTagsGraph

# topic/cs/theory

4 notes · all tags

Big-O and Complexity Analysis

Big-O notation describes how an algorithm's time or space scales with input size , ignoring constants and lower-order terms.

3 links · 7 backlinks
# topic/cs/theory

Computational Complexity of Attention

Standard Self-Attention has time and memory in sequence length . This is the fundamental bottleneck of transformers.

4 links · 5 backlinks
# topic/cs/theory# topic/ai-ml/deep

Computer Science Foundations

Computer science foundations study the cost and structure of computation. The useful mental model is: algorithms transform inputs into outputs, data structures control access…

10 links · 1 backlinks
# topic/cs/theory# topic/cs/algo

P vs NP and Intractability

P = problems solvable in polynomial time. NP = problems whose solutions are verifiable in polynomial time. The question is open, but widely believed to be .

2 links · 2 backlinks
# topic/cs/theory

© 2026 Ebenezer Gelo