|
| 1 | +- 程序员面试金典题解 |
| 2 | + - [01.01.Is Unique](/lcci/01.01.Is%20Unique/README.md) |
| 3 | + - [01.02.Check Permutation](/lcci/01.02.Check%20Permutation/README.md) |
| 4 | + - [01.03.String to URL](/lcci/01.03.String%20to%20URL/README.md) |
| 5 | + - [01.04.Palindrome Permutation](/lcci/01.04.Palindrome%20Permutation/README.md) |
| 6 | + - [01.05.One Away](/lcci/01.05.One%20Away/README.md) |
| 7 | + - [01.06.Compress String](/lcci/01.06.Compress%20String/README.md) |
| 8 | + - [01.07.Rotate Matrix](/lcci/01.07.Rotate%20Matrix/README.md) |
| 9 | + - [01.08.Zero Matrix](/lcci/01.08.Zero%20Matrix/README.md) |
| 10 | + - [01.09.String Rotation](/lcci/01.09.String%20Rotation/README.md) |
| 11 | + - [02.01.Remove Duplicate Node](/lcci/02.01.Remove%20Duplicate%20Node/README.md) |
| 12 | + - [02.02.Kth Node From End of List](/lcci/02.02.Kth%20Node%20From%20End%20of%20List/README.md) |
| 13 | + - [02.03.Delete Middle Node](/lcci/02.03.Delete%20Middle%20Node/README.md) |
| 14 | + - [02.04.Partition List](/lcci/02.04.Partition%20List/README.md) |
| 15 | + - [02.05.Sum Lists](/lcci/02.05.Sum%20Lists/README.md) |
| 16 | + - [02.06.Palindrome Linked List](/lcci/02.06.Palindrome%20Linked%20List/README.md) |
| 17 | + - [02.07.Intersection of Two Linked Lists](/lcci/02.07.Intersection%20of%20Two%20Linked%20Lists/README.md) |
| 18 | + - [02.08.Linked List Cycle](/lcci/02.08.Linked%20List%20Cycle/README.md) |
| 19 | + - [03.01.Three in One](/lcci/03.01.Three%20in%20One/README.md) |
| 20 | + - [03.02.Min Stack](/lcci/03.02.Min%20Stack/README.md) |
| 21 | + - [03.03.Stack of Plates](/lcci/03.03.Stack%20of%20Plates/README.md) |
| 22 | + - [03.04.Implement Queue using Stacks](/lcci/03.04.Implement%20Queue%20using%20Stacks/README.md) |
| 23 | + - [03.05.Sort of Stacks](/lcci/03.05.Sort%20of%20Stacks/README.md) |
| 24 | + - [03.06.Animal Shelter](/lcci/03.06.Animal%20Shelter/README.md) |
| 25 | + - [04.01.Route Between Nodes](/lcci/04.01.Route%20Between%20Nodes/README.md) |
| 26 | + - [04.02.Minimum Height Tree](/lcci/04.02.Minimum%20Height%20Tree/README.md) |
| 27 | + - [04.03.List of Depth](/lcci/04.03.List%20of%20Depth/README.md) |
| 28 | + - [04.04.Check Balance](/lcci/04.04.Check%20Balance/README.md) |
| 29 | + - [04.05.Legal Binary Search Tree](/lcci/04.05.Legal%20Binary%20Search%20Tree/README.md) |
| 30 | + - [04.06.Successor](/lcci/04.06.Successor/README.md) |
| 31 | + - [04.08.First Common Ancestor](/lcci/04.08.First%20Common%20Ancestor/README.md) |
| 32 | + - [04.09.BST Sequences](/lcci/04.09.BST%20Sequences/README.md) |
| 33 | + - [04.10.Check SubTree](/lcci/04.10.Check%20SubTree/README.md) |
| 34 | + - [04.12.Paths with Sum](/lcci/04.12.Paths%20with%20Sum/README.md) |
| 35 | + - [05.01.Insert Into Bits](/lcci/05.01.Insert%20Into%20Bits/README.md) |
| 36 | + - [05.02.Bianry Number to String](/lcci/05.02.Bianry%20Number%20to%20String/README.md) |
| 37 | + - [05.03.Reverse Bits](/lcci/05.03.Reverse%20Bits/README.md) |
| 38 | + - [05.04.Closed Number](/lcci/05.04.Closed%20Number/README.md) |
| 39 | + - [05.06.Convert Integer](/lcci/05.06.Convert%20Integer/README.md) |
| 40 | + - [05.07.Exchange](/lcci/05.07.Exchange/README.md) |
| 41 | + - [05.08.Draw Line](/lcci/05.08.Draw%20Line/README.md) |
| 42 | + - [08.01.Three Steps Problem](/lcci/08.01.Three%20Steps%20Problem/README.md) |
| 43 | + - [08.02.Robot in a Grid](/lcci/08.02.Robot%20in%20a%20Grid/README.md) |
| 44 | + - [08.03.Magic Index](/lcci/08.03.Magic%20Index/README.md) |
| 45 | + - [08.04.Power Set](/lcci/08.04.Power%20Set/README.md) |
| 46 | + - [08.05.Recursive Mulitply](/lcci/08.05.Recursive%20Mulitply/README.md) |
| 47 | + - [08.06.Hanota](/lcci/08.06.Hanota/README.md) |
| 48 | + - [08.07.Permutation I](/lcci/08.07.Permutation%20I/README.md) |
| 49 | + - [08.08.Permutation II](/lcci/08.08.Permutation%20II/README.md) |
| 50 | + - [08.09.Bracket](/lcci/08.09.Bracket/README.md) |
| 51 | + - [08.10.Color Fill](/lcci/08.10.Color%20Fill/README.md) |
| 52 | + - [08.11.Coin](/lcci/08.11.Coin/README.md) |
| 53 | + - [08.12.Eight Queens](/lcci/08.12.Eight%20Queens/README.md) |
| 54 | + - [08.13.Pile Box](/lcci/08.13.Pile%20Box/README.md) |
| 55 | + - [08.14.Boolean Evaluation](/lcci/08.14.Boolean%20Evaluation/README.md) |
| 56 | + - [10.01.Sorted Merge](/lcci/10.01.Sorted%20Merge/README.md) |
| 57 | + - [10.02.Group Anagrams](/lcci/10.02.Group%20Anagrams/README.md) |
| 58 | + - [10.03.Search Rotate Array](/lcci/10.03.Search%20Rotate%20Array/README.md) |
| 59 | + - [10.05.Sparse Array Search](/lcci/10.05.Sparse%20Array%20Search/README.md) |
| 60 | + - [10.09.Sorted Matrix Search](/lcci/10.09.Sorted%20Matrix%20Search/README.md) |
| 61 | + - [10.10.Rank from Stream](/lcci/10.10.Rank%20from%20Stream/README.md) |
| 62 | + - [10.11.Peaks and Valleys](/lcci/10.11.Peaks%20and%20Valleys/README.md) |
| 63 | + - [16.01.Swap Numbers](/lcci/16.01.Swap%20Numbers/README.md) |
| 64 | + - [16.02.Words Frequency](/lcci/16.02.Words%20Frequency/README.md) |
| 65 | + - [16.03.Intersection](/lcci/16.03.Intersection/README.md) |
| 66 | + - [16.04.Tic-Tac-Toe](/lcci/16.04.Tic-Tac-Toe/README.md) |
| 67 | + - [16.05.Factorial Zeros](/lcci/16.05.Factorial%20Zeros/README.md) |
| 68 | + - [16.06.Smallest Difference](/lcci/16.06.Smallest%20Difference/README.md) |
| 69 | + - [16.07.Maximum](/lcci/16.07.Maximum/README.md) |
| 70 | + - [16.08.English Int](/lcci/16.08.English%20Int/README.md) |
| 71 | + - [16.09.Operations](/lcci/16.09.Operations/README.md) |
| 72 | + - [16.10.Living People](/lcci/16.10.Living%20People/README.md) |
| 73 | + - [16.11.Diving Board](/lcci/16.11.Diving%20Board/README.md) |
| 74 | + - [16.13.Bisect Squares](/lcci/16.13.Bisect%20Squares/README.md) |
| 75 | + - [16.14.Best Line](/lcci/16.14.Best%20Line/README.md) |
| 76 | + - [16.15.Master Mind](/lcci/16.15.Master%20Mind/README.md) |
| 77 | + - [16.16.Sub Sort](/lcci/16.16.Sub%20Sort/README.md) |
| 78 | + - [16.17.Contiguous Sequence](/lcci/16.17.Contiguous%20Sequence/README.md) |
| 79 | + - [16.18.Pattern Matching](/lcci/16.18.Pattern%20Matching/README.md) |
| 80 | + - [16.19.Pond Sizes](/lcci/16.19.Pond%20Sizes/README.md) |
| 81 | + - [16.20.T9](/lcci/16.20.T9/README.md) |
| 82 | + - [16.21.Sum Swap](/lcci/16.21.Sum%20Swap/README.md) |
| 83 | + - [16.22.Langtons Ant](/lcci/16.22.Langtons%20Ant/README.md) |
| 84 | + - [16.24.Pairs With Sum](/lcci/16.24.Pairs%20With%20Sum/README.md) |
| 85 | + - [16.25.LRU Cache](/lcci/16.25.LRU%20Cache/README.md) |
| 86 | + - [16.26.Calculator](/lcci/16.26.Calculator/README.md) |
| 87 | + - [17.01.Add Without Plus](/lcci/17.01.Add%20Without%20Plus/README.md) |
| 88 | + - [17.04.Missing Number](/lcci/17.04.Missing%20Number/README.md) |
| 89 | + - [17.05.Find Longest Subarray](/lcci/17.05.Find%20Longest%20Subarray/README.md) |
| 90 | + - [17.06.Number Of 2s In Range](/lcci/17.06.Number%20Of%202s%20In%20Range/README.md) |
| 91 | + - [17.07.Baby Names](/lcci/17.07.Baby%20Names/README.md) |
| 92 | + - [17.08.Circus Tower](/lcci/17.08.Circus%20Tower/README.md) |
| 93 | + - [17.09.Get Kth Magic Number](/lcci/17.09.Get%20Kth%20Magic%20Number/README.md) |
| 94 | + - [17.10.Find Majority Element](/lcci/17.10.Find%20Majority%20Element/README.md) |
| 95 | + - [17.11.Find Closest](/lcci/17.11.Find%20Closest/README.md) |
| 96 | + - [17.12.BiNode](/lcci/17.12.BiNode/README.md) |
| 97 | + - [17.13.Re-Space](/lcci/17.13.Re-Space/README.md) |
| 98 | + - [17.14.Smallest K](/lcci/17.14.Smallest%20K/README.md) |
| 99 | + - [17.15.Longest Word](/lcci/17.15.Longest%20Word/README.md) |
| 100 | + - [17.16.The Masseuse](/lcci/17.16.The%20Masseuse/README.md) |
| 101 | + - [17.17.Multi Search](/lcci/17.17.Multi%20Search/README.md) |
| 102 | + - [17.18.Shortest Supersequence](/lcci/17.18.Shortest%20Supersequence/README.md) |
| 103 | + - [17.19.Missing Two](/lcci/17.19.Missing%20Two/README.md) |
| 104 | + - [17.20.Continuous Median](/lcci/17.20.Continuous%20Median/README.md) |
| 105 | + - [17.21.Volume of Histogram](/lcci/17.21.Volume%20of%20Histogram/README.md) |
| 106 | + - [17.22.Word Transformer](/lcci/17.22.Word%20Transformer/README.md) |
| 107 | + - [17.23.Max Black Square](/lcci/17.23.Max%20Black%20Square/README.md) |
| 108 | + - [17.24.Max Submatrix](/lcci/17.24.Max%20Submatrix/README.md) |
| 109 | + - [17.25.Word Rectangle](/lcci/17.25.Word%20Rectangle/README.md) |
| 110 | + - [17.26.Sparse Similarity](/lcci/17.26.Sparse%20Similarity/README.md) |
0 commit comments