Posts

Follow This Blog For more... 😊

Singly linked list ALL insertion & deletion operations.| Data Structure |Using C language|

A recursive function that returns the maximum among the first n elements of an array |Using C Language|

program to evaluate prefix expression using stack | Using C language | Data Structure |

program to evaluate postfix expression using stack. |Using C language |Data Structure |

implement simple queue using Singly LinkedList |Using C language |Data Structure |

Implement stack using singly linked list. | Using C language | Data Structure |

What is Queue in Data Structure?| Simple Queue | Write a program to implement enqueue and dequeue in the simple queue. | Using C language | Data Structure |

A program to check if the string is palindrome with and without using Stack | Using C language | Data structure |

What is stack? | Implement the stack with push, pop, peep, change & display function. | using C language | Data Structure |