Skip to content
View Thanos-Dol's full-sized avatar

Highlights

  • Pro

Block or report Thanos-Dol

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

    First attempt to implement a neural network structure in C.

    C

  2. C__hashset_implementation C__hashset_implementation Public

    A library that will implement a generic hashset data structure in C. The main goal is to be able to use it as part of other applications.

    C

  3. C__list_implementation C__list_implementation Public

    A library that will implement a generic two way list in C. The main goal is to be able to use it as part of other applications.

    C

  4. C__dynamic_array_implementation C__dynamic_array_implementation Public

    A library that will implement a generic dynamically allocated (array size changes with respect to the number of elements stored inside so it always has space for the elements) fixed sized array in …

    C

  5. simbad_ibug_implementation simbad_ibug_implementation Public

    Implementation of the ibug robot bug-algorithm for a university project

    Java

  6. gale_shapley_stable_matching_implementation gale_shapley_stable_matching_implementation Public

    implementation of several versions of gale shapley stable matching algorithm in several programming languages

    Python