Jump to content

Doubly-linked list/Traversal: Difference between revisions

m
Regularize header markup to recommended on category page
(Doubly-linked list/Traversal en FreeBASIC)
m (Regularize header markup to recommended on category page)
Line 866:
}</lang>
 
=={{header|C sharp|C#}}==
<lang csharp>using System;
using System.Collections.Generic;
Line 1,062:
The task in [[Doubly-linked_list/Element_insertion]] uses traversal as proof that the insertion worked.
 
=={{header|F Sharp|F#}}==
<lang fsharp>
open System.Collections.Generic
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.