Nivedita967 / Data-Structure-and-Algorithms

Data Structure and Algorithms problems across various platforms.
MIT License
48 stars 77 forks source link

Added source code for 'Electronics Shop' problem in Java #1069

Closed abhinav5481 closed 3 years ago

abhinav5481 commented 3 years ago

Related Issue

Closes: #1013

Describe the changes you've made

Added source code for 'Electronics Shop' problem in Java

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Language used for coding

Java

Checklist:

please review my code.

Nivedita967 commented 3 years ago

@abhinav5481 At the starting of your code, you have opened comment line but not added anything. Why?

abhinav5481 commented 3 years ago

@abhinav5481 At the starting of your code, you have opened comment line but not added anything. Why?

I think I forgot to save the code before pushing it. Let me check & resolve it.

abhinav5481 commented 3 years ago

@abhinav5481 At the starting of your code, you have opened comment line but not added anything. Why?

Hi @Nivedita967 I have corrected this part. Let me know if any other changes are required.

Thanks