MoamenAhmedMostafa / ACPC-Topic-Focused-Training-Archive

ACPC Topic-Focused Training Archive P-Solutions
20 stars 8 forks source link

Adding multiple solutions to same problem. #25

Open AnonMiraj opened 1 month ago

AnonMiraj commented 1 month ago

Hello,

I believe we should establish a clear naming convention for adding different solutions to the same problem. Since solutions can vary in complexity, approach, or programming language, the filename should reflect these differences. The format should be something like:

Each filename should clearly indicate any unique aspects of the solution.

Similar instructions could be added to the pull request template.

baraabebo10 commented 1 month ago

My opinion: Adding multiple solutions either they are same or different and even if they are named correctly or not that is will not affect anything because If I want to get a solution of some problem I will see the easiest solution to understand so adding similar solutions will be good because everyone writes the code in the style he like. and if different solutions were added so As I said for sure anyone will see all the repo solutions to get the most benefit. In addition to adding similar solutions ideas but with different code is good to see all the styles of writing something like hashing may be I will use a BIT with it and maybe you will use segment tree as an example.

That is my opinion I just share it.

AnonMiraj commented 1 month ago

Fair enough.

But I think we should reserve this repo for unique solutions. If i want to see all the solutions, i could find them all in codeforces.com, and most them will be similar.

baraabebo10 commented 1 month ago

Ok Why not maybe It will be a good way for presenting solutions I just said my opinion.