A learning repository for Object-Oriented Programming concepts and Data Structures implementation in Java.
- ListaSimple - Singly Linked List implementation
- OperacionesLIstas - List operations: count characters, compare lists, and remove duplicates
- OperacionesPilas - Stack operations: palindrome check, stack comparison, and balanced parentheses verification
- Java JDK 8 or higher
- Any Java IDE or text editor
This repository is designed to practice:
- Object-Oriented Programming principles
- Data structure implementation from scratch
- Algorithm design and analysis
- Java programming fundamentals
This is an educational project for learning purposes.