I hereby claim:
- I am infoverload on github.
- I am 1nfoverload (https://keybase.io/1nfoverload) on keybase.
- I have a public key ASDRaBGqpJ_atg9rp31CsixTweGAK-D3OLJFaMDyp0TlWAo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "context" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "net/http" | |
| "time" |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import "fmt" | |
| type Node struct { | |
| Data int | |
| Next *Node | |
| } | |
| func removeDups(n *Node, seenValues map[int]bool) *Node { |
| package main | |
| import ( | |
| "errors" | |
| "fmt" | |
| ) | |
| type argError struct { | |
| arg int | |
| prob string |
| package main | |
| import "fmt" | |
| type Node struct { | |
| Data int | |
| Next *Node | |
| } | |
| // deduplicates a linked list |
I hereby claim:
To claim this, I am signing this object: