Skip to content

Add Lab 5 and Lab 6 data structure and algorithm examples#1

Open
abhishek-Jain24 wants to merge 2 commits intosarih-cloud:mainfrom
abhishek-Jain24:main
Open

Add Lab 5 and Lab 6 data structure and algorithm examples#1
abhishek-Jain24 wants to merge 2 commits intosarih-cloud:mainfrom
abhishek-Jain24:main

Conversation

@abhishek-Jain24
Copy link
Copy Markdown

@abhishek-Jain24 abhishek-Jain24 commented Oct 18, 2025

Hacktoberfest Contribution Request

Hello maintainers! πŸ‘‹

I've added comprehensive implementations for Lab-5 and Lab-6 to enhance the DSA learning resources:

πŸ†• New Features Added:

Lab-5 - Advanced Data Structures:

  • 🌳 Binary Tree with multiple traversal methods
  • πŸ•ΈοΈ Graph implementation using adjacency list
  • πŸ”‘ Hash Table with separate chaining

Lab-6 - Algorithms:

  • πŸ“Š 5 sorting algorithms with complexity analysis
  • πŸ” Searching algorithms (linear & binary)
  • πŸ”„ Recursion examples including Tower of Hanoi

πŸ“š Educational Value:

  • All code includes comprehensive documentation
  • Time and space complexity analysis
  • Demo functions for easy testing
  • Professional code structure

This contribution adds significant educational value for students learning Data Structures and Algorithms.

Could you please add the hacktoberfest-accepted label to this PR?

Thank you for maintaining this valuable educational resource! πŸŽ“

sarih-cloud and others added 2 commits October 18, 2025 05:37
Added Lab-5 with implementations and demos for binary trees, graphs (adjacency list), and hash tables. Added Lab-6 with sorting algorithms, searching algorithms, and recursion examples, each with demonstration code and README instructions.
@sarih-cloud sarih-cloud force-pushed the main branch 28 times, most recently from e5bc4ed to 996a641 Compare October 22, 2025 22:27
@sarih-cloud sarih-cloud force-pushed the main branch 30 times, most recently from 5f94128 to 74def03 Compare October 30, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants