com.adamjwh.pratice.offer.FindInArrays二維數組中的查找
com.adamjwh.pratice.offer.ReplaceSpace替換空格
com.adamjwh.pratice.offer.PrintList從頭到尾打印鏈表
com.adamjwh.pratice.offer.ReConstructTree重建二叉樹
com.adamjwh.pratice.offer.MakeQueueWithStack用兩個棧實現隊列
com.adamjwh.pratice.offer.RotateArray旋轉數組的最小數組
com.adamjwh.pratice.offer.FindFibonacci斐波那契數列
com.adamjwh.pratice.offer.JumpTimes跳臺階
com.adamjwh.pratice.offer.JumpTimesII變態跳臺階
com.adamjwh.pratice.offer.Rectangle矩形覆蓋
com.adamjwh.pratice.offer.PrintNumberOne二進制中1的個數
com.adamjwh.pratice.offer.ThePowerOfBase數值的整數次方
com.adamjwh.pratice.offer.ReOrderArray調整數組順序使奇數位于偶數前面
com.adamjwh.pratice.offer.FindK 輸入一個鏈表,輸出該鏈表中倒數第k個結點
com.adamjwh.pratice.offer.ReverseTheList 反轉鏈表
com.adamjwh.pratice.offer.MergeList 合并兩個排序的鏈表
com.adamjwh.pratice.offer.JudgeSubTree 數的子結構
com.adamjwh.pratice.offer.MirrorTree 二叉樹的鏡像
com.adamjwh.pratice.offer.PrintArrayClockwise 順時針打印矩陣
com.adamjwh.pratice.offer.MakeStack 包含min函數的棧
com.adamjwh.pratice.offer.JudgePopOrder 棧的壓入、彈出序列
com.adamjwh.pratice.offer.PrintTree 從上往下打印二叉樹
com.adamjwh.pratice.offer.JudgePostOrder 二叉搜索樹的后續遍歷序列
com.adamjwh.pratice.offer.FindThePath 二叉樹中,和為某一值的路徑
com.adamjwh.pratice.offer.CloneList 復雜鏈表的復制
com.adamjwh.pratice.offer.ConvertTree 二叉搜索樹與雙向鏈表
com.adamjwh.pratice.offer.PermuteStr 字符串的排列
com.adamjwh.pratice.offer.MoreThanHalfNum 數組中出現數組超過一半的數字
com.adamjwh.pratice.offer.GetLeastNumbers 最小的K個數
com.adamjwh.pratice.offer.SumOfSubArray 連續子數組最大和
com.adamjwh.pratice.offer.NumberOfOne 整數中1出現的次數
com.adamjwh.pratice.offer.PrintMinNum 把數組排成最小的樹
com.adamjwh.pratice.offer.UglyNumber 丑數
com.adamjwh.pratice.offer.FirstNotRepeat 第一個只出現一次的字符位置
com.adamjwh.pratice.offer.InversePairsNum 數組中的逆序對
com.adamjwh.pratice.offer.FindFirstCommonNode 兩個鏈表的第一個公共結點
com.adamjwh.pratice.offer.GetNumberOfK 數字在排序數組中出現的次數
com.adamjwh.pratice.offer.GetTreeDepth 二叉樹的深度
com.adamjwh.pratice.offer.BalancedTree 平衡二叉樹
com.adamjwh.pratice.offer.NumAppearOnce 數組中只出現一次的數字
com.adamjwh.pratice.offer.ContinuousSequence 和為S的連續正數序列
com.adamjwh.pratice.offer.FindNumsSum 和為S的兩個數字
com.adamjwh.pratice.offer.LeftRotateStringTest 左旋轉字符串
com.adamjwh.pratice.offer.ReverseSentenceTest 翻轉單子順序列
com.adamjwh.pratice.offer.isContinuous 撲克牌順子
com.adamjwh.pratice.offer.LastRemaining 孩子們的游戲(圓圈中最后剩下的數)
com.adamjwh.pratice.offer.Sum 求1+2+3+...+n
com.adamjwh.pratice.offer.AddTest 不用加減乘除做加法
com.adamjwh.pratice.offer.StrToIntTest 把字符串轉換成整數