Guidelines for Writing DSA Problem Solutions #3369
ajay-dhangar
started this conversation in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome to the CodeHarborHub project! We're excited to have you contribute to our repository. To maintain consistency and quality across all our DSA problem solutions, please follow the structure and guidelines outlined below when writing your code.
Structure for DSA Problem Solutions
Each DSA problem solution should follow this structure:
Detailed Guidelines
Front Matter:
Problem Statement:
Solution:
Complexity Analysis: Explain the time and space complexity of the solution.
Video Explanation: Embed videos for detailed explanations in different languages.
Authors: List all contributors to the solution.
Example
Here is an example of how your submission should look:
Beta Was this translation helpful? Give feedback.
All reactions