Skip to content

Commit c2dc9dd

Browse files
committed
Missing newline fix
1 parent aeec9e8 commit c2dc9dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

COMP2240/contents.pdf

1 Byte
Binary file not shown.

COMP2240/contents.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
3.\ if L full split around median key into 2 new nodes with d-1 keys in each \& promote median key to next higher level, place new key in appropriate left/right node, original node is now split\\
215215
4.\ insert promoted node to parent node according to 3\\
216216
5.\ apply promotion if needed until root reached, if root full split using 3\\
217-
\textbf{Ops on Directory}: search, create files, delete files, list dir, update dir
217+
\textbf{Ops on Directory}: search, create files, delete files, list dir, update dir\\
218218
\textbf{Directory Structures}: 2 level (master, user dirs below), tree structured (2 level but user dir is tree root too, can use seq file or hashed), acyclic-graph (same file may be in diff dirs, can impl with link)\\
219219
\textbf{File Sharing Issues}: access rights (none, knowledge, exec, read, append, update, change protection, del, users can be owner, specific users, user groups, all), simultaneous access\\
220220
\textbf{Record Blocking}: typically fixed length, larger reduce transfer time if seq access but need larger buffer, if random then unused records follow too\\

0 commit comments

Comments
 (0)