Skip to content

Adri-md-1208/Python-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Data-Structures

Fundamental data structures based on the Python language

Table of contents

General info

A data structure is a particular way storing and organizing data in a computer for efficient access and modification.

The data structures can be linear or non-linear depending on the way it stores the data. The python language also have some predefined data structures. All data structures have defined own algorithms for different proposes.

Technologies

  • Python: 3.8.4

You can also see your python version by typing in the command line:

python --version

or opening the python shell and check the version:

Version

Setup

Nothing for now.

Building

I am refactoring the classes for better performance.

Releases

No releases published

Packages

No packages published

Languages