All prompts
9 results · tag chatgpt-technical-algorithm-design
Testing and Verification
Help create test cases for: [Algorithm description] Include: 1. Edge cases 2. Performance tests 3. Correctness verification 4. Input validation
Dynamic Programming
Help develop a dynamic programming solution for: [Problem description] Provide: 1. State definition 2. Recurrence relation 3. Base cases 4. Optimization approa…
Graph Algorithms
Help design a graph algorithm for: [Graph problem description] Include: 1. Graph representation 2. Traversal strategy 3. Optimization goals 4. Edge cases handl…
Search Algorithms
Design a search algorithm for: [Search problem description] Specify: 1. Search space characteristics 2. Search criteria 3. Performance requirements 4. Expected…
Sorting Algorithms
Help me implement a [sorting algorithm name]: - Input array type and size - Stability requirements - Space constraints - Performance expectations
Optimization Techniques
Help optimize this algorithm: [Current implementation] Focus on: 1. Time complexity improvements 2. Space complexity reductions 3. Code readability and maintai…
Implementation Guidance
Guide me in implementing: [Algorithm description] Please provide: 1. Pseudocode outline 2. Key functions and their purposes 3. Data structure implementations 4…
Solution Strategy
Help me design an algorithm for: [Problem description] Consider: 1. Time and space complexity requirements 2. Potential approaches (brute force, divide & conqu…
Problem Analysis
Analyze this algorithmic problem: [Describe your problem] Please provide: 1. Problem breakdown and key components 2. Input/output specifications 3. Constraints…