Skip to content
View Fatima-Tahir's full-sized avatar

Highlights

  • Pro

Block or report Fatima-Tahir

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. Puzzle-game Puzzle-game Public

    In this program it creates a challenge problem for an 8-puzzle game and then asks user to play. It implement it using a 3x3 2D matrix of pointers

    C++

  2. Tic-Tac-Toe Tic-Tac-Toe Public

    In this Tac Tac Toe, there are two parts

    C++

  3. GameOfLife GameOfLife Public

    The “game of life” is a cellular automaton, consisting of a two-dimensional grid of cells. Each cell is either alive or dead.

    C++

  4. Magic-Square Magic-Square Public

    A magic square of order (or size) ‘n’ is an arrangement of n^2 numbers, usually distinct integers, in an n by n square such that the sum of all columns, all rows and both diagonals sum to same valu…

    C++

  5. CPU-Schedular-Simulator CPU-Schedular-Simulator Public

    C++

  6. Round-Robin-Scheduling-Algorithm Round-Robin-Scheduling-Algorithm Public

    C++