snipshelf

create code snippet
  • Previous
  • 1
  • Next
  • Typed Event Emitter System

    implements a strongly-typed event emitter system using generics and mapped types.

    • event
    • emitter
    • mapped-types
    • generic

    typescript

    author profile image

    arian

    about 1 month ago

  • Find First Non-Repeated Character

    Finds the first non-repeated character in a string using a map to count occurrences and returns it.

    • GoLang
    • string-processing
    • maps
    • algorithms

    go

    author profile image

    Rowan Blake

    about 1 month ago

  • Reverse a Linked List

    Reverses a singly linked list in-place.

    • linkedlist
    • math

    java

    author profile image

    Shaian

    about 2 months ago