Something I did not know

For stuff that is general.
Post Reply
thibodeaux
Posts: 8121
Joined: Thu May 20, 2004 7:32 pm

Post by thibodeaux »

If you have a single-elimination tournament with N (where N is any finite, positive non-zero integer) teams, how many total games will there be?

I knew the answer for values of N that are powers of 2, but I didn't know the general answer. It's just not something that I ever thought about.
TheCatt
Site Admin
Posts: 58731
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

It's like magic.
It's not me, it's someone else.
thibodeaux
Posts: 8121
Joined: Thu May 20, 2004 7:32 pm

Post by thibodeaux »

Yeah.
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post by Malcolm »

thibodeaux wrote:If you have a single-elimination tournament with N (where N is any finite, positive non-zero integer) teams, how many total games will there be?

I knew the answer for values of N that are powers of 2, but I didn't know the general answer. It's just not something that I ever thought about.
In general, n isn't a power of 2, people cheat the value to make it so using bye weeks or wildcard teams.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
thibodeaux
Posts: 8121
Joined: Thu May 20, 2004 7:32 pm

Post by thibodeaux »

Yeah, but it doesn't matter; you can do it without a power of 2.
TheCatt
Site Admin
Posts: 58731
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

Malcolm wrote:
thibodeaux wrote:If you have a single-elimination tournament with N (where N is any finite, positive non-zero integer) teams, how many total games will there be?

I knew the answer for values of N that are powers of 2, but I didn't know the general answer. It's just not something that I ever thought about.
In general, n isn't a power of 2, people cheat the value to make it so using bye weeks or wildcard teams.
It's not a cheat. It's just a fact.
It's not me, it's someone else.
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post by Malcolm »

thibodeaux wrote:Yeah, but it doesn't matter; you can do it without a power of 2.
Did you find/derive the general answer? I'm slightly curious.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
TheCatt
Site Admin
Posts: 58731
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

Ummm...
It's not me, it's someone else.
thibodeaux
Posts: 8121
Joined: Thu May 20, 2004 7:32 pm

Post by thibodeaux »

Malcolm wrote:
thibodeaux wrote:Yeah, but it doesn't matter; you can do it without a power of 2.
Did you find/derive the general answer? I'm slightly curious.
Yep. If you have N teams, then you need N-1 games.

You can confirm this by thinking of a tournament bracket as a binary tree. You have N leaf nodes (the teams). The games are the internal nodes. Consult wikipedia for the relationship between these two entities.
thibodeaux
Posts: 8121
Joined: Thu May 20, 2004 7:32 pm

Post by thibodeaux »

The reason I mention this is that on Monday, and then again today, I interviewed a database-engineer who did not know the answer, not even for powers of 2.

Today's guy actually did try to work through for 64 teams, and he wrote down and added up the powers of 2 from 1 to 32. While he was adding, I said to him, "you know, in binary that's all ones." Didn't help him.
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post by Malcolm »

One of our contractors is getting let go because his SQL skills suck balls. Granted, he wasn't hired for that, he kind of got screwed into a bad position. But, come on, SQL is fucking rocket science. Dude didn't know what the "bit" data type was.

I'm not looking forward to hiring any new members for our team because our hiring process is shyte. Management seems to have solved this problem just by letting manpower dwindle and refusing to hire anyone new.




Edited By Malcolm on 1290644863
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
thibodeaux
Posts: 8121
Joined: Thu May 20, 2004 7:32 pm

Post by thibodeaux »

Malcolm wrote:Management seems to have solved this problem just by letting manpower dwindle and refusing to hire anyone new.
Sometimes you're actually better off that way. Everybody's busy, but at least you know they're competent (I mean, assuming it's the competent ones who are left).
Malcolm
Posts: 32040
Joined: Fri May 21, 2004 1:04 pm
Location: Minneapolis

Post by Malcolm »

It's going to be a loooooooooooooooooong while before the real problem idiots are removed.
Diogenes of Sinope: "It is not that I am mad, it is only that my head is different from yours."
Arnold Judas Rimmer, BSC, SSC: "Better dead than smeg."
TheCatt
Site Admin
Posts: 58731
Joined: Thu May 20, 2004 11:15 pm
Location: Cary, NC

Post by TheCatt »

The other day, I was talking with one of my fellow DB people at work, and asked him what he thought datalength(13) was in t-sql... He said "2"

Maybe he uses 3 bits to a byte.
It's not me, it's someone else.
Post Reply