最新 最热

C语言一维数组二维数组、字符数组【C语言学习笔记】

同一数组中每个元素的数据类型(int long short double float char...)必须相同。

2022-10-26
0

Leetcode 题目解析之 Word Pattern

Given a pattern and a string str, find if str follows the same pattern.

2022-01-14
0

LeetCode 0192 - Word Frequency

Write a bash script to calculate the frequency of each word in a text file words.txt.

2021-08-11
0

LeetCode 0182 - Duplicate Emails

Write a SQL query to find all duplicate emails in a table named Person.

2021-08-11
0

LeetCode 0208 - Implement Trie (Prefix Tree)

Implement a trie with insert, search, and startsWith methods.

2021-08-11
0

LeetCode 0211 - Add and Search Word - Data structure design

Design a data structure that supports the following two operations:

2021-08-11
0

LeetCode 0290 - Word Pattern

Given a pattern and a string str, find if str follows the same pattern.

2021-08-11
0

Codeforces Beta Round #8 A. Train and Peter

Peter likes to travel by train. He likes it so much that on the train he falls asleep.

2020-09-28
0

Trie - 208. Implement Trie (Prefix Tree)

Implement a trie with insert, search, and startsWith methods.

2020-09-23
0

Trie - 211. Add and Search Word - Data structure design

211. Add and Search Word - Data structure design Design a data structure that supports the following two operations:

2020-09-23
1