Οπτικοποίηση αλγορίθμων για εκπαιδευτικούς σκοπούς
Visualization of algorithms for educational purposes
View/ Open
Keywords
Αλγόριθμος ; Πρόβλημα ; Βήματα ; Ταξινόμηση φυσαλίδας ; Ταξινόμηση με επιλογή ; Γραμμική αναζήτησηAbstract
This thesis encourages everyone to understand certain concepts of algorithms through exercises which are given. In a nutshell, an algorithm is a procedure by which a problem is solved. It consists of a series of specific instructions which are executed step by step. For this reason the examples which are given have specific steps which one has to follow in order to solve the problems.
The algorithms which are presented are bubblesort, selection sort and linear search. These are some of the most basic algorithms.