SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

Add Enum examples #39

Open SiddharthaAnand opened 3 years ago

SiddharthaAnand commented 3 years ago
Tawishi commented 3 years ago

Are you talking about enum class in Java ?

SiddharthaAnand commented 3 years ago

Are you talking about enum class in Java ?

Yes.

Tawishi commented 3 years ago

I would like to work on this issue.

SiddharthaAnand commented 3 years ago

Sure. You can work on it and create a PR for this.

Tawishi commented 3 years ago
  • Add Enum class by taking some example
  • Add few methods with explanation
  • Add iteration methods
  • Add this in this directory's readme

To be clear, a folder named Enum with all the above-mentioned codes. Also, add a brief in the Readme of this repository. Am I getting it right?

SiddharthaAnand commented 3 years ago

Yes. You can add the code under advanced_java directory:

Tawishi commented 3 years ago

@SiddharthaAnand the Hacktoberfest profile is saying the PR is not eligible. Could you please look into it? Screenshot from 2020-10-03 20-32-12

Screenshot from 2020-10-03 20-32-15

Tawishi commented 3 years ago

@SiddharthaAnand Please review the PR and suggest any necessary changes.