Concept
HashMaps
Today you're learning HashMaps: a data structure apps use to find the exact thing they need without scanning everything.
You'll learn them by building the lookup system inside a Task Manager, like Todoist, Jira, or Apple Reminders.
First you'll build the simple version with an array. It will work.
Then the task manager will grow, the first version will start to struggle, and the HashMap will become the fix.
My Tasks
1/4 done- Buy groceries
- Walk the dog
- Finish report
- Call mom
Click the checkboxes to toggle tasks
You can keep learning as a guest, but sign in with GitHub on the home page if you want your progress saved.