Aina’s Test Field¶
✨ Welcome to my project. ✨ ٩(◕‿◕。)۶ .
This is a Python project focused on implementing Data Structure and Algorithms. The primary goal of this project is to learn DSA concepts through hands-on implementation. In other words, it is a practice-oriented learning project.
The Project uses Python 3.9. To ensure version consistency, it is recommended to create a corresponding virtual environment. All reference materials will be based on the Python 3.9.24 documentation.
It should be noted that this version has reached its End-Of-Life (EOL). For
actual production environment, please use a more recent version. For the sake
of practice, the project may includes some files that are unnecessary for
simple projects, such as the .pyi stub files.
Conventions Followed¶
The following are the conventions that I strive to adhere to. I wuill do my utmost to comply with them, although full compliance may not be ensured in all situations.
Python Enhancement Proposals (PEPs):
Other Relevant Conventions and Guidelines:
Full table of Contents¶
Data Structures
Algorithms
Apilist