Thesis Details

Algoritmy vyhledávání v jazyce C

Bachelor's Thesis Student: Nejezchleb Ivan Academic Year: 2006/2007 Supervisor: Honzík Jan M., prof. Ing., CSc.
English title
Search Algorithms in C Language
Language
Czech
Abstract

Searching in all possible forms is at the present time widely used operation not only in the subject of information technology. So the understanding and the grasp of the basic searching algorithms is necessary for everyone who wants to develop services containing searching mechanism.

In my work I deal with the searching from the view of C language programmer. I will introduce basic searching algorithms and demo applications of their principles. Goal of whole work is to create study aid for easier understanding of the search subject.

Keywords

Searching algorithms, sequential search, binary search, Dijkstra's modification of binary search, Fibonacci search, binary search tree, hashing tables, demo application

Department
Degree Programme
Information Technology
Files
Status
defended, grade A
Date
27 August 2007
Reviewer
Committee
Honzík Jan M., prof. Ing., CSc. (DIFS FIT BUT), předseda
Křena Bohuslav, Ing., Ph.D. (DITS FIT BUT), člen
Kunovský Jiří, doc. Ing., CSc. (DITS FIT BUT), člen
Motyčka Arnošt, doc. Ing., CSc. (Mendelu), člen
Ryšavý Ondřej, doc. Ing., Ph.D. (DIFS FIT BUT), člen
Citation
NEJEZCHLEB, Ivan. Algoritmy vyhledávání v jazyce C. Brno, 2007. Bachelor's Thesis. Brno University of Technology, Faculty of Information Technology. 2007-08-27. Supervised by Honzík Jan M.. Available from: https://www.fit.vut.cz/study/thesis/4997/
BibTeX
@bachelorsthesis{FITBT4997,
    author = "Ivan Nejezchleb",
    type = "Bachelor's thesis",
    title = "Algoritmy vyhled\'{a}v\'{a}n\'{i} v jazyce C",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2007,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/4997/"
}
Back to top