The following are programs I've made in courses at Oslo University College, Faculty of Engineering, Computer Science. Here is the course schedule.
| Spring-2000 |
Project work in the course Programmering II. The program is "Map", a Java program to generate clickable "image maps" in HTML. The project may be downloaded, and run without any compiler. Instructions for this is included. The file contains both the source code, and the compiled application. It's run as an application, not an applet, and can therefore not be run in the web page. |
| Fall-2000 |
Obligatory assignments in the course Algoritmer og datastrukturer. Huffman - Application for Huffman-compression. LZW - Application for LZW-compression. Graph - Application that demonstrates Djikstra's method for shortest path in a graph. |