feat(compression): implement Huffman coding algorithm and visualization#16
Open
JuanchiiBM wants to merge 1 commit into
Open
feat(compression): implement Huffman coding algorithm and visualization#16JuanchiiBM wants to merge 1 commit into
JuanchiiBM wants to merge 1 commit into
Conversation
- 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.
|
@JuanchiiBM is attempting to deploy a commit to the midudev pro Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HuffmanStatetype for managing the algorithm's state during visualization.package.jsonto 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.