From ba172983d0e7c6ea21a5e9d397433cc935641986 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Tue, 5 Jul 2016 13:29:09 -0700 Subject: [PATCH] more comments --- doc/iotcloud.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/iotcloud.tex b/doc/iotcloud.tex index 2de4d6e..a571c06 100644 --- a/doc/iotcloud.tex +++ b/doc/iotcloud.tex @@ -56,6 +56,7 @@ devices prior to operation of the data structure. \end{enumerate} \textbf{Data Structure on Server} +\note{Define server state as an appropriate tuple and then give pseudocode here for updating that tuple...} \begin{enumerate} \item Server maintains a finite length $q$-entry FIFO queue $Q=\{0, 1, …, q-1\}$. It has a head and a tail pointers that keep track -- 2.34.1