Skip to content
View thergh's full-sized avatar

Block or report thergh

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

Pinned Loading

  1. TSP-Annealing-Taboo TSP-Annealing-Taboo Public

    Solving Travelling Salesman Problem examples using the Simulated Annealing and Taboo Search approaches and comparing the results.

    C++

  2. evolution evolution Public

    Applying evolutionary metaheuristic algorithms to solve Travelling Salesman Problem.

    C++

  3. matrix-multiplication-library matrix-multiplication-library Public

    A library implementing matrix multiplication using the Gauss Elimination procedure, optionally including partially choosing a main element.

    Julia

  4. arduino-car arduino-car Public

    Programs controlling an embedded system - a self driving electric car powered by Arduino hardware.

    C++

  5. LZ77-encoding LZ77-encoding Public

    Encoding and decoding data using lossless LZ77 compression

    Python