Skip to content

Commit

Permalink
Move source files to src directory. Add Idea project dir. Add test fo…
Browse files Browse the repository at this point in the history
…lder to iml config.
  • Loading branch information
Jinge Wang committed Mar 27, 2022
1 parent 17d9921 commit 7a2d8ec
Show file tree
Hide file tree
Showing 58 changed files with 26 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Algorithms.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<orderEntry type="module-library" scope="TEST">
<library name="JUnit5.8.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter/5.8.1/junit-jupiter-5.8.1.jar!/" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion test/BTreeTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2021 jingedawang
*/
package test;

import container.BTree;
import container.Node;
Expand Down
1 change: 0 additions & 1 deletion test/MatrixTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2020 jingedawang
*/
package test;

import enums.MultiplierType;
import matrix.Matrix;
Expand Down
1 change: 0 additions & 1 deletion test/RedBlackTreeTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2020 jingedawang
*/
package test;

import container.Node;
import container.RedBlackTree;
Expand Down
1 change: 0 additions & 1 deletion test/SearchTreeTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2020 jingedawang
*/
package test;

import container.BTree;
import container.BinarySearchTree;
Expand Down
1 change: 0 additions & 1 deletion test/SelectTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2020 jingedawang
*/
package test;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 7a2d8ec

Please sign in to comment.