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

Block or report sunidhi3916

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

  1. unique_elements_array unique_elements_array Public

    In this program we have 'n' no. of elements in an array 'arr[]'.Each element is present twice in the array,find the unique element(which is present only once)

    C

  2. sorting sorting Public

    Here the are various types of sorting method in which we have different time-complexity . The most commonly sorting technique is quick sort because its time-complexity is much less than the other s…

    C

  3. searching_in_array searching_in_array Public

    In this program we search a specific element in the entire array and find its index value to acess that element .

    C

  4. netflix_clone netflix_clone Public

    Here I have tried to make a website exactly similar to netflix.I have used image and some videos from the orignal website to clone this website.

    CSS

  5. linkkelist_creation linkkelist_creation Public

    Here we have made a program in which we are creating an linked list until we want .There is no limitations of size like an array.It is infinite in size.

    C

  6. reverse_linkedlist reverse_linkedlist Public

    In this program ,I have created a reverse linked list when you will enter the data in the list it will be display in reverse order.

    C