https://github.com/uhpoler/kpi-third-semestr
This repository contains materials from all disciplines of the third semester
https://github.com/uhpoler/kpi-third-semestr
a-star-path-finding ant-algorithm bfs-algorithm business-process-modelling class-diagram external-sorting genetic-algorithm html-css k-way mysql-database python red-black-tree screen-form-diagram travelling-salesman-problem use-case-diagram user-stories
Last synced: 3 months ago
JSON representation
This repository contains materials from all disciplines of the third semester
- Host: GitHub
- URL: https://github.com/uhpoler/kpi-third-semestr
- Owner: uhpoler
- Created: 2023-10-04T22:16:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:48:05.000Z (about 1 year ago)
- Last Synced: 2025-03-28T08:21:05.739Z (6 months ago)
- Topics: a-star-path-finding, ant-algorithm, bfs-algorithm, business-process-modelling, class-diagram, external-sorting, genetic-algorithm, html-css, k-way, mysql-database, python, red-black-tree, screen-form-diagram, travelling-salesman-problem, use-case-diagram, user-stories
- Language: Python
- Homepage:
- Size: 19.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KPI-third-semester
This repository contains materials from all disciplines of the third semester
## Components of software engineering2
- 6 lab works with diagrams of
- Diagram of use cases
- Business process model diagram
- Screen form diagram
- Class diagram
- User Stories of Screen form## Databases
- 5 lab works written in Mysql language with reports## Designing algorithms
- 8 lab works written in python language with reports and graphics
- Balanced k-way merge sort using external memory
- Labyrinth using BFS and A-star algorithm
- Database on red-black tree with functions of searching, adding, deleting, editing
- Traveling salesman problem with the ant algorithm
- Salesman Problem (symmetric network) by genetic algorithm
- 2 modular control work## Game physics
- 8 lab works and 6 home works
## Web application design
- 3 lab works written in HTML CSS language with reports