Skip to content

Fixed a typo #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/data_compression/data_compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It would naively seem that better hardware means that there are less restriction

That said, there will always be new devices on the market that require minimizing data storage.
In fact, some of the most revolutionary algorithms and methods in existence today fall in the category of data compression.
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.
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.

All that said, no discussion about data compression is complete without first discussing the information, itself -- specifically how information is represented in computer systems.
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.
Expand Down