Skip to content
View RishabhTyagiHub's full-sized avatar
  • Expedia Group
  • Seattle, WA
Block or Report

Block or report RishabhTyagiHub

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. Constraint-Satisfaction-Problem---Wedding-Seating-Arrangement Constraint-Satisfaction-Problem---Wedding-Seating-Arrangement Public

    You need to plan a wedding seating arrangement for n guest. Some of the pairs of guests are friends, some other are enemies and rest of them are indifferent to each other. Friends: Friends or coupl…

    Python 3 2

  2. Decision-Networks- Decision-Networks- Public

    A decision network uses a Directed Acyclic Graph (DAG) to represent a set of random variables and their conditional dependencies within a probabilistic model, while a decision network extends the B…

    Python 1

  3. Limerick-Detector Limerick-Detector Public

    To determine whether a poem is a limerick or not using CMU pronunciation dictionary. A limerick is defined as a poem with the form AABBA, where the A lines rhyme with each other, the B lines rhyme …

    Python 1

  4. AI---AlphaBetaPruning AI---AlphaBetaPruning Public

    A program to determine the minimax value for given positions of the Reversi game, using the Alpha-Beta pruning algorithm with positional weight evaluation functions.

    Python 1

  5. Decision-Network- Decision-Network- Public

    A decision network uses a Directed Acyclic Graph (DAG) to represent a set of random variables and their conditional dependencies within a probabilistic model, while a decision network extends the B…

  6. Soundex Soundex Public

    The Soundex algorithm is a phonetic algorithm commonly used by libraries and the Census Bureau to represent people’s names as they are pronounced in English. It has the advantage that name variatio…