Problem :
Given the root of a binary tree, determine if it is a valid binary sea...
滑動視窗法(Sliding Window)是一種常用於處理子數列或子字串問題的技巧,主要用於解決連續數據結構的問題。其核心思想是使用一個固定或可變長度的視窗,不...
DAY 19 試題
問題描述
給定一個包含 k 個鏈結串列的陣列,每個鏈結串列都已經按照升序排序。請將所有鏈結串列合併為一個排序後的鏈結串列,並返回這個合併後...
原文題目
Given a sorted array of distinct integers and a target value, return the in...
今天也來解Reverse的題目
題目 unpackme
思路
upx是一種open source的可執行程式檔案加殼器加殼=>簡單來說是保護原本code...
二元堆積樹與 AVL 樹操作筆記
二元堆積樹(Heap)
基本定義與特性
Heap(堆積) 是一種完全二元樹(Complete Binary Tree),分...