Pallavi

Showing posts with label Array. Show all posts
Showing posts with label Array. Show all posts

Monday, March 7, 2011

Data Structure - Arrays

Merging two arrays - 

http://www.youtube.com/watch?v=reKYzPjrJZA
http://www.youtube.com/watch?v=yYrwUq1RcVo


Working of Array -

1. Insert- 
http://www.youtube.com/watch?v=0f3qhwjwN5k
http://www.youtube.com/watch?v=XHtDdTbLJKo

 2. Delete-
http://www.youtube.com/watch?v=GHkLylF0fzI


Posted by M Pallavi at 8:45 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Array, delete, insert, merge
Home
Subscribe to: Posts (Atom)

Pallavi

  • http://pallavimushan.blogspot.com
  • Java

Believe in The Beauty of Your Dreams !! ..

One Day At A Time ..
Our GOD is and Awesome GOD !

People are just as HAPPY as they make their minds to be..


People you DOUBT what you say, BUT they will always BELIEVE what you DO!


Take Care of YOUR CHARACTER, and YOUR REPUTATION will TAKE CARE of ITSELF..

The First Step to WISDOM is SILENCE, the second is LISTENING..

The rest if your life begins right now..

THERE BUT FOR THE GRACE OF GOD GO I.

We can't all be stars, but we can twinkle.

When You Believe in Yourself the possibilities are Endless ..

Why worry when you can PRAY ..

You only live once, but if you work it right, ONCE IS ENOUGH ..

Believe in The Beauty of Your Dreams !! ..

Popular Posts

  • C - Program to multiply two polynomials.
    Code: #include <stdio.h> #include <conio.h> #define MAX 10 struct term {     int coeff ;     int exp ; } ; struct p...
  • C - Program to add two polynomials.
    Code: #include <stdio.h> #include <conio.h> #define MAX 10 struct term {     int coeff ;     int exp ; } ; struct p...
  • Input Restricted Deque
  • Output Restricted Deque
  • Multiply two polynomials maintained as linked lists
    C: Program to multiply two polynomials maintained as linked lists. #include <stdio.h> #include <conio.h> #include <alloc.h...
  • Sort a linked list by readjusting the links.
    C Program to sort a linked list by readjusting the links. #include <stdio.h> #include <conio.h> #include <alloc.h> /...
  • Add a new node at the end of linked list using recursion
    C: Program to add a new node at the end of linked list using recursion #include <stdio.h> #include <conio.h> #include <alloc...
  • Add a new node to the ascending order linked list.
    C Program to add a new node to the ascending order linked list. #include <stdio.h> #include <conio.h> #include <alloc.h...
  • Implements a priority queue using an array.
    C: Program that implements a priority queue using an array. #include <stdio.h> #include <conio.h> #define MAX 5 struct data {  ...
  • Merge two linked list, restricting common elements to occur only once
    C Program to merge two linked list, restricting common elements to occur only once #include <stdio.h> #include <conio.h> #in...

Pages

  • Home

Followers

Blog Archive

  • ▼  2011 (39)
    • ▼  April (22)
      • Implements linked list as a stack.
      • Implements array as a stack.
      • Tower of Hanoi
      • Working of Stack
      • Queue
      • Implements a priority queue using an array.
      • Priority Queue
      • Output Restricted Deque
      • Input Restricted Deque
      • Implements deque using an array.
      • Deque
      • Implements circular queue as an array.
      • Implements queue as a linked list.
      • Implement Queue using Array.
      • Building of Circular Queue
      • Multiply two polynomials maintained as linked lists
      • Add two polynomials maintained as linked lists
      • Maintain a doubly linked list
      • Add a new node at the end of linked list using rec...
      • Copy one linked list into another using recursion
      • Compare two linked lists using recursion
      • Find the number of nodes in the linked list using...
    • ►  March (17)

About Me

M Pallavi
You can mail me your technical problems (errors, programming or need any technical help) at pallavi.mushan@hotmail.com.
View my complete profile
Awesome Inc. theme. Powered by Blogger.