mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 12:45:10 +02:00
renamed folder and package name for better intellisense
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package structures
|
package datastructures
|
||||||
|
|
||||||
// MinHeap is an implementation of a min heap
|
// MinHeap is an implementation of a min heap
|
||||||
type MinHeap struct {
|
type MinHeap struct {
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package structures
|
package datastructures
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
Reference in New Issue
Block a user