Skip to content
View AlexNordahl's full-sized avatar
  • Poland

Block or report AlexNordahl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. exception-safe-stack exception-safe-stack Public

    C++17 oriented stack implementation with strong exception guarantee. Inspired by Tom Cargill's article.

    C++ 2

  2. network-sniffer network-sniffer Public

    C++17 oriented program that displays information about incoming and outgoing packets in a nice approachable format.

    C++ 4

  3. small-STL small-STL Public

    Implemented most popular standard labrary components such as vector, unique_ptr. C++ 17, gtest.

    C++

  4. red-black-tree red-black-tree Public

    Implementation of red-black tree. Allows user to insert nodes at runtime and render the result.

    Python