Daily Archives: November 26, 2014

LoopNodes for days.

I like the word loopNode, it makes me happy.
Today was a good day. I worked for about a solid seven hours at school.
During that time i wrote and almost finished my binary search tree class, it’s setup is mostly the same as the linked list except that each node has three pointers to other nodes, one to the parent of the node, one to the lower child and one to the higher child. The instructions to the assignment states that […]

/ Comments Off on LoopNodes for days.
Program: Programming

LoopNodes for days.

I like the word loopNode, it makes me happy.
Today was a good day. I worked for about a solid seven hours at school.
During that time i wrote and almost finished my binary search tree class, it’s setup is mostly the same as the linked list except that each node has three pointers to other nodes, one to the parent of the node, one to the lower child and one to the higher child. The instructions to the assignment states that […]

/ Comments Off on LoopNodes for days.
Program: Programming

Celsius to Fahrenheit

När jag försökte skriva ett program som omvandlar Fahrenheit fann jag att jag hade problem med att vad jag än skrev fick jag samma värde i slutändan. När jag skrev koden använde jag mig utav ett exempel program som vi fick i en PDF från en av de … – Läs hela inlägget här

/ Comments Off on Celsius to Fahrenheit
Program: Programming

Celsius to Fahrenheit

När jag försökte skriva ett program som omvandlar Fahrenheit fann jag att jag hade problem med att vad jag än skrev fick jag samma värde i slutändan. När jag skrev koden använde jag mig utav ett exempel program som vi fick i en PDF från en av de … – Läs hela inlägget här

/ Comments Off on Celsius to Fahrenheit
Program: Programming