Skip to content

anangkur/anagram-game

Repository files navigation


Anagram game

a simple game that check if a word is anagram of the generated word.

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact
  5. Acknowledgements

About The Project

This project is a result of a challenge from my office mate to solving a problem related to data structure. We've got the training source from Applied CS Skills | Google for education.

In this challenge I try to build a simple game to mention anagram of a generated word as much as possible. This challenge focused on what is HashMap, HashSet, Set and ArrayList and when we need those data structures.

For what I have learn, HashMap is a structrure that suitable we have for any key value data.

HashSet is like a List but cannot store duplicate data.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache License. See LICENSE for more information.

Contact

Anang Kurniawan - twitter: @anang_kur - email: anang@sampingan.co.id

Project Link: https://github.com/anangkur/anagram-game

Acknowledgements