1gne0u5 / Learning-Resources

Learning resources for newbies.
22 stars 42 forks source link

Add solutions to CSES problemset #25

Open akshtrikha opened 4 years ago

akshtrikha commented 4 years ago

Submit your solution after reading the Submission Guidelines.

Solutions are welcome in any language like C, C++, JAVA or Python but are preferred in C++ considering its vast use cases in Competitive Coding.

srajantiwari commented 4 years ago

Hello, I would like to provide clean solutions with comments for better readability. Can I be assigned to this?

TanmayKhule commented 3 years ago

I can add solution/CSEC/weirdAlgorithm and more introductory problems with clean code in python. Assign me the task

akshtrikha commented 3 years ago

I can add solution/CSEC/weirdAlgorithm and more introductory problems with clean code in python. Assign me the task

Yeah sure! We would appreciate a few comments inside your code for better understanding.

MsMore commented 3 years ago

I would like to add competitive Programming/CSEC/Sorting and Searching in C++ with clean code, proper comments and explaining the time complexity wherever necessary. Assign me.

akshtrikha commented 3 years ago

I would like to add competitive Programming/CSEC/Sorting and Searching in C++ with clean code, proper comments and explaining the time complexity wherever necessary. Assign me.

Your are good to go! Make sure to read the Submission Guidelines.

akshtrikha commented 3 years ago

The directory should be CSES with separate folders created as per the categories of the CSES problem set. Solutions must be stored in their respective category's folder.

@TanmayKhule @MsMore

MsMore commented 3 years ago

@aksh1407 Review Pull Request #55 for the CSEC problem solutions.

MsMore commented 3 years ago

@aksh1407 Review Pull Request #64 for further CSEC problem solutions.

TanmayKhule commented 3 years ago

@aksh1407 I have closed #63 , review PR #67. Have made suggested changes.

srajantiwari commented 3 years ago

@aksh1407 Please review #85 , I've added a solution to the shortest routes 1 problem.