Skip to content
View rakeshmohan46's full-sized avatar

Block or report rakeshmohan46

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

    Restaurant program - Part of Advance OS subject. Code is in C using multi threading.

    C 1 1

  2. Socket_Programming Socket_Programming Public

    This C project was part of the Network Programming course where we have developed a TCP-like reliable transport layer protocol, using the unreliable services provided by UDP

    C 1

  3. Interpreter-Lisp Interpreter-Lisp Public

    Lisp language Interpreter in C++

    C++ 1

  4. topologicalsort topologicalsort Public

    Given a data file containing the number of nodes and vertices,edges, the program does topological sort of the nodes

    C

  5. RedBlackTree RedBlackTree Public

    C++ program to create a Red-Black tree and print the tree from left to right(to be visualized as from top to bottom)

    C++

  6. Binarysearchtree Binarysearchtree Public

    C++ program to create a iterative binary search tree

    C++