Skip to content
View jainam1995's full-sized avatar

Block or report jainam1995

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. Regular-Expression-to-minimized-DFA Regular-Expression-to-minimized-DFA Public

    This program creates a minimized DFA(using hopcroft algorithm) of the input regular expression. This is done by first converting the regular expression to NFA, then converting NFA to DFA and finall…

    C++ 6

  2. Wiki-Search Wiki-Search Public

    An offline mini search engine for Wikipedia pages.

    Python 1

  3. pintos-201101 pintos-201101 Public

    Automatically exported from code.google.com/p/pintos-201101

    C

  4. vehicle-webapp vehicle-webapp Public

    Forked from cs243iitg/vehicle-webapp

    A Django powered website for vehicle management project

    JavaScript

  5. vehicle-androidapp vehicle-androidapp Public

    Forked from cs243iitg/vehicle-androidapp

    An android application for vehicle management project.

    Java

  6. Lexical-analyzer-and-Grammar Lexical-analyzer-and-Grammar Public

    Grammar for a subset of c language and a lexical analyzer

    C