LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

Power Of Two (README.md) #114

Closed 2000shivam659 closed 3 years ago

2000shivam659 commented 3 years ago

Fixes #56 Easy Java Solution for "Power Of Two" using bit-manipulation.

ujju20 commented 3 years ago

Hey @2000shivam659 You have written the code in readme.md but it is clearly mentioned in the contribution guidelines that the extension of file should be .cpp or .py or .java and also you have created another folder in the language folder which is not required. Read Contribution guidelines again and make the required chenges.

2000shivam659 commented 3 years ago

I have followed the steps as shown in video, thats why i have created a folder in language folder. @ujju20

ujju20 commented 3 years ago

I have followed the steps as shown in video, thats why i have created a folder in language folder. @ujju20

Actually no, the video will be updated I tell you what to do

1.You have to include solution as a .cpp or .java or .py file in the folder of the respective language. 2.You don't have to make a folder just add your file in the java folder of that topic as your solution is of java language.

  1. The file name should be "Power_of_Two.java" in your case.
  2. Commit these changes and your PR will be merged.