gdsc-gvp / Problem-Solving

A place where you can learn and practise various Problems and algorithms
MIT License
10 stars 20 forks source link

Added Codeforces problem 1512C solution. #88

Closed Anuj-Panchal closed 2 years ago

Anuj-Panchal commented 2 years ago

Related Issue

Closes: #[issue number that will be closed through this PR]

Describe the changes you've made

Added the solution of codeforces 1512C problem in java language.

Type of change

Added new file 1512C.java in codeforces/1512C.

Programming language

Screenshots(optional)

Original Updated
original screenshot updated screenshot
rakesh0x7 commented 2 years ago

Remove the two extra files .DS_strore place problem link in the Top of the code using comments

Anuj-Panchal commented 2 years ago

Removed the ".DS_Store" files and added the problem link in the problem solution.