AlgoStreak

  • Home

  • Interview

    • Online Assessment Question
    • Easy Interview Question
    • Medium Interview Question
    • Hard Interview Question
    • Amazon Interview Questions
    • Google Interview Questions
    • Microsoft Interview Questions
  • CP & Algo

    • Ladder I
    • Ladder II
    • Ladder III
  • Article

  • Discuss

  • More

    Use tab to navigate through the menu items.
    • All Posts
    • Adobe
    • Amazon
    • Facebook
    • Google
    • Microsoft
    • Goldman Sachs
    • Directi
    • Array
    • Interviewbit
    • JP Morgan
    • LinkedIn
    • Math
    • Oracle
    • Paypal
    • VMWare
    • Yahoo
    • Binary Search
    • String
    • Bit Manipulation
    • Two Pointers
    • Flipkart
    • Amazon
    Search

    Minimum Parantheses! - InterviewBit Solution

    Given a string A of parantheses ‘(‘ or ‘)’. The task is to find minimum number of parentheses ‘(‘ or ‘)’ (at any positions) we must add to

    Pretty Json - InterviewBit Solution

    Given a string A representing JSON object. Return an array of the string denoting JSON object with proper indentation.

    Minimum Appends for Palindrome! - InterviewBit Solution

    Given a string A consisting of lowercase characters. We need to tell minimum characters to be appended (insertion at end) to make the strin

    Remove Consecutive Characters - InterviewBit Solution

    Given a string A and integer B, remove all consecutive same characters that have length exactly B.

    Vowel and Consonant Substrings! - InterviewBit Solution

    Given a string A consisting of lowercase characters. You have to find the number of substrings in A which starts with vowel and end with co

    LCM of an Array with Modulo

    Find LCM of N numbers, with modulo M, where for this problem statement M is 1e9 + 7.

    Justified Text - InterviewBit Solution

    Given a string A representing JSON object. Return an array of the string denoting JSON object with proper indentation. Rules for proper inde

    Zigzag String - InterviewBit Solution

    The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a f

    Multiply Strings - InterviewBit Solution

    Multiply Strings in C++, without using libraries for this purpose.

    Power of 2 - InterviewBit Solution

    Find if the given number is a power of 2 or not. More specifically, find if the given number can be expressed as 2^k where k >= 1.
    1
    23

    Contact us: 

    support@algostreak.com

    Terms of Service | Privacy Policy

    Copyright © 2020 AlgoStreak