RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator
-
Updated
Apr 3, 2026 - Java
RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator
implementations of FIFO and LRU algorithms
Java Data Structures Lab – Stack & Queue Module: Learn to implement stacks (LIFO) and queues (FIFO) in Java using arrays and linked lists, with practice activities, recursion applications, and real-world problem examples.
Resolvedor de Labirintos em Arquivos txt. Desenvolvido para a matéria de Estrutura de Dados I para nosso querido professor Maligno (André) no COTUCA
Elimination-backoff stack is an unbounded lock-free LIFO linked list, that eliminates concurrent pairs of pushes and pops with exchanges.
Estructuras de Datos 2019 - Licenciatura en Sistemas de Información
Backoff stack is an unbounded lock-free LIFO linked list, where pushes and pops synchronize at a single location.
Algoritmo de pilha em java utilizando programação orientada à objetos e o conceito de LIFO. Projeto de aula prática da disciplina de estrutura de dados da faculdade.
A simple and functional LIFO (last in first out) Stack data structure from scratch.
A repo with Data Structures implemented in Java
A professional Java Swing application for inventory tracking using the Stack (LIFO) data structure. Features real-time stock management, automated total value calculation, and a detailed activity log with timestamped push/pop operations.
Development of systems for handling data in files, strings and dynamic and non-homogeneous structures FIFO, LIFO, Bubble Sort and Merge-Sort.
Stack is an Abstrack Data Type (Linear) Data Structure that defines sets operations and behaviour for certain purpose, it follows LIFO principle
Add a description, image, and links to the lifo topic page so that developers can more easily learn about it.
To associate your repository with the lifo topic, visit your repo's landing page and select "manage topics."