Skip to content

mini-zip example in C#3539

Merged
fineanmol merged 2 commits intofineanmol:masterfrom
gabrielrab:feat/mini-zip
Oct 31, 2025
Merged

mini-zip example in C#3539
fineanmol merged 2 commits intofineanmol:masterfrom
gabrielrab:feat/mini-zip

Conversation

@gabrielrab
Copy link
Contributor

Problem

  • Add simple zip compressor/decompressor implementation in C
  • Add contributor profile for Gabriel Rabelo

Solution

  • Implemented mini-zip.c, a simple zip file compressor/decompressor using LZ77-like algorithm in C
  • Added contributor profile Gabriel_Rabelo.md in the profiles folder

Changes proposed in this Pull Request :

  • 1. Added C/mini-zip.c - Complete implementation of zip compressor/decompressor using LZ77-like algorithm with 4096 bytes sliding window, supports file compression and decompression
  • 2. Added profiles/Gabriel_Rabelo.md - Contributor profile with academic information, location, interests and projects

@fineanmol fineanmol merged commit 56a7a38 into fineanmol:master Oct 31, 2025
1 of 2 checks passed
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.

2 participants