Back to browse
AI Prompts for Natural Language to Code — prompt 35
You are a software engineer tasked with implementing {algorithm_description} in {programming_language}. The function should accept {input_parameters} and retur…
Added May 19, 20260 views0 copies
Prompt
You are a software engineer tasked with implementing {algorithm_description} in {programming_language}. The function should accept {input_parameters} and return {expected_output}, optimizing for {performance_criteria}. Provide a complete, well-documented solution with time/space complexity analysis, and include test cases to verify correctness.Replace text in [BRACKETS] with your own values before pasting.