Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Coding section #439

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

perfectdash
Copy link

@perfectdash perfectdash commented Oct 30, 2023

Added Some of the best Techniques to ace the coding test . Hoping it will be helpful .

A code to count the connected components in a graph
Added Connnect_components_using_DFS.cpp
Cycle_detection_using_DSU
…ing_DSU

Added  Cycle_detection_using_DSU.cpp
Added the standard CP template for Union Find Algorithm
Added the standard template for CP of segment trees
It is an extension of the Segment tree where time complexity is reduced by propagating the updates in lazy fashion
An code optimised way of handling the range  queries and updates but with some limitations along with usefulness in CP
A must question for interviews and coding test solved using BIT .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants