Insert a node at the head of a linked list

  • + 23 comments

    Uneditable code in C# doesn't compile as it is.

    solution.cs(78,36): error CS0214: Pointers and fixed size buffers may only be used in an unsafe context solution.cs(78,36): error CS0193: The * or -> operator must be applied to a pointer Compilation failed: 2 error(s), 0 warnings