fix: fix wrong heaps package and close #700

- Fix #700
This commit is contained in:
yanglbme
2019-02-07 00:11:13 +08:00
parent 8b92c3fdbe
commit 46bbfaa0e8
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/**
*
*/
package Heaps;
package DataStructures.Heaps;
import java.lang.Double;
import java.lang.Object;