Teaching And Exercises
Archived; click post to view. Excerpt: I am asking you for a big favor in this blog post! You can help me to achieve one of my childhood dreams: I am an enthusiastic teacher and love to share information (as you might have seen by reading my blog) Over the last month I have designed [...]
Continue reading about Please help me to realize my Web science massive open online course
Archived; click post to view. Excerpt: In July 2012 we taught a course for the German National Summer School for high school students. The course consisted of 50 hours over 14 days. Due to some specific settings of the Summer School we had to make a few adjustments to the format of our curriculum and [...]
Continue reading about Teaching Web Science (web architecture and Web ethics) to students
Archived; click post to view. Excerpt: 6 months of hard coding and supervising by me are over and end with a huge success! After analyzing 80 GB of Google ngrams data Paul and Till put them to a neo4j graph data base in order to make predictions for fast scentence completion. Today was the award [...]
Archived; click post to view. Excerpt: Today I started an experiment I created an excercise for coursework in algorithms and data structures that is very unusuale and many people have been criticle if this was a good idea. The idea behind the exercise is that studens should read wikipedia articles to topics related to lectures [...]
Continue reading about Algorithms exercise: Find mistakes in Wikipedia articles
Archived; click post to view. Excerpt: I created some exercises regarding binary search trees. This time there is no coding involved. My experience from teaching former classes is that many people have a hard time understanding why trees are usefull and what the dangers of these trees is. Therefor I have created some straight forward [...]
Archived; click post to view. Excerpt: #1: Sorting huge files Sorting big files might not be as simple as just implementing an sort algorithm. As soon as the file does not fit in memory any more smarter implementations have to be applied. One way is to sort the file on the hard disk. We remark [...]
Archived; click post to view. Excerpt: Binary Search http://en.wikipedia.org/wiki/Binary_search_algorithm is a very basic algorithm in computer science. Despite this fact it is also important to understand the fundamental principle behind it. Unfortunately the algorithm is tought so early and the algorithm is so simple that beginning students sometimes have a hard time to understand the [...]





Recent Comments