沒有前段經(jīng)驗, 沒做過小程序, 沒畫原型沒有設計沒有排期沒有… 就是好奇瞎玩能做成什么樣, 進度隨緣 Day1 總結(jié) 1. 用原生TabBar(底部導航)在app.json設...

沒有前段經(jīng)驗, 沒做過小程序, 沒畫原型沒有設計沒有排期沒有… 就是好奇瞎玩能做成什么樣, 進度隨緣 Day1 總結(jié) 1. 用原生TabBar(底部導航)在app.json設...
問題描述 Given a Binary Search Tree (BST), convert it to a Greater Tree such that every key...
問題描述 The thief has found himself a new place for his thievery again. There is only one ...
題目描述 Invert a binary tree.**注:返回tree的鏡像樹 思路1 用recursive的方法,先判斷if (root)然后交換其左右兩個node的位置...
問題描述 You are a professional robber planning to rob houses along a street. Each house ha...
##問題描述 Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements...
總算覺得Comp arch的TA沒白當hhh 問題描述 The Hamming distance between two integers is the number of ...
問題描述 Alice and Bob have candy bars of different sizes: A[i] is the size of the i-th bar...
問題描述 Given a binary tree, you need to compute the length of the diameter of the tree. T...
問題描述 Given two non-empty binary trees s and t, check whether tree t has exactly the sam...
問題描述 Given two binary trees and imagine that when you put one of them to cover the othe...
問題描述 Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (repre...
問題描述 Given a non-empty array of integers, return the k most frequent elements. Example ...
問題描述 Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULLOutput: 5->4->3->...
問題描述 Given a non-empty array containing only positive integers, find if the array can b...
問題描述 Suppose you have a random list of people standing in a queue. Each person is descr...
問題描述 Given a string s consists of upper/lower-case alphabets and empty space characters...
問題描述 Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ ...
問題描述 Given an input string (s) and a pattern (p), implement regular expression matching...
問題描述 Given an array nums of n integers where n > 1, return an array output such that o...