Title Details: | |
Search, sort |
|
Authors: |
Manis, Georgios |
Reviewer: |
Blekas, Konstantinos |
Description: | |
Abstract: |
Search and sort is a field of application that lends itself to practicing and understanding concepts in depth. The same problem is approached from different angles, and small variations of it make it even more interesting. The search includes serial, serial in ordered table and binary. Sorting includes bubble sort, insertion sort, selection sort, merge sort, integer sort, and fast sort. Through these we are given the opportunity to introduce the measurement of complexity, without of course delving into it. A link is also made to the recursion chapter on fast classification. Python offers ready-made calls for search and classification. After studying the problem in a timeless yet applicable to all languages way, the way Python supports search and classification is also presented.
|
Linguistic Editors: |
Psatha, Eleni |
Type: |
Chapter |
Creation Date: | 2015 |
Item Details: | |
License: |
http://creativecommons.org/licenses/by-nc-sa/3.0/gr |
Handle | http://hdl.handle.net/11419/2755 |
Bibliographic Reference: | Manis, G. (2015). Search, sort [Chapter]. In Manis, G. 2015. Introduction to Programming with Python as a helper [Undergraduate textbook]. Kallipos, Open Academic Editions. https://hdl.handle.net/11419/2755 |
Language: |
Greek |
Consists of: |
1. Σειριακή αναζήτηση 2. Σειριακή αναζήτηση σε ταξινομημένο πίνακα 3. Δυαδική αναζήτηση 4. Ταξινόμηση φυσαλίδας 5. Ταξινόμηση φυσαλίδας (βελτιωμένος) 6. Ταξινόμηση με συγχώνευση 7. Ταξινόμηση με κάδους 8. Γρήγορη ταξινόμηση |
Is Part of: |
Introduction to Programming with Python as a helper |
Publication Origin: |
Kallipos, Open Academic Editions |