lists-and-stacks.md - Acoder
lists-and-stacks.md

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

List Topics

Stack Topics

Technical Focus

  • Foundational container structures
  • Insert, search, remove, and print operations
  • Applied examples in Python
  • Early data-structure reasoning