Skip to content

Commit

Permalink
prolly final version
Browse files Browse the repository at this point in the history
  • Loading branch information
skididdles committed Oct 8, 2014
1 parent c092927 commit daa657e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added assignment3
Binary file not shown.
5 changes: 5 additions & 0 deletions mattsjunk.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa657e

Please sign in to comment.