Calculating a nested root in C – I was asked to calculate the following nested root expression using recursion only. […]

How to debug using gdb? – I am trying to add a breakpoint in my program using b {line number} […]

makefile extension – I’m writing a C program using gcc in cygwin. My question is, how do you create a […]

python tracing a segmentation fault – I’m developing C extensions from python and I obtain some segfaults (inevitable during the […]

Radix Sort Base 16 (Hexadecimals) – I have spent more 10hr+ on trying to sort the following(hexadecimals) in LSD radix […]