完成stack的接口标准

This commit is contained in:
huangsimin
2019-07-25 14:30:44 +08:00
parent cc239d175c
commit 06f4366e51
13 changed files with 186 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
package pqueue
import (
"github.com/474420502/focus/lastack"
"github.com/474420502/focus/stack/listarraystack"
)
type Iterator struct {