Skip to content

Jeremy's Implementation of some of the most used data structures in Python 🐍

License

Notifications You must be signed in to change notification settings

JeremyTechDev/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Structures by Jeremy πŸ§‘β€πŸ’»

A collection of the most important data structures in the Computer Science world using Python 🐍. Includes my implementation of these structures and some methods to play them. Unit tests guarantee their functionality βœ….

Folder Structure

β”œβ”€β”€ [some_data_structure]           # Name of the data structure container in the folder
    β”œβ”€β”€ __init__.py                     # init file to handle in-folder imports
    β”œβ”€β”€ [data_structure].py             # file containing the structure logic
    └── tests.py                        # unit test for the data structure

Test

To test a certain data structure, just run tests.py file with python3 inside the structure folder:

python3 Doubly\ Linked\ List/tests.py

Pull Requests & Issues

Feel free to send a Pull Request or open an Issue within this repository. It is being actively maintained and constantly improved.

Author

Jeremy MuΓ±oz Torres - Junior Software Developer πŸ§‘β€πŸ’» - GitHub Profile - LinkedIn Profile

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Languages