Skip to content
View Muhammad-Anees99's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report Muhammad-Anees99

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

Pinned

  1. Ambulator Ambulator Public

    Ambulator is a device that provides air to human lungs accordings to the requirements in emergency condition. Rack and Pinion Mechanism is pressing the ambu bag to provide air to the patient. Motio…

    C++

  2. Bluetooth-App-Control-of-Electric-Board Bluetooth-App-Control-of-Electric-Board Public template

    Servo Motor is Programmed Through Tiva C Launchpad to press a button on Electric Board

    HTML 1

  3. Improved-Genetic-Algorithm-Maze-solving-CEP Improved-Genetic-Algorithm-Maze-solving-CEP Public

    Python 1

  4. Maze-Solving-Using-Genetic-Algorithm Maze-Solving-Using-Genetic-Algorithm Public

    15 x 15 Maze Solving Using Genetic Algorithm.

    Python 1

  5. Maze problem solving using Genetic A... Maze problem solving using Genetic Algorithm
    1
    from pyamaze import *
    2
    from random import *
    3
    import csv
    4
    ROW_SIZE=15
    5
    COLUMN_SIZE=15
  6. Autonomus-Robot-Navigation-Using-Genetic-Algorithem Autonomus-Robot-Navigation-Using-Genetic-Algorithem Public

    An important task for the robot is autonomous navigation, where the robot travels between a starting point and a target point without the need for human intervention Computer programming is essent…

    C 1