原文題目
A trie (pronounced as "try") or prefix tree is a tree data struct...
MediumRelated Topics: Array / Hash Table / Math / MatrixLeetCode Source
解題想法
整...
前言
本日進度:
[x] 6 題 general skills
[ ] 第一堂課比較簡單就拆兩次看就好,【成大資安社社課】手把手Python教學 --- 從入...
Top K Numbers介紹大綱:
《上篇》
介紹Binary Heap(二元堆積)的結構與特性
Binary Heap與陣列的關係
《中篇》
Bin...
為什麼學習演算法?
第一次接觸 Leetcode 時,看到題目時直接傻住,因為題目都是英文,光是理解題意就讓我非常頭疼。那時,我發現自己的英文能力不足,甚至無...
原文題目
You are given an integer array nums. You are initially positioned at the ar...