Krzysztof Sitarz's repositories
Dijkstra-Algorithm-on-graph.
Dijkstra's Algorithm for Shortest Path Directed Graph implemented in C++ with using priotity queue. Effectiveness tests for different sizes od Graphs and different densities.
covid-pl-webpage
Webpage with data about the outbreak of COVID-19 disease in Poland.
E_Menu_Personel_App
Simple app for restaurant. Its task is to collect orders sent to the server, enter them into the database and display them in the window in the appropriate column.
MultimediaLibrary
.NET and Java platforms project. Internal multimedia database connected to YouTube API
PNG_Reader_2
Application to decompose PNG files, to read all information from chunks with abillity to anonymizing them. Another feature is this program can cipher PNG images with ECB, CBC and RSA algorithm.
Sorting-Algorithms
Impementation of most popular sorting algorithms with the efficiency test on the tables up 1 000 000 elements.