Skip to content

feat(compression): implement Huffman coding algorithm and visualization#16

Open
JuanchiiBM wants to merge 1 commit into
midudev:mainfrom
JuanchiiBM:main
Open

feat(compression): implement Huffman coding algorithm and visualization#16
JuanchiiBM wants to merge 1 commit into
midudev:mainfrom
JuanchiiBM:main

Conversation

@JuanchiiBM

Copy link
Copy Markdown
  • Add Huffman coding algorithm for lossless data compression, including detailed descriptions and steps for visualization.
  • Introduce new HuffmanState type for managing the algorithm's state during visualization.
  • Update translations to include new algorithm and its description in both English and Spanish.
  • Modify package.json to override Vite version for compatibility.

This commit enhances the compression category with a foundational algorithm widely used in data compression.

Buenas midu! Te agradezco por este repositorio, sinceramente me sirvió bastante para la materia "Base de Datos" de la facultad, por eso incluyo tambien uno de los algoritmos que vimos en la cursada, el algoritmo de huffman, espero si el PR no cumple con la calidad del codigo, que al menos sirva para idea y agregarlo en un futuro, muchas gracias y un saludo!

PD: el override de vite lo hice ya que localmente tengo vite 8 y no corre con Astro.

- Add Huffman coding algorithm for lossless data compression, including detailed descriptions and steps for visualization.
- Introduce new `HuffmanState` type for managing the algorithm's state during visualization.
- Update translations to include new algorithm and its description in both English and Spanish.
- Modify `package.json` to override Vite version for compatibility.

This commit enhances the compression category with a foundational algorithm widely used in data compression.
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

@JuanchiiBM is attempting to deploy a commit to the midudev pro Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant