Skip to content
View bhaveshvasnani's full-sized avatar
Block or Report

Block or report bhaveshvasnani

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

  1. ezit_app ezit_app Public

    This application allows users to post their tasks on this platdorm which they want to be done for exchange of some tip and other users who are willing to perform those can earn the tips. This appli…

    Java 2 2

  2. Doubly-Linked-List Doubly-Linked-List Public

    This code contains implementation of doubly linked lists in C with easch node defined using structure having forward link, backward link and node data.

    C 1 1

  3. Custom-CPU-Scheduling-Algorithm Custom-CPU-Scheduling-Algorithm Public

    This contains a self designed CPU scheduling algorithm which proves better than some of the existing CPU scheduling algorithms in situations of starvation. It comprises of dynamic time quantum valu…

    C 1

  4. Custom-Debluring-Model Custom-Debluring-Model Public

    MATLAB

  5. Lexical-Analyzer-for-language-of-DNA-pair Lexical-Analyzer-for-language-of-DNA-pair Public

    Lexical Analyzer and parser for the language of DNA pairs with the hybridisation when possible in lex program, yacc program and C program

    C

  6. Trie-based-Language-Translation Trie-based-Language-Translation Public

    Trie data structure is used to translate words from a very small database from English to French. This also accommodates search function on elements of trie, autocomplete feature for the words pres…

    C