Challenge: Manipulating Hash Maps
Explore how to manipulate hash maps in Clojure by working with student data. Learn to split students into classrooms based on age and create a unique list of mothers for invitations, enhancing your skills in functional data transformation and argument handling.
We'll cover the following...
We'll cover the following...
Explanation
Until now, you’ve only done mathematical challenges. Now you’ll want to take a different approach. Imagine that you’re doing a job for a school, and they send you a list with students’ information.
You can see the list below. The given list structure will be your entry point argument for all the exercises.
Each student will have the following ...