List of commits:
Subject Hash Author Date (UTC)
new class Algorythm to implement BrutForce algorithm c0ba57e67447133ed5b2fcde4cc9c6a2c61a1036 ani.moosb 2018-04-25 12:29:31
Fixed menu loading problems 9858b4b11fd912d8b40e681b772bf0ef16678ca6 SF2311 2018-04-20 17:07:20
Added Menu loading 428354d568e6bf97e45ec4c416ce9b3db227eea4 SF2311 2018-04-20 16:12:55
designed main window added launching main window added first menu part in form of gridpane 1f4e52733f4aeb9524fb0f40f8cf7604aaf17898 SF2311 2018-04-19 16:15:30
prepared User interface cfad65413554fbd7a1026f2c8e73e73e996df69d SF2311 2018-04-18 18:51:26
initial commit 272ab94837f2e39f77b768df08a25a78466d52d1 SF2311 2018-04-18 18:43:17
Commit c0ba57e67447133ed5b2fcde4cc9c6a2c61a1036 - new class Algorythm to implement BrutForce algorithm
Author: ani.moosb
Author date (UTC): 2018-04-25 12:29
Committer name: ani.moosb
Committer date (UTC): 2018-04-25 12:29
Parent(s): 9858b4b11fd912d8b40e681b772bf0ef16678ca6
Signing key:
Tree: 5f5bfa2e1f4834948407e1a0670b08f344058dba
File Lines added Lines deleted
src/salesman/ui/Algorythm.java 10 0
File src/salesman/ui/Algorythm.java added (mode: 100644) (index 0000000..c392d83)
1 package salesman.ui;
2
3 public class Algorythm extends Thread{
4
5 @Override
6 public void run(){
7
8 }
9
10 }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/SF2311/travelling-salesman

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/SF2311/travelling-salesman

Clone this repository using git:
git clone git://git.rocketgit.com/user/SF2311/travelling-salesman

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main