Waivio

leetcode

Experts

simplestack

PeakD

F*ck Leetcode! Why Roy’s Story Matters

Today, let’s dive into something that’s been buzzing around the tech world: the case of Roy and why it’s a wake-up call for our industry...

lochard

Leetcode - 139. Word Break

Given a string s and a dictionary of strings wordDict, return true if s can be segmented into a space-separated sequence of one or more d...

lochard

Leetcode - 1089. Duplicate Zeros

Given a fixed-length integer array arr, duplicate each occurrence of zero, shifting the remaining elements to the right. Note that elemen...

lilacse

Little Leetcode Adventures 3: Pow(x, n)

Raising numbers to their powers... this has to be mathematics, right? Photo by Thomas T on Unsplash. It's been some time since the last ...

life-hacker

LeetCode Challenge (Python3). Problem#3

Source Introduction of this challenge: I recently decided to improve my programming skills, so I started using LeetCode to achieve this...

life-hacker

LeetCode Challenge (Python3). Problem 2

Source Introduction of this challenge: I recently decided to improve my programming skills, so I started using LeetCode to achieve this...

life-hacker

LeetCode Challenge (Python3). Problem#1

Source I recently decided to improve my programming skills, so I decided to use LeetCode to achieve this goal. However, since I don't ha...

shiziwen

Hive.Blog

one simple implementation of trie in python3

This is the implementation of trie in python3, you can get the question from implement-trie-prefix-tree. class Trie: def __init__(se...