Skip to content
View vaibhavpopat's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Google
  • Bengaluru
  • 08:48 (UTC +05:30)

Block or report vaibhavpopat

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. IITBX-app-android IITBX-app-android Public

    Forked from openedx-unsupported/edx-app-android

    The Open IITBombayX mobile app for Android

    Java 1

  2. Turing-Machine-Simulator Turing-Machine-Simulator Public

    This repository takes as input a turing machine representation and an input string. The turing machine is simulated by running the given program on the input string to check if it is accepted or not.

    C++

  3. CYK-algorithm-with-all-possible-parse-trees CYK-algorithm-with-all-possible-parse-trees Public

    Given a Context Free Grammar in Chomsky Normal Form and an input string, the C++ code checks if the given string is accepted by the grammar. If yes, it prints all the possible parse trees even if t…

    C++ 1

  4. TSP-Genetic-Algorithm TSP-Genetic-Algorithm Public

    Python