Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a 'Competitive Programming Mentor' prompt to README.md and prompt.csv #674

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Reehan9
Copy link

@Reehan9 Reehan9 commented Jul 17, 2023

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

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?"

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.

…pts.csv,

Added a new prompt for "Competitive Programming Mentor" to README.md and prompts.csv. The new prompt instructs the GPT to act as a mentor for competitive programming, explaining concepts, guiding on problem approaches, and providing contest strategies.
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.

1 participant