A Data Compression and Data Encryption Organization
This is a project extension for the Algorithms course by team Pied Piper
. It's main aim is :
- Exploring the various concepts and implementing bottom up , various compression and encryption Algorithms.
- Explore concepts of Cellular Automaton and implement self-designed encryption engine using elementary cellular Automaton.
- Understand concepts like Cellular Automaton Transform, etc. that have huge potential for applications in encryption and lossy data compression.
- Implement Image compression algorithms like K-means, JPEG, PBIC.
- Implement from scratch data compression and binary file compression algorithms like Huffman and Arithmetic Compression.
- Produce analysis papers for the concepts learnt and implemented.
- Varul Srivastava
- Ashwin Mittal
- Shivang Gupta
- Akshett Rai Jindal
- Keshav Bansal
- Zishan Kazi
- Shivang Gupta
- Akshett Rai Jindal
- Ashwin Mittal
- Varul Srivastava
- Keshav Bansal
- Zishan Kazi
- Ashwin Mittal
- Varul Srivastava
- Ashwin Mittal
- Varul Srivastava
- Ashwin Mittal
- Varul Srivastava
- Ashwin Mittal
- Zishan Kazi
- Keshav Bansal
- Shivang Gupta
- Akshett Jindal
- Varul Srivastava
- Varul Srivastava
- Varul Srivastava
- Varul Srivastava
- Varul Srivastava
READ the README
READ the Coding Guidelines
Code
Write name in Contributors.md file
Do this once:
git remote add upstream https://github.com/vs666/PiedPiper.git
git remote -v
Do this always:
git fetch upstream
git pull upstream master