16. HC16 ‐ Haskell Chapter 16 Practical Tasks: Gaining‐your‐independence‐and‐project - wimsio/universities GitHub Wiki

  1. -- HC16T1: Define a function to reverse a string.

  2. -- HC16T2: Define a function that checks if a given string is a palindrome.

  3. -- HC16T3: Define a function to calculate the factorial of a number.

  4. -- HC16T4: Implement a function that filters only even numbers from a list.

  5. -- HC16T5: Define a function to convert all characters in a string to uppercase.

  6. -- HC16T6: Implement a function that returns the nth Fibonacci number.

  7. -- HC16T7: Write a function that checks if an element exists in a list.

  8. -- HC16T8: Define a function that sorts a list of integers using the insertion sort algorithm.

  9. -- HC16T9: Implement a function to remove duplicates from a list.

  10. -- HC16T10: Define a function that counts the frequency of each character in a string.

  11. Finished. Congratulations! Get your progress token here