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

Block or report rahulsingh9991

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. Progress-Tracker-Web-Development Progress-Tracker-Web-Development Public

    This web-development project has the functionalities to add an item or task. Mark the task as done or undone if you want. Also the task can be deleted from the list added by you. Here I have used M…

    HTML

  2. Operating-Systems Operating-Systems Public

    Operating system functions, basic concepts of abstraction, notion of a process, process execution, scheduling, memory management, multiprogramming, deadlocks, semaphores, file system, I/O devices a…

    C

  3. Data-Structures-and-Algorithms Data-Structures-and-Algorithms Public

    These projects/assignments, implemented in Java, are centered on the fundamental principles of data structures and algorithms.

    Java

  4. Design-and-Analysis-of-Algorithms Design-and-Analysis-of-Algorithms Public

    Asymptotic notation; DFS, BFS and some applications; Greedy algorithms: MST, shortest path; Divide and Conquer: sorting, matrix multiplication. I have used the mentioned concepts in the assignments…

  5. Data-Mining Data-Mining Public

    Machine Learning Algorithms - Implemented Decision Tree, Random Forest, Naïve Bayes, and KNN Classifer on Iris Dataset. Used K-Fold Cross Validation and other tuning techniques to compare the perfo…

    Jupyter Notebook

  6. Computing-Laboratory Computing-Laboratory Public

    Implementation of linear algebraic solvers; solution of systems of linear equations. Gauss elimination, LU decomposition and Iterative methods. Implementation of several Numerical Integration algor…

    MATLAB