One Letter Programming Languages
Source: One Letter Programming Languages
29 Psychological Tricks & Tactics Used to Make People Buy More
On simple explanations
Asymptotic complexities
Finding a pen in a classroom of n students
- O(n^2) – Asking each student and ask him about others too
- O(n) – Asking each student
- O(logn) – Dividing class equally and asking each half
- O(1) – Damn it, I have it in my pocket Person facepalming
Asymptotic complexities
Finding a pen in a classroom of n students
O(n^2) – Asking each student and ask him about others too
O(n) – Asking each student
O(logn) – Dividing class equally and asking each half
O(1) – Damn it, I have it in my pocket 🤦— Akash Singh (@iAkash_Singh) May 26, 2020
On past, present selfand future self
Be forgiving with your past self.Be strict with your present self.Be flexible with your future self
Be forgiving with your past self.
Be strict with your present self.
Be flexible with your future self.
— James Clear (@JamesClear) May 26, 2020
