Guide
lists-and-stacks.md
Lists, stacks, and introductory data-structure exercises in Python.
markdown
Data Structures: Lists and Stacks
This page covers the list-oriented and stack-oriented exercises from Nicolas Pereira’s data-structures repository.
Repository
- Estrutura-de-dados - Data-structure exercises written mainly in Python.
List Topics
Stack Topics
Technical Focus
- Foundational container structures
- Insert, search, remove, and print operations
- Applied examples in Python
- Early data-structure reasoning