完成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 avl
import (
"github.com/474420502/focus/lastack"
"github.com/474420502/focus/stack/listarraystack"
)
type Iterator struct {

View File

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

View File

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

View File

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

View File

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

View File

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