dc.contributor.advisor | Toman, Kamil | |
dc.creator | Vajbar, Michal | |
dc.date.accessioned | 2017-04-10T10:39:30Z | |
dc.date.available | 2017-04-10T10:39:30Z | |
dc.date.issued | 2008 | |
dc.identifier.uri | http://hdl.handle.net/20.500.11956/14843 | |
dc.description.abstract | There exist many algorithms that work over tree graphs. Any of them can use di erent data structures to represent the same tree. If we need to run several of these algorithms over one forest together each one could use its own representation of the forest. Moreover if the forest dynamically changes over the time by edge insertions and deletions all these changes have to be reflected into data structures of all algorithms. This is not efficient. Thus several data structures have been proposed to solve this problem. Any of them is good at some properties, but each has a weak point. It appears that Top Trees provide the most acceptable trade-o ff. This thesis deals with Top Trees. First we build an implementation of the structure and describe it in detail. Then a programming language called Top Tree Friendly Language (TFL) is developed exclusively for algorithm designing over our data structure. It combines declarative and procedural approaches that results in simpler and faster algorithm designing. Finally we present Top Tree Query Language (TQL) that provides an easy Top Trees administration. The implementation of Top Trees, the programming language TFL and the query language TQL together form a complex solution for using Top Trees. | en_US |
dc.description.abstract | Existuje velké množství algoritmů, které pracují se stromovými grafy. Různé algoritmy mohou pro své potřeby reprezentovat stejný strom prostřednictvím odlišných datových struktur. Chceme-li provozovat více takových algoritmů současně nad jedním lesem, může se stát, že každý bude potřebovat svou vlastní reprezentaci tohoto lesa. Pokud se les navíc průběžně mění přidáváním a odebíráním hran, musí se tyto změny přenášet do datových struktur všech provozovaných algoritmů. Takový postup však není efektivní. Bylo navrženo několik datových struktur, nad kterými lze současně provozovat různé stromové algoritmy. Každá z těchto struktur vyniká některými vlastnostmi, ale má také své slabiny. Rozumný kompromis představují Top-stromy. V této práci se zabýváme Top-stromy. Nejprve vytvoříme implementaci Top-stromů a celou ji podrobně popíšeme. Speciálně pro sestavování algoritmů nad navrženou datovou strukturou pak vyvineme programovací jazyk Top Tree Friendly Language (TFL). Kombinuje v sobě deklarativní přístup s procedurálním, čímž velmi zjednodušuje a urychluje návrh stromových algoritmů. Nakonec vytvoříme dotazovací jazyk Top Tree Query Language (TQL), který umožňuje naši strukturu pohodlně spravovat. Implementace Top-stromů, programovací jazyk TFL a dotazovací jazyk TQL dohromady tvoří komplexní řešení pro práci s... | cs_CZ |
dc.language | Čeština | cs_CZ |
dc.language.iso | cs_CZ | |
dc.publisher | Univerzita Karlova, Matematicko-fyzikální fakulta | cs_CZ |
dc.title | Modelování dynamických stromů | cs_CZ |
dc.type | diplomová práce | cs_CZ |
dcterms.created | 2008 | |
dcterms.dateAccepted | 2008-05-26 | |
dc.description.department | Department of Software Engineering | en_US |
dc.description.department | Katedra softwarového inženýrství | cs_CZ |
dc.description.faculty | Matematicko-fyzikální fakulta | cs_CZ |
dc.description.faculty | Faculty of Mathematics and Physics | en_US |
dc.identifier.repId | 46104 | |
dc.title.translated | Modelling Dynamic Trees | en_US |
dc.contributor.referee | Holubová, Irena | |
dc.identifier.aleph | 001099486 | |
thesis.degree.name | Mgr. | |
thesis.degree.level | magisterské | cs_CZ |
thesis.degree.discipline | Software systems | en_US |
thesis.degree.discipline | Softwarové systémy | cs_CZ |
thesis.degree.program | Informatika | cs_CZ |
thesis.degree.program | Informatics | en_US |
uk.thesis.type | diplomová práce | cs_CZ |
uk.taxonomy.organization-cs | Matematicko-fyzikální fakulta::Katedra softwarového inženýrství | cs_CZ |
uk.taxonomy.organization-en | Faculty of Mathematics and Physics::Department of Software Engineering | en_US |
uk.faculty-name.cs | Matematicko-fyzikální fakulta | cs_CZ |
uk.faculty-name.en | Faculty of Mathematics and Physics | en_US |
uk.faculty-abbr.cs | MFF | cs_CZ |
uk.degree-discipline.cs | Softwarové systémy | cs_CZ |
uk.degree-discipline.en | Software systems | en_US |
uk.degree-program.cs | Informatika | cs_CZ |
uk.degree-program.en | Informatics | en_US |
thesis.grade.cs | Výborně | cs_CZ |
thesis.grade.en | Excellent | en_US |
uk.abstract.cs | Existuje velké množství algoritmů, které pracují se stromovými grafy. Různé algoritmy mohou pro své potřeby reprezentovat stejný strom prostřednictvím odlišných datových struktur. Chceme-li provozovat více takových algoritmů současně nad jedním lesem, může se stát, že každý bude potřebovat svou vlastní reprezentaci tohoto lesa. Pokud se les navíc průběžně mění přidáváním a odebíráním hran, musí se tyto změny přenášet do datových struktur všech provozovaných algoritmů. Takový postup však není efektivní. Bylo navrženo několik datových struktur, nad kterými lze současně provozovat různé stromové algoritmy. Každá z těchto struktur vyniká některými vlastnostmi, ale má také své slabiny. Rozumný kompromis představují Top-stromy. V této práci se zabýváme Top-stromy. Nejprve vytvoříme implementaci Top-stromů a celou ji podrobně popíšeme. Speciálně pro sestavování algoritmů nad navrženou datovou strukturou pak vyvineme programovací jazyk Top Tree Friendly Language (TFL). Kombinuje v sobě deklarativní přístup s procedurálním, čímž velmi zjednodušuje a urychluje návrh stromových algoritmů. Nakonec vytvoříme dotazovací jazyk Top Tree Query Language (TQL), který umožňuje naši strukturu pohodlně spravovat. Implementace Top-stromů, programovací jazyk TFL a dotazovací jazyk TQL dohromady tvoří komplexní řešení pro práci s... | cs_CZ |
uk.abstract.en | There exist many algorithms that work over tree graphs. Any of them can use di erent data structures to represent the same tree. If we need to run several of these algorithms over one forest together each one could use its own representation of the forest. Moreover if the forest dynamically changes over the time by edge insertions and deletions all these changes have to be reflected into data structures of all algorithms. This is not efficient. Thus several data structures have been proposed to solve this problem. Any of them is good at some properties, but each has a weak point. It appears that Top Trees provide the most acceptable trade-o ff. This thesis deals with Top Trees. First we build an implementation of the structure and describe it in detail. Then a programming language called Top Tree Friendly Language (TFL) is developed exclusively for algorithm designing over our data structure. It combines declarative and procedural approaches that results in simpler and faster algorithm designing. Finally we present Top Tree Query Language (TQL) that provides an easy Top Trees administration. The implementation of Top Trees, the programming language TFL and the query language TQL together form a complex solution for using Top Trees. | en_US |
uk.file-availability | V | |
uk.publication.place | Praha | cs_CZ |
uk.grantor | Univerzita Karlova, Matematicko-fyzikální fakulta, Katedra softwarového inženýrství | cs_CZ |
dc.identifier.lisID | 990010994860106986 | |