List of commits:
Subject Hash Author Date (UTC)
Add uitwerking Dennis. 3d7ea1c2d4c3784a71d4896f04147bf32bc540df Jan Allersma 2018-05-23 15:56:03
Basic setup assignment 5. 24d74d69058460ae499f791c9fd8a0d0488f0dfc Jan Allersma 2018-05-23 15:07:47
Small cleanup. 808b149c4628b3a6445ee45542f9c866d92c943a Jan Allersma 2018-05-10 14:42:15
Fix move conditions. 9b71e9cc2703773d7c8f66cb242ca4bb615adbcc Jan Allersma 2018-05-07 20:22:25
Add 'Move::r' and 'Move::l'. 9f4febe3b67175d16e19a936a6e947b0d75109d4 Jan Allersma 2018-04-30 16:13:53
Represent cracker barrel peg. Fix Move::ru and Move::ld 2d1eab4b6d1979fef27078298053de6a4e973dc7 Jan Allersma 2018-04-24 08:02:54
Change way of moving and conditions for moving from 8puzzle to peg. b66a173514c7a7b05c89d97de266beafd9e68a20 Jan Allersma 2018-04-23 08:54:56
Unix-style bracketing on opdracht3. Remove carriage returns ('\r') in opdracht3. Add Bread-first search to peg.cpp. Update gitignore: Ignore all files in opdracht3 except for source files. 17234cdf77357d8da3efa75f959e9559eb0faf91 Jan Allersma 2018-04-17 07:24:52
First attempt at completing the assignments. acd1a9c82a11066cefa28cf97afdf6f708ecefa0 Jan Allersma 2018-04-06 17:40:28
Initial commit. All original assignments. d1c1567a0ded18a38ba9d43e2a79ca8ad94d4ac5 Jan Allersma 2018-04-06 17:34:42
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/kapstok/NHL-Algoritmiek

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/kapstok/NHL-Algoritmiek

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