I am a developer from Norway, currently studying in Denmark. Passions include failing at difficult stuff and spending time in the mountains.
Enable the hardware (or the OS), and compute faster! · Program execution To understand threads, it is important to understand how programs...
Photo credit to Alex Block (alexblock on Unsplash) Algorithm Initialize an index variable to zero, this represents the start of the...
Photo credit to Giordano Rossoni on Unsplash Brief description Recursion is a problem-solving technique that can be used when a problem can be solved...
Photo credit to Chrissy Jarvis on Unsplash Algorithm Determine the value range of input values and create a count array of zeros of size equal to...
Photo credit to Theodora Lee (theodoraaaa at Unsplash) Algorithm Start by considering the first element of the array as the sorted subarray. Take...
Serve up a web page the most common way · Goal For this article, I want to implement a TCP protocol web server in C. Note that I'm no expert, and I'm...