Skip to content
View florinpavelescu15's full-sized avatar
Block or Report

Block or report florinpavelescu15

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. File-System-Simulation File-System-Simulation Public

    A C application that can be used to model a hierarchy of files and directories, on the command line, that provides the Linux touch, mkdir, ls, rm, rmdir, cd, tree, and pwd commands.

    C 1

  2. Collaborative-Computing-in-Distributed-Systems Collaborative-Computing-in-Distributed-Systems Public

    Distributed program in MPI where processes are grouped in a topology consisting of four clusters, each of which has a coordinator and an arbitrary number of worker processes.

    C

  3. Assembly-Advanced Assembly-Advanced Public

    Assembly language implementation of some classical algorithms (in-place sorting of the elements of a singly linked list with integer elements, lcm, balanced brackets problem, sorting an array of wo…

    Assembly

  4. Assembly-Basic Assembly-Basic Public

    A series of simple computer science problems (encrypting a text by shifting the alphabet, calculating the ages of people whose birth dates are known, encrypting a text with the column transposition…

    Assembly

  5. Black-Friday-Order-Manager-in-Java Black-Friday-Order-Manager-in-Java Public

    Black Friday order processor in the Java programming language, which uses parallelization mechanisms.

    Java

  6. Graph-Zoo Graph-Zoo Public

    Implementation of functions in Haskell for various graph manipulation operations oriented under two modes of representation, one standard (through sets of vertices and edges) and another constructi…

    Haskell