Estrutura de Dados (2º Ano) - closed
-
Updated
Nov 21, 2018 - C++
Estrutura de Dados (2º Ano) - closed
Implementation of different types of Queues, viz. linear queue, priority and double-ended queue.
This repository provides a collection of foundational data structures and sorting algorithms in C, including stacks, queues, linked lists, Bubble Sort, Merge Sort, Linear Search, and Binary Search. It offers practical implementations and performance comparisons to help learners grasp core concepts.
Implementing all the data structures using C
This repository contains the implementation of the queue data structure in C++. The implementation includes both the linear queue and circular queue.
Add a description, image, and links to the linear-queue topic page so that developers can more easily learn about it.
To associate your repository with the linear-queue topic, visit your repo's landing page and select "manage topics."