Skip to content

Add core DSA templates for graphs, trees, linked lists, stacks, queue and hashing - #1

Open
25bai71128 wants to merge 1 commit into
dheereshag:masterfrom
25bai71128:add-core-dsa-templates
Open

Add core DSA templates for graphs, trees, linked lists, stacks, queue and hashing#1
25bai71128 wants to merge 1 commit into
dheereshag:masterfrom
25bai71128:add-core-dsa-templates

Conversation

@25bai71128

Copy link
Copy Markdown

Summary

This PR adds a set of educational Python data structure and algorithm templates for common DSA topics that were previously missing from the repository.

What changed

  • Added BFS and DFS graph traversal templates
  • Added binary search tree and AVL tree implementations
  • Added singly, doubly, and circular linked list implementations
  • Added stack, queue, and deque implementations
  • Added a hash table implementation with separate chaining
  • Updated the repository README to document the new templates

Why

These additions make the repository more complete and useful for learners and contributors who want simple, readable reference implementations.

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.

1 participant