16. HC16 ‐ Haskell Chapter 16 Practical Tasks: Gaining‐your‐independence‐and‐project - wimsio/universities GitHub Wiki
-
-- HC16T1: Define a function to reverse a string.
-
-- HC16T2: Define a function that checks if a given string is a palindrome.
-
-- HC16T3: Define a function to calculate the factorial of a number.
-
-- HC16T4: Implement a function that filters only even numbers from a list.
-
-- HC16T5: Define a function to convert all characters in a string to uppercase.
-
-- HC16T6: Implement a function that returns the nth Fibonacci number.
-
-- HC16T7: Write a function that checks if an element exists in a list.
-
-- HC16T8: Define a function that sorts a list of integers using the insertion sort algorithm.
-
-- HC16T9: Implement a function to remove duplicates from a list.
-
-- HC16T10: Define a function that counts the frequency of each character in a string.
-
here
Finished. Congratulations! Get your progress token