Skip to content
View luthra2059's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report luthra2059

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

  1. initgit initgit Public archive

    A Command Line Interface for Project Initialization using Git

    JavaScript

  2. The-Unillege The-Unillege Public

    Get yourself acquainted with your college now! - A College Information Manager App

    Python 1

  3. Runtime Complexity of Java Collections Runtime Complexity of Java Collections
    1
    Below are the Big O performance of common functions of different Java Collections.
    2
    
                  
    3
    
                  
    4
    List                 | Add  | Remove | Get  | Contains | Next | Data Structure
    5
    ---------------------|------|--------|------|----------|------|---------------
  4. Binary-Classification-Web-App Binary-Classification-Web-App Public

    This Machine Learning app classifies data using SVM, Logistic Regression and Random Forest presenting it in the form of a web app.

    Python

  5. COVID-19-Data-Analysis-using-Python COVID-19-Data-Analysis-using-Python Public

    Analysis of rising covid-19 cases and happiness of people.

    Jupyter Notebook

  6. Round-Robin-Scheduler Round-Robin-Scheduler Public

    Java Program to simulate the working of the round robin scheduling algorithm.

    Java 2