Skip to content
View VinitKaple's full-sized avatar

Block or report VinitKaple

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. AirChat-Project AirChat-Project Public

    AirChat πŸ’¬πŸš€ – A real-time chat app with messaging, image sharing, and online status. Built with MERN + Socket.io, deployed on Vercel. Fast, simple & responsive. πŸ“±πŸ–₯️

    JavaScript

  2. User-Authentication-System User-Authentication-System Public

    AuthSystem πŸ” – A Full-Stack Authentication Demo for Developers, web app that demonstrates how authentication works in modern web development! πŸŒπŸ‘¨β€πŸ’»

    JavaScript

  3. DSA_Sort_Algorithms DSA_Sort_Algorithms Public

    For sorting algorithms, we have Bubble Sort, Selection Sort, and Insertion Sortβ€”simple but inefficient methods with O(nΒ²) complexity. Cyclic Sort is included as an efficient sorting technique for a…

    Java

  4. DSA_Search_Algorithms DSA_Search_Algorithms Public

    This repository contains key searching algorithms like Linear Search (simple but inefficient), Binary Search (efficient for sorted arrays), and variations such as Order-Agnostic Binary Search, Bina…

    Java