Skip to content

Commit

Permalink
add header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guyueshui committed Nov 5, 2018
1 parent 588d3de commit 71e4cbc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gp1_1.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Merge two sorted sub seqs...
* write for the group meeting homework: h1p1
* 2018年 11月 05日 星期一 22:54:58 CST
*/
#include <iostream>
#include <vector>

Expand Down
5 changes: 5 additions & 0 deletions Gp1_2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Search the insert pos for Insertion Sorting
* write for group meeing homework h1p2
* 2018年 11月 05日 星期一 22:58:06 CST
*/
#include <iostream>
#include <vector>
#include <string>
Expand Down
5 changes: 5 additions & 0 deletions Gp2_1.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Inversion counting: count the inversion pairs using merge sort
* write for group meeing homework h2p1
* 2018年 11月 05日 星期一 23:00:35 CST
*/
#include <iostream>
#include <vector>

Expand Down
5 changes: 5 additions & 0 deletions Gp2_2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* A implemention for quick sort
* write for group meeting homework h2p2
* 2018年 11月 05日 星期一 22:59:16 CST
*/
#include <iostream>
#include <vector>

Expand Down

0 comments on commit 71e4cbc

Please sign in to comment.