Skip to content

Instantly share code, notes, and snippets.

@LSStaff
Created January 16, 2018 06:51
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save LSStaff/ef4521ff5076effdfe01d765b02f3ae3 to your computer and use it in GitHub Desktop.
Save LSStaff/ef4521ff5076effdfe01d765b02f3ae3 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