Skip to content
View HitenderOswal's full-sized avatar

Highlights

  • Pro

Organizations

@FIRST-Team-2557-The-SOTABots

Block or report HitenderOswal

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

    A tic-tac-toe AI that makes optimal moves to always win or tie. Project completed for CS50AI

    Python

  2. minesweeper minesweeper Public

    A minesweeper AI that will make moves that are guaranteed to be safe. If there is no safe move, it will make a random move while also taking consideration of known mines. Project completed for CS50AI

    Python

  3. degrees degrees Public

    A search algorithm that finds the shortest path from one actor to another using BFS. Project completed for CS50AI

    Python

  4. pagerank pagerank Public

    Determines the pagerank of pages in a directory using two approaches, sampling and iterative convergence. Completed for CS50AI.

    HTML

  5. heredity heredity Public

    Determines the probability of having a gene and trait based on family. Completed for CS50AI.

    Python

  6. crossword crossword Public

    Finds a solution to a crossword puzzle using backtracking search. Completed for CS50AI.

    Python