Skip to content

🌱 Welcome to JYEN Data Structures

🎓 This project is a comprehensive and educational resource showcasing classic data structures implemented in Python. Whether you're a student, a developer, or a curious learner, this guide will help you master core data structures with clear examples and hands-on notebooks.


📚 What You’ll Find

Dive into well-organized sections, each dedicated to a fundamental data structure:

  • Arrays – Static and dynamic storage structures.
  • Stacks – Last-In, First-Out (LIFO) operations.
  • Queues – First-In, First-Out (FIFO) workflows.
  • Linked Lists – Sequential nodes linked dynamically.
  • Trees – Hierarchical structures for sorted data.

Each section includes:

  • ✨ Concept explanations
  • 💻 Python code examples
  • 📓 Interactive Jupyter Notebooks (coming soon)

🚀 Get Started

Click on a topic in the navigation bar to begin exploring!

If you're viewing this on GitHub, you can also explore the full source code and notebooks here:
🔗 GitHub Repository


🤝 Contributing

This project is open-source and welcomes contributions. Feel free to open issues, suggest improvements, or add your own implementations!


👨‍💻 Author

Made with ❤️ by Joshua Juste Emmanuel Yun Pei NIKIEMA
@yunpei24


"Mastering data structures is the first step toward becoming a great software engineer."