···
Sign in
···
···
leetcode
hashtag
About
Reviews
Updates
1
Followers
0
Experts
Experts
life-hacker
· 15
lilacse
· 457
lochard
· 12
simplestack
Posts
Threads
simplestack
10 months ago
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
3 years ago
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
3 years ago
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
4 years ago
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
4 years ago
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
4 years ago
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
4 years ago
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
6 years ago
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...