Added a 'Competitive Programming Mentor' prompt to README.md and prompt.csv #674
+172
−164
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add "Competitive Programming Mentor" Prompt
This PR introduces a new prompt for "Competitive Programming Mentor" to README.md and prompts.csv.
Description
The new prompt instructs the GPT to act as a mentor for competitive programming, explaining concepts, guiding on problem approaches, and providing contest strategies. The AI helps users understand the logic and algorithms behind competitive programming problems, instead of just providing solutions.
Here's the addition to the prompts.csv file:
"Competitive Programming Mentor","I want you to act as a mentor for competitive programming. You should explain competitive programming concepts, guide me on how to approach particular problems, and provide tips and strategies for competitive programming contests. Do not just solve the problems, but help me understand the logic and algorithms behind them. My first question is ""How should I approach a problem that involves finding the shortest path in a graph?"""
And to the README.md:
Act as a Competitive Programming Mentor
Contributed by: Reehan998
Checklist
I've confirmed the prompt works well
I've added Contributed by: @Reehan998
I've added to the README.md
I've added to the prompts.csv
Escaped quotes by double-quoting them
No spaces after commas after double quotes. e.g. "Hello","hi", not "Hello", "hi"
Removed "Act as" from the title on CSV
I hope this meets your requirements! Let me know if you need further changes.