norheim.se

1,229
Reputation
128 views

Registered User

Name norheim.se
Member for 1 year
Seen 2 days ago
Website
Location Linköping, Sweden
Age 32
I put my presentation over here.
Nov
16
awarded  Popular Question
Nov
5
awarded  Enlightened
Nov
5
accepted How do you get yourself back “out of the zone” when the work day is over?
Oct
13
comment Alternatives to VMBed for rental of virtual XP machines?
Is this some sort of advertisement?
Oct
7
answered Private assemblies under sub-folder cannot load dependencies
Oct
5
comment Number of Comparisons using merge sort.
Actually, the mistake I made was assuming that lg referred to the natural logarithm. ln(5)=1.609... But of course the base 2 logarithm makes more sense in this context.
Oct
5
revised Number of Comparisons using merge sort.
deleted 40 characters in body
Oct
4
comment Number of Comparisons using merge sort.
As ⌈lg 5⌉ is 2, the answer is 5*2-2^2+1 = 7. This makes sense if you follow the algorithm as described in the article. If the initial sequence is 2,4,1,3,5, the comparisons will be, in order of appearance: (2,4) (2,1) (3,5) (1,3) (2,3) (4,3) (4,5)
Oct
4
revised Number of Comparisons using merge sort.
added 40 characters in body
Oct
4
answered Number of Comparisons using merge sort.
Oct
2
asked Thread safety of UuidCreateSequential and p/invoke calls in general
Oct
1
comment How deterministic Are .Net GUIDs ?
@FacticiusVir The number of lines between N stars will be N*(N-1)/2, as you say. However, this is unfortunately not equal to (N-1)! = (N-1)*(N-2)*(N-3)*(N-4)*...
Sep
30
comment Fitting a density curve to a histogram in R
Do you want to find m and s such that the Gaussian distribution N(m,s) fits to your data?
Sep
22
comment number of 1’s in 32 bit number
Sorry. The question resembled a homework problem to me and I wanted to provide a different view. For any performance critical as well as most non-theoretical applications, go for the bit-twiddling solutions!
Sep
22
answered number of 1’s in 32 bit number
Sep
20
awarded  Yearling
Sep
19
answered How have “modern OO languages pretty much eliminated [the] overhead for in-process calls”?
Sep
18
revised Simple fun C++ Asterisk Hill
Adding a more helpful formula; added 2 characters in body
Sep
18
answered Simple fun C++ Asterisk Hill
Aug
20
awarded  Nice Answer
Aug
19
accepted Two projects referring to one project.