Posts Tagged ‘Algorithms’

A Report of a Specialty Practice at Tallinn University of Technology

Monday, May 2nd, 2011

It was decided to perform a practice this spring semester. The general aim of a practice is to develop specialty skills, to get experience in some engineering field, to fix knowledge.

The aim of a given specialty practice is to propose a new algorithm model for the single, unified sequential rating. A given report is written in order of an introduction, a process for development of a proposal, a demonstration of an old algorithm model of existing ratings, a proposal of a new algorithm model of the rating and a conclusion being turned to.

(more…)

Bucket Sort Algorithm Presentation at Advanced Algorithms and Data Structures at Tallinn University of Technology

Wednesday, May 5th, 2010

This day was for another presentation at university. This time the course is Advanced Algorithms and Data Structures. What is done at the course is explore and discuss different algorithms. I particularly took the Bucket sort algorithm for the presentation.

Consequently, the subject was Sequential and Parallel Bucket Sort. The purpose was to inform of the algorithm. First of all, I generalized a picture for a sorting, talked about places to store data, a method of distribution and sorting algorithms. Then I turned to actual Bucket sort. The final talk was about Sample sort as an alternative to the prior.

(more…)