Skip to content
Snippets Groups Projects
Commit 322ea065 authored by Rens de Wit's avatar Rens de Wit
Browse files

Chore: update links to git repository and tutorial on website.

parent 47d510fd
Branches
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ To clone the repository either use an SSH key with the SHH link under the Code b
Or to use HTTPS open a terminal in the location you want to clone to and use the command:
```
git clone https://git.science.uu.nl/ics/sp/2025/v25b/finding-palindromes-package.git
git clone <https://github.com/johanjeuring/finding-palindromes>
```
This should then prompt for a login where you need to use your UU credentials (Solis ID). After which the repository should be cloned
After which the repository should be cloned in your current directory.
### Set up
......
......@@ -45,7 +45,7 @@ The approximate palindrome algorithm further supports:
The algorithms search for maximal palindromes but use different definitions of maximal.
For the linear and quadratic algorithm a maximal palindrome is the possible palindrome from a center (a position on a letter or inbetween two letters), from which the palindrome is extended on both sides. This means the algorithm will find a palindrome for each center. In approximate algorithm a maximal palindrome is any substring which cannot be extended on one or both sides without exceeding the allowed amount of insertions, deletions or substitions.
For more information on the different algorithms and the different kinds of palindromes, see the tutorial on [our website](https://palindromes.science.uu.nl/smallsites/tutorial.html).
For more information on the different algorithms and the different kinds of palindromes, see the tutorial on [the website](https://finding-palindromes.net/smallsites/tutorial.html).
## Requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment