Implementation of different Data Structures
-
Updated
May 23, 2021 - C
Implementation of different Data Structures
**push_swap** is a C project that implements a sorting algorithm to sort a stack of integers with the minimum number of operations. The goal is to demonstrate efficient stack manipulation and algorithm optimization.
Implementing a sorting algorithm in C using stack data structure.
A console based application capable of encrypting a text (.txt) file. It implements stack data structure, file handling and encryption algorithm. The project was created as a mini-project required for the partial fulfillment of internal evaluation of 3rd semester of B.Tech(CSE) degree.
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
Push_Swap program sort data on a stack, with a limited set of instructions, using the lowest possible number of actions
Add a description, image, and links to the stack-data-structure topic page so that developers can more easily learn about it.
To associate your repository with the stack-data-structure topic, visit your repo's landing page and select "manage topics."