Skip to content

Commit

Permalink
Update gnome_sort.go
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAX committed Jun 24, 2014
1 parent 3bee8ef commit 49c28de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/gnome_sort.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package main

import "fmt"

import "github.com/0xAX/go-alghoritms"
import "github.com/0xAX/go-algorithms"

func main() {
arr := utils.RandArray(10)
Expand Down

0 comments on commit 49c28de

Please sign in to comment.