1. 6 - ZigZag Conversion

    6 - ZigZag Conversion

    2022/03/08 String

  2. 5 - Longest Palindromic Substring

    5 - Longest Palindromic Substring

    2022/03/08 DP

  3. 4 - Median of Two Sorted Arrays

    4 Median of Two Sorted Arrays

    2022/03/08 BinarySearch

  4. 3 - Longest Substring without Repeating Characters

    Longest Substring without Repeating Characters

    2022/03/08 SlidingWindow String

  5. 2 - Add Two Numbers

    Add Two Numbers

    2022/03/08 LinkedList

  6. 1 - 2Sum

    2Sum

    2022/03/08 Array Sort

  7. Kubernetes Interview Questions and Answers

    1. What is Kubernetes? This is one of the most basic Kubernetes interview questions yet one of the most important ones! Kubernetes is an open-source container orchestration tool or system that is used to automate tasks such as the management, monitoring, scaling, and deployment of containerized applications. It is used to easily manage several containers (since it can handle grouping of containers), which provides for logical units that can be discovered and managed.

    2022/03/01 Cloud