Skip to content
View thefallen27's full-sized avatar
  • 13:47 (UTC +03:00)
Block or Report

Block or report thefallen27

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. split_a_string split_a_string Public

    This program takes a string and multiple delimiter characters as input, and splits the string based on said delimiters. The function that performs this returns a vector of tokens, which is actually…

    C++ 1

  2. ZPK ZPK Public

    A simple implementation of the ZPK algorithm using Schnorr's protocol

    C++ 1

  3. advent_of_code_2023 advent_of_code_2023 Public

    Solutions to the advent of code challenge for the year 2023!

    C++

  4. competitive_algorithms competitive_algorithms Public

    Forked from mchristou/competitive_algorithms

    16 Algorithms for competitions and job interviews

    C++

  5. stegtool stegtool Public

    Forked from mchristou/stegtool

    Steganography tool that extracts data from images

    Shell

  6. k_nearest_neighbour k_nearest_neighbour Public

    Simple implementation of the K-Nearest Neighbour algorithm

    C++