Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 679 Bytes

template.md

File metadata and controls

34 lines (20 loc) · 679 Bytes

[Widget]

A [widget] is [describe in very simple terms].

In Memory

In memory, a [widget] looks like this:

[sketch or diagram]

[description of diagram]

Operations

A [widget] supports the following operations:

  • name: description, Big O efficiency, and explain why / what that means
  • name: description, Big O efficiency, and explain why / what that means

Use Cases

An [widget] is useful [when] [why].

It is not as good as [what] [why].

Example

sample code showing creation, and exercising all of the operations
or
a program that doesn't use the structure, and then a version that does

(c) 2018 YOUR NAME. All rights reserved.