Skip to content

Kickstart Coding

From 0 to 1

  • Home
  • Kickstart
  • LeetCode
  • Development
    • Angular
    • Algorithms
    • C++ & C
    • Computer Vision
    • Data Strcture
    • DEBUG
    • Fullstack
      • Bootstrap
      • JavaScript
      • jQuery
      • Ruby on Rails
      • Vue
    • Linux Inspires
      • Raspberry Pi
    • Networks
    • Machine Learning
    • MATLAB
    • PHP
    • Python
    • SoC
    • Open Source
  • Notes
    • LIfe
    • Books
    • Machine Learning
  • CP
    • HackerRank
  • Resume

Blogs

  • Home
  • Page 93

Longest Palindrome Substring – #5 LeetCode

By Bill0412Posted on February 5, 2020February 6, 2020
  • LeetCode

Description Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Input: “babad” Output: “bab” […]

Longest Palindrome Substring – #5 LeetCode Read More

Median of Two Sorted Arrays – #4 Leetcode

By Bill0412Posted on February 4, 2020February 4, 2020
  • LeetCode

Description There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should […]

Median of Two Sorted Arrays – #4 Leetcode Read More

3. Longest Substring Without Repeating Characters

By Bill0412Posted on February 3, 2020July 31, 2021
  • LeetCode
  • Medium

Description Given a string, find the length of the longest substring without repeating characters. Example 1: Input: “abcabcbb” Output: 3 Explanation: The answer is “abc”, with the […]

3. Longest Substring Without Repeating Characters Read More

Add Two Numbers – #2 LeetCode

By Bill0412Posted on February 2, 2020February 2, 2020
  • LeetCode

Problem You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add […]

Add Two Numbers – #2 LeetCode Read More

Two Sum – #1 LeetCode

By Bill0412Posted on January 31, 2020February 2, 2020
  • LeetCode

Problem Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input […]

Two Sum – #1 LeetCode Read More

Email Domain Validation – PHP Handson

By Bill0412Posted on January 29, 2020September 4, 2020
  • Development
  • PHP

Sometimes it is necessary to check if a mail is valid when a user is trying to register a new account on your website to […]

Email Domain Validation – PHP Handson Read More

Lucky Dip – Kickstart 2018 Round A

By Bill0412Posted on January 28, 2020January 28, 2020
  • Kickstart

For Small Dataset The following should work fine for small data set, even if without the dynamic programming. For Large Dataset The most consuming part […]

Lucky Dip – Kickstart 2018 Round A Read More

Even Digits – Kickstart 2018 Round A

By Bill0412Posted on January 28, 2020January 28, 2020
  • Kickstart

Attempt 1 Following is my first submission, which did not pass. Attempt 2 I find the hint to be more complicated than mine, but it […]

Even Digits – Kickstart 2018 Round A Read More

Mural – Kickstart 2019 Practice Round

By Bill0412Posted on January 28, 2020January 28, 2020
  • Kickstart

Description This is the second problem. Basically about the largest substring. My Submission Accepted

Mural – Kickstart 2019 Practice Round Read More

Number Guessing – Kickstart 2019 Practice Round

By Bill0412Posted on January 28, 2020January 28, 2020
  • Kickstart

Description Basics of Python and output cache clear. My Submission Accepted

Number Guessing – Kickstart 2019 Practice Round Read More

Posts navigation

Older
Next

Leetcode Rating

Recent Posts

  • Number Guessing – Kickstart 2019 Practice Round

    2959. Number of Possible Sets of Closing Branches

    Posted on December 22, 2023December 22, 2023
  • Number Guessing – Kickstart 2019 Practice Round

    1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance

    Posted on December 20, 2023December 20, 2023
  • Number Guessing – Kickstart 2019 Practice Round

    1235. Maximum Profit in Job Scheduling

    Posted on August 30, 2023August 30, 2023
  • Number Guessing – Kickstart 2019 Practice Round

    2830. Maximize the Profit as the Salesman

    Posted on August 29, 2023August 29, 2023
  • Number Guessing – Kickstart 2019 Practice Round

    2811. Check if it is Possible to Split Array

    Posted on August 27, 2023August 27, 2023

Archives

  • December 2023 (2)
  • August 2023 (4)
  • July 2023 (1)
  • April 2023 (1)
  • January 2023 (2)
  • November 2022 (1)
  • October 2022 (1)
  • August 2022 (2)
  • July 2022 (5)
  • June 2022 (2)
  • May 2022 (10)
  • April 2022 (4)
  • March 2022 (10)
  • February 2022 (19)
  • January 2022 (28)
  • December 2021 (26)
  • November 2021 (21)
  • August 2021 (27)
  • July 2021 (92)
  • June 2021 (69)
  • May 2021 (1)
  • April 2021 (19)
  • March 2021 (84)
  • February 2021 (37)
  • January 2021 (18)
  • December 2020 (6)
  • November 2020 (20)
  • October 2020 (58)
  • September 2020 (99)
  • August 2020 (42)
  • July 2020 (41)
  • June 2020 (47)
  • May 2020 (72)
  • April 2020 (35)
  • March 2020 (2)
  • February 2020 (16)
  • January 2020 (9)
  • December 2019 (5)
  • November 2019 (2)
  • October 2019 (5)
  • September 2019 (6)
  • August 2019 (6)
  • July 2019 (6)
  • June 2019 (3)
  • May 2019 (6)
  • April 2019 (1)
  • March 2019 (4)
  • February 2019 (2)
  • January 2019 (6)
  • December 2018 (1)

Tags

Arrays Backtracking blog BST C++ Coursera CS Decision Trees Dynamic Programming Evaluation GDB Graph Hashmap Integer Java K-Nearest Neighbors LeetCode Level Order Traversal life Linked List Linux Linux Kernel Logistic Regression Machine Learning Makefile MATLAB Multi-threading MYSQL npm Palindrome Plot Priority Queue Python Recursion RegEx Rolling Hash skills Sorting SSL String SVM Tree Ubuntu WordPress WSS

Thanks To…

  • Cruel Coding Club
  • WisdomPeak
Copyright © 2025 Kickstart Coding. All Rights Reserved | Blog Diary by Theme Palace