A new data compression technique, using a text transform discovered by Wheeler and Burrows. Detailed source code accompanies the article.
Programming, mostly.
A new data compression technique, using a text transform discovered by Wheeler and Burrows. Detailed source code accompanies the article.
Suffix trees provide the extraordinary ability to search through an unlimited amount of text for a given string of length N in O(N) time. This article describes the structure of a suffix tree and provides C++ source for a simple suffix tree generation algorithm.
An example of how you can run into trouble when performing floating point comparisons.
An example of how to use STL priority queues, with an implementation of Huffman coding as an example.
Security Cisco Puzzles VoIP Standards Uncategorized Hackery Humor Networking Serial Communications Work Culture Scams Linux Graphics Video Writing Audio Mathematics Snarkiness Web Articles People Business C/C++ Programming Complaining Computer Science Magazine Articles Data Compression