Skip to content
View alexazor's full-sized avatar
  • France

Block or report alexazor

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. Encrypted-neural-network Encrypted-neural-network Public

    Neural Network with encrypted weight and input

    Jupyter Notebook 1

  2. Slide-Puzzle Slide-Puzzle Public

    15 puzzle and its variants from 8 to 99

    C++

  3. Graph-Neural-Network Graph-Neural-Network Public

    Jupyter Notebook

  4. federated-learning federated-learning Public

    Forked from eustlb/federated-learning

    IMT Atlantique research project on federated learning.

    Python

  5. Le-compte-est-bon Le-compte-est-bon Public

    Solver of the Numbers round of the French television program "Des Chiffres et des Lettres"

    C++

  6. Random-subset Random-subset Public

    Given N and K, produces and ordered random subset of [|1, N |] containing K elements. The elements are returned one by one. Time complexity is O(K*log(N)). Space complexity is O(1).

    C++