
please wait
by alex067
Splitting linked list
|
I have an assignment where I have to split the linked list at a given position by the user. The linked list looks as such: 15 -> 0 -> 15 -> 10 -> 20 -> 30 ... |
Mar 1, 2015 at 1:18am
[4 replies] Last: Is my split function correct? No, your split function does not do th... (by Duthomhas)
|
by ACHRAF92
explain the result fact (100) = 0!!
|
I tried to calculate the factorial of a number n equal to 100 and the result gives me 0. explain the result fact (100) = 0 please :) |
Mar 1, 2015 at 12:14am
[5 replies] Last: 100! is a very big number, chances are your architecture's "unsigned l... (by Ganado)
|