Skip to content

Conversation

Sreekar-Reddy-D
Copy link

This PR adds:

  • Trie data structure (trie.cpp + README)
  • Segment Tree with point updates and range sum queries
  • Segment Tree with Lazy Propagation (range updates)
  • Proper documentation for both in README.md files

Location:

  • code/data_structures/src/trie/
  • code/data_structures/src/segment_tree/

Tested using sample cases in main() functions.

@Sreekar-Reddy-D
Copy link
Author

Hi! I’ve added Trie and Segment Tree implementations following the style guide. Please review and let me know if changes are needed. Thanks!

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