Skip to content
View vivek1011's full-sized avatar

Block or report vivek1011

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Segment-tree-lazy-propagation- Segment-tree-lazy-propagation- Public

    Complexity O(log n) range updation and O(log n) range query

    C++ 1

  2. Generate-fibonacci Generate-fibonacci Public

    Time complexity - O(log n)

    C++ 1

  3. Query-square-root-decomposition Query-square-root-decomposition Public

    Time comlexity - O( ( M+N )*sqrt(N) )

    C++

  4. Some-basic-Tricks- Some-basic-Tricks- Public

    Short tricks to be used instantly

    C++

  5. Union-Find- Union-Find- Public

    Complexity-O(5/6) (means constant complexity almost)

    C++

  6. Kmp-string-searching Kmp-string-searching Public

    complexity - O(Patternlength + Textlength)

    C++