Catalin-P · GitHub
Skip to content
View Catalin-P's full-sized avatar

Block or report Catalin-P

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. HTML-Parser-Beautifier HTML-Parser-Beautifier Public

    C program that reads HTML code and loads its tags, attributes and content in a multi-way tree. The user can add and remove a specific tag(and its children) and also append or override a CSS style. …

    C 2

  2. BMP-Image-Processing BMP-Image-Processing Public

    The program reads images in bmp format and implements image processing operations like pooling and convolution filters, grayscale and clustering.

    C 1

  3. Auction-House Auction-House Public

    The program simulates an auction house that starts all current auctions simultaneously, using multithreading.

    Java

  4. SAT-Solver SAT-Solver Public

    Implements a SAT solver using both binary decision trees and the matrix of CNF formula

    Python 1

  5. Abstract-Syntax-Tree Abstract-Syntax-Tree Public

    The program take a string that represents a correct arithmetic operation and stores each operand and operator in the nodes of a binary tree

    Assembly

  6. C-Minimal-Browser C-Minimal-Browser Public

    C program that implements the basic logic behind a browser, like the web navigation(go back/forward), the browser history and the download process(implemented using a priority queue)

    C