Skip to content
View JGZimek's full-sized avatar
  • Wrocław

Highlights

  • Pro

Block or report JGZimek

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. smart-home-mockup smart-home-mockup Public

    A Building Management System (BMS) for managing a smart home mockup, featuring three subsystems: Access Control, Environment Management, and Security Management. This project integrates various fun…

    C++ 2

  2. compression-app compression-app Public

    Application for compressing one-dimensional signals and two-dimensional images, featuring interactive visualization and performance comparison of various compression methods.

    2

  3. control-algorithms control-algorithms Public

    Custom modules for simulating and analyzing control systems, using adaptive and multilevel control algorithms, with integrated signal generation, noise handling, and data visualization.

    Python

  4. data-structures-and-algorithms data-structures-and-algorithms Public

    Implementations of various data structures and algorithms in C++. Includes fundamental data structures like graph as well as algorithms such as depth-first search (DFS) and breadth-first search (BFS).

    C++

  5. ACO-VRP-optimization ACO-VRP-optimization Public

    Implementation of an Ant Colony Optimization (ACO) heuristic for solving the Vehicle Routing Problem (VRP) with capacity constraints. This project includes experiments comparing the ACO results wit…

    CMake