Skip to content
View AbhinavSinha02's full-sized avatar

Block or report AbhinavSinha02

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. Projects Projects Public

    Uploading various projectsetc.

    Python

  2. Webdev Webdev Public

    Various web-development porjects that I worked on during my internship and some personal prejects.

    HTML

  3. Adv_DataStruct_lib Adv_DataStruct_lib Public

    The Advanced Data Structures Library is a comprehensive implementation of several advanced data structures in the C programming language. The project includes the implementation of an AVL tree, a R…

    C

  4. Trie_auto_complete_sys Trie_auto_complete_sys Public

    The Trie-Based Autocomplete System project implements a Trie data structure in C to provide efficient insertion, searching, and prefix-based autocomplete functionality for a collection of words. It…

    C

  5. Music-suggestion-system Music-suggestion-system Public

    This project is a music recommendation system that uses cosine similarity and StandardScaler to provide personalized music recommendations. The system uses collaborative filtering to recommend song…

    Python

  6. Custom-online-compiler-using-C Custom-online-compiler-using-C Public

    This project implements a custom language compiler coded in C, uses concepts of compiler design, data structures ,lexical analysis, Parsing, machine/assembly code generation.

    C