Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
chore: remove homework_*.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Dec 16, 2023
1 parent 48489ae commit 2ba2974
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 83 deletions.
3 changes: 1 addition & 2 deletions Homeworks/homework_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// Created by tiankaima on 23-10-5.
//

#include <cfloat>
#include "homework_1.h"
#include "CustomMath_lib.h"

#define TEST_START auto start = std::chrono::high_resolution_clock::now();
#define TEST_END auto end = std::chrono::high_resolution_clock::now(); \
Expand Down
12 changes: 0 additions & 12 deletions Homeworks/homework_1.h

This file was deleted.

2 changes: 1 addition & 1 deletion Homeworks/homework_2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Created by tiankaima on 23-10-24.
//

#include "homework_2.h"
#include "CustomMath_lib.h"

void homework_2_par_1() {
#ifdef DEBUG
Expand Down
12 changes: 0 additions & 12 deletions Homeworks/homework_2.h

This file was deleted.

3 changes: 2 additions & 1 deletion Homeworks/homework_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// Created by tiankaima on 23-11-2.
//

#include "homework_3.h"
#include "CustomMath_lib.h"
#include "homework_3_data.h"

#define TEST_START auto start = std::chrono::high_resolution_clock::now();

Expand Down
14 changes: 0 additions & 14 deletions Homeworks/homework_3.h

This file was deleted.

2 changes: 1 addition & 1 deletion Homeworks/homework_4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Created by TianKai Ma on 2023/11/23.
//

#include "homework_4.h"
#include "CustomMath_lib.h"

//#define ENABLE_RESULT_PRINTING

Expand Down
14 changes: 0 additions & 14 deletions Homeworks/homework_4.h

This file was deleted.

2 changes: 1 addition & 1 deletion Homeworks/homework_5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Created by TianKai Ma on 2023/11/30.
//

#include "homework_5.h"
#include "CustomMath_lib.h"

#define ENABLE_RESULT_PRINTING

Expand Down
12 changes: 0 additions & 12 deletions Homeworks/homework_5.h

This file was deleted.

2 changes: 1 addition & 1 deletion Homeworks/homework_6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Created by TianKai Ma on 2023/12/14.
//

#include "homework_6.h"
#include "CustomMath_lib.h"

void par_1_each(Vector &a) {
auto max_root = MaxRootForPolynomial(a);
Expand Down
12 changes: 0 additions & 12 deletions Homeworks/homework_6.h

This file was deleted.

0 comments on commit 2ba2974

Please sign in to comment.