Skip to content

Instantly share code, notes, and snippets.

@admhpr
Forked from LSStaff/PEDAC.md
Created March 11, 2019 20:05
Show Gist options
  • Save admhpr/4089c870643b4e06d6f20e8e1d8b87ea to your computer and use it in GitHub Desktop.
Save admhpr/4089c870643b4e06d6f20e8e1d8b87ea to your computer and use it in GitHub Desktop.

PEDAC

Objective Step Description
Process the Problem Understand the Problem
  • Identify expected input and output
  • Make the requirements explicit
  • Identify rules
  • Mental model of the problem (optional)
Examples/Test Case Validate understanding of the problem
Data Structure How we represent data that we will work with when converting the input to output.
Algorithm Steps for converting input to output
Code with Intent Code Implementation of Algorithm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment