Skip to content
MCA Programming Logo
  • Home
  • ASP_NET(C#)
  • C Programming
  • Data Structure
    • Recursion
    • Stack
    • Queue
    • Linked List
    • Tree
  • Machine Learning
    • Classification
    • Decision tree
    • Regression
  • Java
  • Python
  • Search
Sort Stack Using Temporary Stack Solution In C

Sort Stack Using Temporary Stack Solution In C

Data Structure, Stack

In this program sort stack using temporary stack. To sort stack using temporary stack first one by one pop element from primary stack and push into temporary stack .If poped element is greater then top element of temporary stack then pop a element from temporary stack until the top element is greater than poped element …

Sort Stack Using Temporary Stack Solution In C Read More »

Implementation Of Queue Operations Using Stack Solution In C

Implementation Of Queue Operations Using Stack Solution In C

Data Structure, Queue, Stack

In this program implement basic queue operations using stack Queue operations using stack like enqueue ,dequeue, display .For implement the queue operation use the two stack on primary stack and another temporary stack.A primary stack is used for store stack element and temporary stack is used for perform operation of queue.

Implementation Of Queue Operations Using Linked List Solution In C

Implementation Of Queue Operations Using Linked List Solution In C

Data Structure, Linked List, Queue

In this program implements a basic queue operations using linked list. For enqueue operation use insert last operation of linked list and for dequeue operation use delete first operation of linked list.

Implementation Of Queue Operations Using Array In C

Implementation Of Queue Operations Using Array In C

Data Structure, Queue

In this program implement queue operations using array Enqueue operation is used to insert new element in queue from front.Dequeue operation remove and return element from the rear of the queue. Queue follow the first-in-first-out approach(FIFO).

C Program For Infix to Prefix Conversion

C Program For Infix to Prefix Conversion

Data Structure, Stack

In this program infix to prefix conversion using stack.This is one of the application of stack.Before Understand this program need to know about Stack operation for that check Below link.

C Program For Infix to Postfix Conversion

C Program For Infix to Postfix Conversion

Data Structure, Stack

In this program infix to postfix Conversion using stack.This is one of the application of stack.Before Understand this program need to know about Stack operation for that check Below link.

C Program Solution For Evaluation Of Post-Fix Expression

C Program Solution For Evaluation Of Post-Fix Expression

Data Structure, Stack

In this program evaluation of post-fix expression Evaluation of post-fix is one of the stack application.Before Understand this program need to know about Stack operation for that check Below link

Posts navigation

← Previous Page 1 … 12 13 14 Next Page →

Search

Recent Posts

  • Python Archiving
  • Python Directory
  • Python seek and tell method
  • Access Modifiers in Python
  • Abstraction in Python

Recent Comments

  • Solicitors APJ on Hierarchical Agglomerative Clustering Algorithm Solution In Python
  • Python Break Continue And Pass | MCAProgramming on Python while Loop
  • Python Break Continue And Pass | MCAProgramming on Python For Loop
  • Python For Loop | MCAProgramming on Python while Loop
  • Python Type Casting | MCAProgramming on Python Data Types

Archives

  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • May 2020
  • April 2020
  • March 2020
  • January 2020
  • July 2019
  • June 2019
  • May 2019

Categories

  • ASP_NET(C#)
  • C Programming
  • Classification
  • Clustering
  • Data Structure
  • Decision tree
  • Excercise
  • Java
  • Linked List
  • Machine Learning
  • MongoDB
  • Problem Solving
  • Python
  • Queue
  • Recursion
  • Reflection
  • Regression
  • Stack
  • Tree
MCA Programming Logo
  • About Us
  • Privacy Policy
  • Disclaimer
  • Terms & Conditions
  • About
  • Privacy Policy
  • Discalaimer
  • Terms & Conditions
Contact
Copyright © 2021 MCAProgramming | Design by KP Chaudhary.
Facebook
Instagram
Twitter
Linkedin