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

Block or report N1SL

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

  1. LongestUncrossedKnightsPath LongestUncrossedKnightsPath Public

    Forked from tim-seidel/LongestUncrossedKnightsPath

    A project in the module "Parallel and distributed algorithms" at the University of Applied Sciences in Osnabrueck to calculate the longest uncrossed knights path on a chessboard of the size m x n.

    C++

  2. CrosswordGeneratorCSP CrosswordGeneratorCSP Public

    Algorithm for solving the constraint satisfaction problem (CSP) of a crossword puzzle generator.

    Python