Tato bakalářská práce je zaměřena na open-source knihovnu pro grafové algoritmy jGraphT. Nejprve porovnává tuto knihovnu s dalšími dostupnými knihovnami, které se taktéž soustředí na matematické grafy. Následně seznamuje čtenáře s obsahem knihovny a jeho strukturou. Ve své poslední části rozšiřuje obsah knihovny o test, který detekuje rovinnost zadaného grafu. Za tímto účelem je popsán a implementován Hopcroft-Tarjan algoritmus, který rozhoduje o rovinnosti grafu v lineárním čase.This bachelor thesis is focused on the open-source library for graph algorithms jGraphT. At first, it compares this library with similar available libraries, which also focus on mathematical graphs. Then it introduces the contents of the library and its structure. ...