You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/data_compression/data_compression.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ It would naively seem that better hardware means that there are less restriction
6
6
7
7
That said, there will always be new devices on the market that require minimizing data storage.
8
8
In fact, some of the most revolutionary algorithms and methods in existence today fall in the category of data compression.
9
-
From lossless data compression with [Huffman encoding](huffman/huffman.md) to genetic compression algorithms and machien learning, there is a lot to learn about this field, and we'll go through it piece-by-piece.
9
+
From lossless data compression with [Huffman encoding](huffman/huffman.md) to genetic compression algorithms and machine learning, there is a lot to learn about this field, and we'll go through it piece-by-piece.
10
10
11
11
All that said, no discussion about data compression is complete without first discussing the information, itself -- specifically how information is represented in computer systems.
12
12
Now, we've discussed this in some depth before with [bitlogic](../principles_of_code/building_blocks/bitlogic.md), but there is much more to the story than what we let on before.
0 commit comments