recomment

modified:   assignment1/as1/as1.pro
	renamed:    assignment1/as1/assignment01_159201.cpp -> assignment1/as1/assignment01_159201_final_version.cpp
This commit is contained in:
mooophy
2014-12-04 13:57:51 +13:00
parent e759bc9b42
commit 6823aa962b
2 changed files with 5 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ CONFIG -= qt
CONFIG += c++11
SOURCES += \
assignment01_159201.cpp
assignment01_159201_final_version.cpp

View File

@@ -1,8 +1,10 @@
//!
//! @author Wang WeiXu 13114633
//! @author Yue Wang
//! @date 04.12.2014
//! @brief sparse matrix implemented for assignment 1 ,159.201 s3 2014.
//!
//! @brief Sparse Matrix using linked list as underlying data structure
//!
#include <iostream>
#include <fstream>