Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View esmeraldalagosm's full-sized avatar
  • Buenos Aires, Argentina

Block or report esmeraldalagosm

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

Popular repositories Loading

  1. timetable_scheduling timetable_scheduling Public

    This is a Python project that takes a list of university courses and their available sections (each with specific days and time slots) and generates all valid combinations of sections that do not o…

    Python

  2. wordle wordle Public

    A simplified version of popular game "Wordle". Implemented using C++.

    C++

  3. web_server web_server Public

    This project implements a reliable client-server IP connection using Python and Scapy. It handles packet loss, duplication, and corruption by verifying sequence/ACK numbers, using checksums, and re…

    Python

  4. KP01wCG KP01wCG Public

    This project explores exact algorithmic solutions to the 0-1 Knapsack Problem with Conflict Graph (KP01wCG). We implemented and compared brute-force, backtracking (with feasibility and optimality p…

    C++