From e984259e6c11005d6056b78a90f94629188e03a5 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Fri, 11 Oct 2024 09:18:54 +0200 Subject: [PATCH] 'Added ex2. md' --- README.md | 6 +++++- ex2.md | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 ex2.md diff --git a/README.md b/README.md index dbf17ec..f8fb04a 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,8 @@ Git services (for own repositories): * https://gitlab.com (prefered) * https://github.com -* https://bitbucket.org \ No newline at end of file +* https://bitbucket.org + +Bioinformatics: + +* https://rosalind.info/problems/locations/ \ No newline at end of file diff --git a/ex2.md b/ex2.md new file mode 100644 index 0000000..f063217 --- /dev/null +++ b/ex2.md @@ -0,0 +1,11 @@ +Goal: implement this task + +https://rosalind.info/problems/ksim/ + +1. Use the class created in the previous exercise + +2. Use Object Oriented Approach (classes, small methods, get, set etc.) + +3. Focus for now about writing any solution, it does not have to be optimized. + +4. Create an account on rosalind, and check your results \ No newline at end of file