Skip to content
View AFaraji8's full-sized avatar

Block or report AFaraji8

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. Task_Manager Task_Manager Public

    A C++ Task Management System using OOP and intelligent scheduling algorithms to optimize organizational workflow and employee task distribution.

    C++

  2. Matrix Matrix Public

    C++

  3. Multiply-two-polynomials Multiply-two-polynomials Public

    Multiply two polynomials in O(N^log( 3))

    C++

  4. round-robin round-robin Public

    The Round-robin scheduling algorithm is a kind of preemptive First come, First Serve CPU Scheduling algorithm where each process in the ready state gets the CPU for a fixed time in a cyclic way (tu…

    C++

  5. First-Come-First-Serve-FCFS- First-Come-First-Serve-FCFS- Public

    First Come First Serve (FCFS) is an operating system scheduling algorithm that automatically executes queued requests and processes in order of their arrival. It is the easiest and simplest CPU sch…

    C++

  6. convert-E-NFA-to-DFA convert-E-NFA-to-DFA Public

    Conversion of Epsilon-NFA to DFA and Determine the membership of each string in the given automatic language

    C++