Difference between revisions of "ParaCode"

From CDOT Wiki
Jump to: navigation, search
(Project: Data Compress)
(Project: Data Compress)
Line 10: Line 10:
 
==== Project: Data Compress ====
 
==== Project: Data Compress ====
  
''' Introduction: '''
+
''' Introduction: '''\n
 
Basically it is a project to compress file written by c++. Here is the link of source code and more details:  https://codereview.stackexchange.com/questions/86543/simple-lzw-compression-algorithm
 
Basically it is a project to compress file written by c++. Here is the link of source code and more details:  https://codereview.stackexchange.com/questions/86543/simple-lzw-compression-algorithm
  
 
=== Assignment 2 ===
 
=== Assignment 2 ===
 
=== Assignment 3 ===
 
=== Assignment 3 ===

Revision as of 19:16, 22 February 2018


GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary

Project Name Goes here

Team Members

  1. Qiliang Chen
  2. Xuan Dinh Truong

Progress

Assignment 1

Project: Data Compress

Introduction: \n Basically it is a project to compress file written by c++. Here is the link of source code and more details: https://codereview.stackexchange.com/questions/86543/simple-lzw-compression-algorithm

Assignment 2

Assignment 3