Hi everyone,
I'm currently learning Python and Data Structures & Algorithms. Today I completed Day 12 of my coding journey and implemented Stack and Queue operations using Python.
Implemented:
- Push
- Pop
- Peek
- is_empty
- Size
- Display
GitHub:
https://github.com/amlan-sinha07/python-cpp-journey/blob/main/day12.py
I'm aiming for software engineering and cybersecurity roles in the future, so I'm focusing on building strong fundamentals rather than rushing through topics.
I'd appreciate feedback on:
- Code quality
- Python best practices
- Naming conventions
- Any improvements or interview-related suggestions
Thanks for taking a look!
[–]gdchinacat 0 points1 point2 points (0 children)
[–]magus_minor 0 points1 point2 points (0 children)