this post was submitted on 16 Jun 2023
-1 points (0.0% liked)

Programmer Humor

25009 readers
1193 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 1 comments
sorted by: hot top controversial new old
[–] argv_minus_one@beehaw.org 1 points 2 years ago* (last edited 2 years ago)

Finding clothes on a chair isn't constant-time. You have to search through the heap of clothes to find the item you want. It has the same time complexity as searching through the closet; it's only fast because n is small.