Sha256: df4396a0bbd8a51b8940058473dcdf1a3d776c8e4a98f0a910004e7b57e1cbc8

Contents?: true

Size: 479 Bytes

Versions: 156

Compression:

Stored size: 479 Bytes

Contents

module LinkedList

let mkLinkedList () = failwith "You need to implement this function."

let addToEmpty newValue linkedList = failwith "You need to implement this function."

let pop linkedList = failwith "You need to implement this function."

let shift linkedList = failwith "You need to implement this function."

let push newValue linkedList = failwith "You need to implement this function."

let unshift newValue linkedList = failwith "You need to implement this function."

Version data entries

156 entries across 156 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.179 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.178 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.177 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.176 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.175 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.174 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.173 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.172 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.171 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.170 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.169 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.167 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.166 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.165 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.164 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.163 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.162 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.161 tracks/fsharp/exercises/linked-list/LinkedList.fs
trackler-2.2.1.160 tracks/fsharp/exercises/linked-list/LinkedList.fs