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

指南

lists-and-stacks.md

Lists, stacks, and introductory data-structure exercises in Python.

markdown

数据结构:列表与栈

本页面涵盖了 Nicolas Pereira 数据结构存储库中侧重于列表和栈的练习。

存储库

列表主题

栈主题

技术重点

  • 基础存储结构
  • 插入、查找、删除和打印操作
  • Python 应用示例
  • 数据结构的初步逻辑思考