Title

Under Construction: Consider this content a preview of the real thing which is coming soon (hopefully).

Description goes here

History

The past has happened…

Applications

  • List of commonly used application

Pseudo Code

\begin{algorithm}
\caption{8 Machine Operations}
\begin{algorithmic}
\STATE $j \gets 0$ \Comment{1 data operation}
\FOR{$i \in \{1,2,3\}$} \Comment{1 control operations $\times$ 3 iterations}
    \STATE $j \gets i \times 2$ \Comment{1 arithmetic/data operations $\times$ 3 iterations}
\ENDFOR
\RETURN{j} \Comment{1 control operation}
\end{algorithmic}
\end{algorithm}

Implementation Details

Machine architecture is so cool!

Asymptotic Complexity

  • Operation: $O(1)$

Advantages

It’s great

Disadvantages

But, it sucks

Actual Run Times

[chart]

[table]

Source Code

Full Repo

Relevant Files:

Click here for build and run instructions

Exercises

  1. Answer me these questions three:
    a. What is your name?
    b. What is your quest?
    c. What… is the air-speed velocity of an unladen swallow?

    Answers (click to expand)
    1. It is Arthur, King of the Britons
    2. To seek the Holy Grail
    3. What do you mean? An African or European swallow?
  2. Do I make you randy? Yeah, do I?

    Answers (click to expand)
    [Click here](list-data-struct-sorted-array-answers) for the answers