DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
41 stars 295 forks source link

HashMap using Java #152

Closed yashisrani closed 1 month ago

yashisrani commented 1 month ago

I want to add Code of HashMap using Java.. It would be "Creating HashMap", "Adding key-value pairs to the HashMap", "Printing the HashMap", "Accessing a value using its key", "Removing an entry", "Iterating over the HashMap entries", "Checking the size of the HashMap".

DevAffan commented 1 month ago

Done. Please proceed.