Skip to content
View DaniloDuque's full-sized avatar
  • Instituto Tecnológico de Costa Rica
  • 22:25 (UTC -06:00)

Organizations

@SpotIt-Game

Block or report DaniloDuque

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. competitive-programming-repo competitive-programming-repo Public

    Some accepted online judge problems, programmed by me.

    1

  2. competitive-programming-cheat-sheet competitive-programming-cheat-sheet Public

    Team Variable Compleja's go-to reference for short-written algorithms and data structures in ICPC competitions!

    C++ 1

  3. p2c-load-balancer p2c-load-balancer Public

    Distributed load balancer using the Power of Two Choices algorithm to route requests across worker nodes.

    Java

  4. p2p-file-exchange p2p-file-exchange Public

    A Napster-style P2P file sharing system built in C++, allowing users to locate and share files through a central index.

    C++ 1

  5. principal-component-analysis principal-component-analysis Public

    Dimensionality reduction implemented from scratch using basic linear algebra and statistics.

    C++

  6. distributed-huffman-compressor distributed-huffman-compressor Public

    Distributed file compressor utilizing Huffman trees for efficient compression across multiple servers.

    C