Recent Posts

Showing posts with label ds practical programs. Show all posts
Showing posts with label ds practical programs. Show all posts

6.C Program to implement Stack(Part B)

C Program to implement Stack(Part B) ALGORITHM : Step 1: Start Step 2: Define a constant MAX_SIZE to represent the maximum size of the stac...

7.C Program to convert an infix expression to postfix(Part B)

C Program to convert an infix expression to postfix ALGORITHM : Step 1: Start Step 2: Define a constant MAX_SIZE to represent the maximum s...

3.C Program to sort the given list using merge sort technique(Part B)

3.C Program to sort the given list using merge sort technique ALGORITHM : Step 1: Start Step 2: Implement the merge function that takes the ...

8.C Program to implement a simple queue (Part B)

  C Program to implement a simple queue(Part B) ALGORITHM : Step 1: Start Step 2: Define a constant MAX_SIZE to represent the maximum size o...