Skip to content
View Nicolas-micuda-becker's full-sized avatar

Block or report Nicolas-micuda-becker

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. Huffman-compressor Huffman-compressor Public

    This project implements a compressor and decompressor based on the Huffman algorithm. The goal is to compress text files by reducing their size according to character frequencies and to decompress …

    C

  2. Game_of_life Game_of_life Public

    This project is a Turing-complete computer built entirely in Logisim using logic gates. It includes a control unit, ALU, RAM, and display. To demonstrate its functionality, it runs Conway’s Game of…

  3. nmb.github.com nmb.github.com Public

    My website is a modern and responsive portfolio showcasing my skills, projects, and experiences. It features a clean design with smooth navigation across all devices. Visitors can explore my work, …

    CSS

  4. Voronoi-Patterns Voronoi-Patterns Public

    This project transforms an input image into a Voronoi-based version using circles. The algorithm partitions the image into regions based on pixel colors, creating a visual effect inspired by Vorono…

    C

  5. THREEJS-EXPERIENCE-3D THREEJS-EXPERIENCE-3D Public

    Expérience 3D immersive avec Three.js - Projet L3 Université Paris 8 Vincennes

    JavaScript

  6. Travelling-Salesman-Problem Travelling-Salesman-Problem Public

    Implementation of TSP (Traveling Salesman Problem) with 2-opt and Lin-Kernighan heuristics. Comparison of matrix and triplet graph representations. Academic project - L3 Advanced Algorithms.

    C