Skip to content

Conversation

poojathakur00
Copy link
Contributor

Docs for creating new challenges


[Provide a clear, concise explanation of what the algorithm or function is supposed to do. Include the mathematical concept, the expected behavior, and what the output should represent.]

**Input Format:** All inputs must be floating-point values.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this isn't true

@@ -0,0 +1,39 @@
# Creating New Challenges for LeetGPU
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All docs should be in docs/ inside challenges/ root

@@ -0,0 +1,111 @@
# Testing Guide for LeetGPU Challenges

This guide covers how to create test cases and validate your challenges to ensure they work correctly across all frameworks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good testing guide

@@ -0,0 +1,166 @@
# Starter Code Creation Process for LeetGPU Challenges
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fix this. starter code for easy prioblems is different than from medium and hard.

@kunal-mansukhani
Copy link
Contributor

These are just too many docs for something that isn't that complex. Find a way to make it more succint
@poojathakur00

4. **Configuration parameters**: Any algorithm-specific settings?


## Easy Problems templates
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These templates are wrong. You should know how the starter code templates look like.

@kunal-mansukhani
Copy link
Contributor

These are too AI generated and they just aren't accurate. It's hard for a human to follow them. They should be clear, concise, and accurate.

@poojathakur00
Copy link
Contributor Author

Please review the updated docs and let me know if any further changes are needed


### Identify Framework Requirements

Each framework has specific requirements:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessary


- **Input Size:** [Specify the range of input dimensions, e.g., "1 ≤ N ≤ 1,000,000"]
- **Value Range:** [Specify the range of input values, e.g., "-1000.0 ≤ input[i] ≤ 1000.0"]
- **Memory Limits:** [If applicable, specify any memory constraints]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omit

@@ -0,0 +1,201 @@
# Starter Code Creation Process for LeetGPU Challenges
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong. Rework this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants