Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random
-
Updated
Aug 20, 2025 - C
Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random
Technological University of the Mixteca - Computer Systems - Data Structures
ngx_lfqueue is the queue which share memory across multiple threads and multiple worker without any lock!!
Follow my daily journey of mastering Data Structures & Algorithms in C with hands-on coding. Explore my progress and code snippets!
Repository of all the programs taught in Data Structures and Applications class at SDMCET, 2023 - 24
Organize data and manipulate its behaviour using various data structures like stacks,queues and linked lists.These basic C programs will make you visualize the functioning of data structures.Happy coding..!✨
This repository contains all the basic data structures implemented in C and C++ .
A simple job scheduler written in C that executes a specified number of non-interactive, background-compatible jobs concurrently
The system uses stack and queue data structures in C to imitate the actions of garbage cans and trucks.
Monty is an interpreter for Monty byte code files, allowing stack manipulation and various operations.
C++ STL containers reimplemented in C
A data structure is an arrangement of data in a computer's memory or even disk storage. An example of several common data structures are arrays, linked lists, queues, stacks, binary trees, and hash tables
Ivan Ricart Borges - Memory allocation of the processes of an operating system, interrupts and syscalls.
Lista de hospitais com filas de pacientes. Projeto de Estrutura de Dados.
The DSA_Codes repository contains a collection of C code implementations for various Data Structures and Algorithms (DSA). It covers topics such as Sorting, Linked Lists, Stacks, Queues, Trees, and other fundamental data structures, providing resources for learning and practicing DSA concepts in C.
A Monty byte code interpreter built out under the ALX Software Engineering programme. Applying the knowledge of stacks and queues implemented in C.
Sample DSA practice
Add a description, image, and links to the queues topic page so that developers can more easily learn about it.
To associate your repository with the queues topic, visit your repo's landing page and select "manage topics."