Nivedita967 / Data-Structure-and-Algorithms

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

Fit squares in triangle problem #1253

Open Nivedita967 opened 2 years ago

Nivedita967 commented 2 years ago

Problem Link

https://www.codechef.com/problems/TRISQ

Coding platform

CodeChef

Programming language

Additional context (OPTIONAL)

C++ file is already present in the question folder "Fit Squares in Triangle". Feel free to add code to this problem in other languages.

sriniva7 commented 2 years ago

can I submit this in java?