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

Block or report mittal-sahab

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

    Basic front-end beginner Web-based game project to get started and understanding use of HTML,CSS, JAVASCRIPT, BOOTSTRAP and DOM.

    HTML 2

  2. List List Public

    The functions in the interface can be implemented by three different classes for using array list, ordered list and linked list.

    Java 2

  3. Queue Queue Public

    The queue is a type of data structure which follows the First in First out (FIFO) method for adding and deleting the elements. Here in my code the queue is implemented using an array list as well a…

    Java

  4. Stack Stack Public

    The Stack data structure uses the Last in First Out(LIFO) method for its implementation. Here, stack is implemented using the concept of array list as well as the linked list.

    Java 1

  5. The-Cafeteria The-Cafeteria Public

    A small project on Cafeteria Management in C. The project uses three text files to store and print data, the files are attached as text files. The IDE that I used is Dev C++ it is preferred that yo…

    C 1

  6. BinarySearchTree BinarySearchTree Public

    Forked from TanmayAmbadkar/BinarySearchTree

    This is a BinarySearchTree I created as a part of my Data Structures course.

    Java 1