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 91

StringStream – C++

By Bill0412Posted on April 16, 2020
  • HackerRank

Description stringstream is a stream class to operate on strings. It basically implements input/output operations on memory (string) based streams. stringstream can be helpful in different type of […]

StringStream – C++ Read More

Box It! – C++ HackerRank

By Bill0412Posted on April 16, 2020April 16, 2020
  • HackerRank

One thing to note is to convert one of the multipliers to long long in advance so that the result in the middle won’t be […]

Box It! – C++ HackerRank Read More

Classes and Objects – C++ HackerRank

By Bill0412Posted on April 16, 2020April 16, 2020
  • HackerRank

Classes and Objects – C++ HackerRank Read More

Deque-STL – HackerRank

By Bill0412Posted on April 16, 2020
  • HackerRank

The crux here is that a number must be pushed into the deque on its turn since the bigger ones will be obsolete when they […]

Deque-STL – HackerRank Read More

Print Pretty – HackerRank

By Bill0412Posted on April 16, 2020April 16, 2020
  • HackerRank

Three ways to set ioflags: (They are of type ios::fmtflags) All the configurations are global. Example References http://www.cplusplus.com/reference/ios/ios_base/fmtflags/ http://www.cplusplus.com/reference/iomanip/setiosflags/

Print Pretty – HackerRank Read More

Variable Sized Arrays – HackerRank

By Bill0412Posted on April 16, 2020April 16, 2020
  • HackerRank

It’s about C++ vector.

Variable Sized Arrays – HackerRank Read More

3Sum Closest – LeetCode #16

By Bill0412Posted on March 24, 2020March 24, 2020
  • LeetCode

Description Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the sum of the three integers. You […]

3Sum Closest – LeetCode #16 Read More

序列和 – NowCoder IDE Try Out

By Bill0412Posted on March 23, 2020March 23, 2020
  • NowCoder

Description 题目描述 给出一个正整数N和长度L,找出一段长度大于等于L的连续非负整数,他们的和恰好为N。答案可能有多个,我我们需要找出长度最小的那个。例如 N = 18 L = 2:5 + 6 + 7 = 183 + 4 + 5 + 6 = 18都是满足要求的,但是我们输出更短的 5 6 […]

序列和 – NowCoder IDE Try Out Read More

3Sum – #15 LeetCode

By Bill0412Posted on February 21, 2020July 8, 2020
  • LeetCode

Description Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: The solution […]

3Sum – #15 LeetCode Read More

Longest Common Prefix – #14 LeetCode

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

Description Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty […]

Longest Common Prefix – #14 LeetCode Read More

Posts navigation

Older
Next

Leetcode Rating

Recent Posts

  • Longest Common Prefix – #14 LeetCode

    2959. Number of Possible Sets of Closing Branches

    Posted on December 22, 2023December 22, 2023
  • Longest Common Prefix – #14 LeetCode

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

    Posted on December 20, 2023December 20, 2023
  • Longest Common Prefix – #14 LeetCode

    1235. Maximum Profit in Job Scheduling

    Posted on August 30, 2023August 30, 2023
  • Longest Common Prefix – #14 LeetCode

    2830. Maximize the Profit as the Salesman

    Posted on August 29, 2023August 29, 2023
  • Longest Common Prefix – #14 LeetCode

    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