Skip to content
View MohSamarah's full-sized avatar

Block or report MohSamarah

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. Tic-Tac-Toe-Game Tic-Tac-Toe-Game Public

    I used Minimax algorithm to implement an AI to play Tic-Tac-Toe optimally.

    Python 1

  2. magic-square-using-the-CSP-with-Hill-climbing-search-algorithm magic-square-using-the-CSP-with-Hill-climbing-search-algorithm Public

    Python 1

  3. The-Rock-Game The-Rock-Game Public

    The rock game is in fact the representing the sequence DNA alignment problem

    Python

  4. DNA-to-Protein DNA-to-Protein Public

    I transcribed DNA to mRNA then translated the mRNA to amino acids

    Python

  5. Best-DNA-motif Best-DNA-motif Public

    I found the best motif and the best score

    Python

  6. 8-puzzle-problem 8-puzzle-problem Public

    I used the Uniform-cost search algorithm.