Skip to content

JAD200/Estructuras_lineales

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Python logo

Estructuras lineales

An insight in the lineal data structures with Python
Explore the docs »

Table of Contents
  1. Built With
  2. Prerequisites
  3. Roadmap
  4. Contact
  5. Acknowledgments

Built With

(back to top)

Prerequisites

  • python3
    sudo apt install python3

Roadmap

  • Arrays
    • Arrays
    • Grids
    • Cubes
  • Linked lists by nodes
    • Singly linked lists
    • Double linked lists
    • Circular linked lists
    • Doubly circular linked lists
  • Stacks
    • With nodes
    • With arrays
  • Queues
    • With nodes
    • With stacks
    • With lists

(back to top)

Contact

Juan Agustin Di Pasquo - @PlatziProfile

Project Link: https://github.com/JAD200/Estructuras_lineales

(back to top)

Acknowledgments

(back to top)

Releases

No releases published

Packages

No packages published

Languages