remove ref to algorithm.md, since I didn't write it
This commit is contained in:
parent
8d42cced12
commit
cab64fd70b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ File/Data Format
|
||||||
|
|
||||||
This document details how the format is stored. For details on how to create
|
This document details how the format is stored. For details on how to create
|
||||||
the structures that will populate this data format, and how to create the
|
the structures that will populate this data format, and how to create the
|
||||||
structures from this format, please see ALGORITHM.md
|
structures from this format, please see the included source code (sorry!)
|
||||||
|
|
||||||
Data is stored in network byte order. The format consists of 2 sections. Both
|
Data is stored in network byte order. The format consists of 2 sections. Both
|
||||||
sections represent huffman trees ordered by weight, from least to most
|
sections represent huffman trees ordered by weight, from least to most
|
||||||
|
|
Loading…
Reference in a new issue