You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to perform when used by Microservices and Serverless services running in production environments. https://godoc.org/github.com/ef-ds/deque
Stack Visualizer is a powerful and intuitive tool for visualizing the workings of a stack data structure. Whether you're a computer science student, a software engineer, or just someone who wants to understand how stacks work, Stack Visualizer is the perfect tool for you.
Package stack implements a very fast and efficient general purpose Last-In-First-out (LIFO) stack data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/stack
An absurdly fast, platform-agnostic, and safe LIFO stack allocator for C. Features an inverted bi-directional buffer, dynamic metadata scaling, XOR-hardened markers, and zero-dependency bare-metal support.
This is a simple C# console application that demonstrates two fundamental data structures: Stack (LIFO) and Queue (FIFO). The program provides an interactive menu system where users can perform basic operations on each data structure.
This project is a lightweight, command-line interface (CLI) text editing engine written entirely in Python. It is inspired by classic editors like Vim allowing users to manipulate strings of text through terminal commands.