├── .gitignore ├── LICENSE ├── README.md ├── ZIP.py └── assets └── motivation.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USTC-StarTeam/ZIP/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USTC-StarTeam/ZIP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USTC-StarTeam/ZIP/HEAD/README.md -------------------------------------------------------------------------------- /ZIP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USTC-StarTeam/ZIP/HEAD/ZIP.py -------------------------------------------------------------------------------- /assets/motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USTC-StarTeam/ZIP/HEAD/assets/motivation.png --------------------------------------------------------------------------------