Skip to content
View vidit-jain's full-sized avatar
  • Capital One
  • Arlington, VA, USA

Organizations

@IIIT-Programming-Club

Block or report vidit-jain

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

Pinned Loading

  1. vsh vsh Public

    A basic shell implemented in C

    C

  2. Food-Vendor-Portal Food-Vendor-Portal Public

    A Web Application created for ordering food from various canteens in the IIIT Campus. Made using MERN stack

    JavaScript 2

  3. Sequence-Alignment-Optimization Sequence-Alignment-Optimization Public

    C++

  4. college-course-scheduler college-course-scheduler Public

    An initial development of a course scheduler usable by colleges. Uses OptaPlanner as the Constraint Satisfaction Engine

    Python 3

  5. relational-db relational-db Public

    An implementation of a relational database management system with efficient storage of matrices, with a specialized page design to improve efficiency of certain queries. Also implemented various da…

    C++ 1

  6. racket-compiler racket-compiler Public

    A compiler for Racket to x86asm compilation with support for loops, conditional branching and functions. Uses optimization passes like DSATUR graph coloring for register allocation.

    Racket