merge class Fib into the Vector.h file, delete the original Fib.h file, in order to obtain high usability.

This commit is contained in:
Shine wOng
2019-05-25 18:14:14 +08:00
parent fcdc3a4ec3
commit c13e3acaee
5 changed files with 24 additions and 32 deletions

View File

@@ -1,4 +1,3 @@
#include "Fib.h"
#include "Vector.h"
#include <time.h>
#include <cassert>