Skip to content
View nemeshnorbert's full-sized avatar
Block or Report

Block or report nemeshnorbert

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. longest_common_substring longest_common_substring Public

    An algorithm for finding longest common substring of several string

    C++ 2

  2. strongly_connected_components strongly_connected_components Public

    Several graph algorithms and data structures. More precisely: Adjacency graph, dfs visitor, strongly connected components search

    C++ 1

  3. universal_hashing universal_hashing Public

    An implementation of universal hashing algorithm for fixed sets of objects.

    C++

  4. priority_queue priority_queue Public

    Implementation of stack and queue with constant time access to maximal value stored in the structure.

    C++

  5. long_arithmetic long_arithmetic Public

    Addition, subtraction, multiplication and division of integers of arbitrary size.

    C++

  6. fenwick_tree fenwick_tree Public

    A well known Fenwick tree data structure

    C++