阅读(266) 书签 (0)

ChatGPT 算法开发 提示词(Prompts)

2023-06-21 14:37 更新

标签:软件开发

中文提示词:

针对以下问题,建议一个最优算法来解决:[问题描述]。

英文提示词:

Suggest an optimal algorithm to solve the following problem: [problem description].

中文提示词:

提高给定算法在[特定用例]中的效率:[算法或伪代码]。

英文提示词:

Improve the efficiency of the given algorithm for [specific use case]: [algorithm or pseudocode].

中文提示词:

设计一个可以处理[大规模数据或高吞吐量]的算法,用于[特定任务或操作]。

英文提示词:

Design an algorithm that can handle [large-scale data or high-throughput] for [specific task or operation].

中文提示词:

提出以下算法的并行或分布式版本以提高性能:[算法或伪代码]。

英文提示词:

Propose a parallel or distributed version of the following algorithm to improve performance: [algorithm or pseudocode].

中文提示词:

评估给定算法的时间和空间复杂度,并提出优化建议:[算法或伪代码]。

英文提示词:

Evaluate the time and space complexity of the given algorithm and suggest optimizations: [algorithm or pseudocode].

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。