Skip to content

dawwidd/OK-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OK-algorithms

A repository that contains algorithms for OK exam

Opening a program:

  1. First clone repository to your desired location
git clone https://github.com/TheSoulsHunter/OK-algorithms.git #for HTTPS verification
git clone git@github.com:TheSoulsHunter/OK-algorithms.git #for SSH verification
  1. Then move to the repository location
cd OK-algorithms
  1. To open an application you need to type in:
python3 main.py #in bash
python main.py #in powershell

Usage

After opening our program you will see a nicely done menu, where you can choose your desired algorithm.

Witamy w menu!!
 0 - Wyjscie
 1 - plecakowy
 2 - MST
 3 - CPM
 4 - Przepływ w sieciach
 5 - poroblem szeregowania
 6 - kolorowanie (algorytm Browna)
Wybierz program:

After choosing the algorithm you have to follow program instructions.

Hope you enjoy and thanks for using our OK-exam app. 😁

About

Repository that contains algorithms for OK exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%