<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Rietta Cybersecurity</title>
    <link>https://rietta.com/tags/java/</link>
    <description>Recent content in Java on Rietta Cybersecurity</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>1999-2026 Rietta Inc. All Rights Reserved.</copyright>
    <atom:link href="https://rietta.com/tags/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Little Huffman Coding with Java Tricks</title>
      <link>https://rietta.com/blog/little-huffman-coding-with-java-tricks/</link>
      <pubDate>Mon, 16 May 2005 00:00:00 +0000</pubDate>
      <guid>https://rietta.com/blog/little-huffman-coding-with-java-tricks/</guid>
      <description>A Huffman code is a way to utilize a binary tree to construct a minimal-length encoding for messages where certain characters or groups of characters have known frequencies. The tree used for such an operation called a Huffman tree. Huffman codes are the most efficient compression method for random data and are often found as steps in other compression algorithms such as JPEG and Deflate (ZIP). Building such trees is a very common exercise for Computer Science and Math classes so I can skip the details.</description>
    </item>
  </channel>
</rss>
