Skip to content
View mohamed265's full-sized avatar

Organizations

@GraduationProject2016

Block or report mohamed265

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Quantization-image-processing- Quantization-image-processing- Public

    Quantization, involved in image processing, is a lossy compression technique achieved by compressing a range of values to a single quantum value. When the number of discrete symbols in a given stre…

    Java 2

  2. Adaptive-Huffman-coding Adaptive-Huffman-coding Public

    Adaptive Huffman coding (also called Dynamic Huffman coding) is an adaptive coding technique based on Huffman coding. It permits building the code as the symbols are being transmitted, having no in…

    Java 1

  3. 2048-Game-Desktop 2048-Game-Desktop Public

    Java Project of 2048 Game

    CSS

  4. LZW LZW Public

    implementation for LZW Lempel–Ziv–Welch (LZW) is a universal lossless data compression algorithm created by Abraham Lempel, Jacob Ziv, and Terry Welch. It was published by Welch in 1984 an impli

    Java

  5. LZ77 LZ77 Public

    implementation for LZ77 which is lossless data compression algorithms published in papers by Abraham Lempel and Jacob Ziv in 1977

    Java

  6. LZ78 LZ78 Public

    LZ77 and LZ78 are the two lossless data compression algorithms published in papers by Abraham Lempel and Jacob Ziv in 1977[1] and 1978.[2] They are also known as LZ1 and LZ2 respectively.[3] These …

    Java 1