diff --git a/assignment3 b/assignment3 new file mode 100755 index 0000000..ca898be Binary files /dev/null and b/assignment3 differ diff --git a/mattsjunk.hs b/mattsjunk.hs index 966ae83..360a9b2 100644 --- a/mattsjunk.hs +++ b/mattsjunk.hs @@ -79,6 +79,11 @@ updateNotGroupedList :: Eq a => a -> [a] -> [a] updateNotGroupedList n l = filter (not . (==n)) l --------------------------------------------------------------------------------- +fillgroup ol grpsize = (if (length ol) == grpsize + then + + + --TODO make output True for true conidtion --Checks if the total number of students can be split into said group size