Skip to content
View Praneet6's full-sized avatar
💭
this user is dead from coding
💭
this user is dead from coding

Highlights

  • Pro

Block or report Praneet6

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. BookMyStayApp BookMyStayApp Public

    1

  2. Banking-DSA-Algorithms Banking-DSA-Algorithms Public

    Java

  3. Focus-Timer Focus-Timer Public

    Focus Timer App

    Python

  4. Lost-found Lost-found Public

    Java

  5. PalindromeCheckerApp PalindromeCheckerApp Public

    The objective of the PalindromeChecker App is to design and implement a console-based Java application that validates whether a given string is a palindrome under different conditions, while streng…

    Java

  6. RoundRobin RoundRobin Public

    Round Robin is a preemptive CPU scheduling algorithm. Every process gets equal time (time quantum). Ensures fairness in time-sharing systems. Data structure: Circular Linked List (each process = no…

    C