├── .gitignore ├── Archive └── tips.md ├── Interviews ├── Absolute_Minimum.py ├── Alternating_Positive_N_Negative.py ├── BFS_DFS.py ├── Binary_Tree_Level_K_Nodes.py ├── Blocking_Queue.py ├── Coin_Change.py ├── Consecutive_Subarray.py ├── Construct_Max_Tree.py ├── Count_zeros_in_Factorial.py ├── Delete_a_Node_in_BST.py ├── Find_a_Peak.py ├── Find_first_K_Ocurrence.py ├── FizzBuzz_N_Encode_Decode.md ├── Flatten_a_Multilevel_Linked_List.py ├── Flattening_a_Linked_List.py ├── Largest_None_Close_Sum.py ├── Longest_Common_Subsequence.py ├── Longest_Common_Substring.py ├── Longest_Increasing_Subsequence.py ├── Lowest_Common_Ancestor.py ├── Majority_Number.py ├── Min_Heap_N_Random_Num.md ├── Min_Num_to_Composite_Words.py ├── Min_Stack.py ├── Nested_Integer.py ├── Operations_Calculation.py ├── Print_Matrix.py ├── Print_Numbers_With_Five.py ├── Queue_by_Two_Stacks.py ├── Real_Life │ ├── Amazon_Phone_Interview.md │ ├── FiveStars.py │ ├── Interana.md │ ├── Linkedin_First_Phone_Interview.md │ ├── Phone_Interview_Pinterest.md │ ├── Quantcast │ │ ├── Quantcast_Coding_Test.py │ │ └── test_case.txt │ ├── Second_Round_Interview_with_Linkedin.py │ ├── TV.py │ └── Twice_Word_Jumble │ │ ├── README.md │ │ ├── dict │ │ ├── american-abbreviations.70 │ │ ├── american-abbreviations.95 │ │ ├── american-proper-names.35 │ │ ├── american-proper-names.80 │ │ ├── american-proper-names.95 │ │ ├── american-upper.50 │ │ ├── american-upper.60 │ │ ├── american-upper.70 │ │ ├── american-upper.80 │ │ ├── american-upper.95 │ │ ├── american-words.10 │ │ ├── american-words.20 │ │ ├── american-words.35 │ │ ├── american-words.40 │ │ ├── american-words.50 │ │ ├── american-words.55 │ │ ├── american-words.60 │ │ ├── american-words.70 │ │ ├── american-words.80 │ │ ├── american-words.95 │ │ ├── british-abbreviations.55 │ │ ├── british-abbreviations.70 │ │ ├── british-abbreviations.80 │ │ ├── british-abbreviations.95 │ │ ├── british-proper-names.35 │ │ ├── british-proper-names.80 │ │ ├── british-proper-names.95 │ │ ├── british-upper.50 │ │ ├── british-upper.60 │ │ ├── british-upper.70 │ │ ├── british-upper.80 │ │ ├── british-upper.95 │ │ ├── british-words.10 │ │ ├── british-words.20 │ │ ├── british-words.35 │ │ ├── british-words.40 │ │ ├── british-words.50 │ │ ├── british-words.55 │ │ ├── british-words.60 │ │ ├── british-words.70 │ │ ├── british-words.80 │ │ ├── british-words.95 │ │ ├── british_variant_1-abbreviations.55 │ │ ├── british_variant_1-contractions.50 │ │ ├── british_variant_1-proper-names.35 │ │ ├── british_variant_1-upper.35 │ │ ├── british_variant_1-upper.40 │ │ ├── british_variant_1-upper.50 │ │ ├── british_variant_1-upper.60 │ │ ├── british_variant_1-upper.70 │ │ ├── british_variant_1-upper.80 │ │ ├── british_variant_1-upper.95 │ │ ├── british_variant_1-words.10 │ │ ├── british_variant_1-words.20 │ │ ├── british_variant_1-words.35 │ │ ├── british_variant_1-words.40 │ │ ├── british_variant_1-words.50 │ │ ├── british_variant_1-words.55 │ │ ├── british_variant_1-words.60 │ │ ├── british_variant_1-words.70 │ │ ├── british_variant_1-words.80 │ │ ├── british_variant_1-words.95 │ │ ├── british_variant_2-abbreviations.70 │ │ ├── british_variant_2-abbreviations.80 │ │ ├── british_variant_2-abbreviations.95 │ │ ├── british_variant_2-contractions.50 │ │ ├── british_variant_2-contractions.60 │ │ ├── british_variant_2-contractions.70 │ │ ├── british_variant_2-upper.35 │ │ ├── british_variant_2-upper.40 │ │ ├── british_variant_2-upper.50 │ │ ├── british_variant_2-upper.60 │ │ ├── british_variant_2-upper.70 │ │ ├── british_variant_2-upper.80 │ │ ├── british_variant_2-upper.95 │ │ ├── british_variant_2-words.10 │ │ ├── british_variant_2-words.20 │ │ ├── british_variant_2-words.35 │ │ ├── british_variant_2-words.40 │ │ ├── british_variant_2-words.50 │ │ ├── british_variant_2-words.55 │ │ ├── british_variant_2-words.60 │ │ ├── british_variant_2-words.70 │ │ ├── british_variant_2-words.80 │ │ ├── british_variant_2-words.95 │ │ ├── british_z-abbreviations.55 │ │ ├── british_z-abbreviations.70 │ │ ├── british_z-abbreviations.80 │ │ ├── british_z-abbreviations.95 │ │ ├── british_z-proper-names.80 │ │ ├── british_z-proper-names.95 │ │ ├── british_z-upper.50 │ │ ├── british_z-upper.60 │ │ ├── british_z-upper.70 │ │ ├── british_z-upper.80 │ │ ├── british_z-upper.95 │ │ ├── british_z-words.10 │ │ ├── british_z-words.20 │ │ ├── british_z-words.35 │ │ ├── british_z-words.40 │ │ ├── british_z-words.50 │ │ ├── british_z-words.55 │ │ ├── british_z-words.60 │ │ ├── british_z-words.70 │ │ ├── british_z-words.80 │ │ ├── british_z-words.95 │ │ ├── canadian-abbreviations.55 │ │ ├── canadian-abbreviations.70 │ │ ├── canadian-abbreviations.80 │ │ ├── canadian-abbreviations.95 │ │ ├── canadian-proper-names.35 │ │ ├── canadian-proper-names.80 │ │ ├── canadian-proper-names.95 │ │ ├── canadian-upper.50 │ │ ├── canadian-upper.60 │ │ ├── canadian-upper.70 │ │ ├── canadian-upper.80 │ │ ├── canadian-upper.95 │ │ ├── canadian-words.10 │ │ ├── canadian-words.20 │ │ ├── canadian-words.35 │ │ ├── canadian-words.40 │ │ ├── canadian-words.50 │ │ ├── canadian-words.55 │ │ ├── canadian-words.60 │ │ ├── canadian-words.70 │ │ ├── canadian-words.80 │ │ ├── canadian-words.95 │ │ ├── canadian_variant_1-abbreviations.55 │ │ ├── canadian_variant_1-contractions.50 │ │ ├── canadian_variant_1-upper.35 │ │ ├── canadian_variant_1-upper.40 │ │ ├── canadian_variant_1-upper.50 │ │ ├── canadian_variant_1-upper.60 │ │ ├── canadian_variant_1-upper.70 │ │ ├── canadian_variant_1-upper.80 │ │ ├── canadian_variant_1-upper.95 │ │ ├── canadian_variant_1-words.10 │ │ ├── canadian_variant_1-words.20 │ │ ├── canadian_variant_1-words.35 │ │ ├── canadian_variant_1-words.40 │ │ ├── canadian_variant_1-words.50 │ │ ├── canadian_variant_1-words.55 │ │ ├── canadian_variant_1-words.60 │ │ ├── canadian_variant_1-words.70 │ │ ├── canadian_variant_1-words.80 │ │ ├── canadian_variant_1-words.95 │ │ ├── canadian_variant_2-abbreviations.70 │ │ ├── canadian_variant_2-abbreviations.80 │ │ ├── canadian_variant_2-abbreviations.95 │ │ ├── canadian_variant_2-contractions.50 │ │ ├── canadian_variant_2-contractions.60 │ │ ├── canadian_variant_2-contractions.70 │ │ ├── canadian_variant_2-upper.35 │ │ ├── canadian_variant_2-upper.40 │ │ ├── canadian_variant_2-upper.50 │ │ ├── canadian_variant_2-upper.60 │ │ ├── canadian_variant_2-upper.70 │ │ ├── canadian_variant_2-upper.80 │ │ ├── canadian_variant_2-upper.95 │ │ ├── canadian_variant_2-words.10 │ │ ├── canadian_variant_2-words.20 │ │ ├── canadian_variant_2-words.35 │ │ ├── canadian_variant_2-words.40 │ │ ├── canadian_variant_2-words.50 │ │ ├── canadian_variant_2-words.55 │ │ ├── canadian_variant_2-words.60 │ │ ├── canadian_variant_2-words.70 │ │ ├── canadian_variant_2-words.80 │ │ ├── canadian_variant_2-words.95 │ │ ├── english-abbreviations.10 │ │ ├── english-abbreviations.20 │ │ ├── english-abbreviations.35 │ │ ├── english-abbreviations.40 │ │ ├── english-abbreviations.50 │ │ ├── english-abbreviations.55 │ │ ├── english-abbreviations.60 │ │ ├── english-abbreviations.70 │ │ ├── english-abbreviations.80 │ │ ├── english-abbreviations.95 │ │ ├── english-contractions.10 │ │ ├── english-contractions.35 │ │ ├── english-contractions.40 │ │ ├── english-contractions.50 │ │ ├── english-contractions.60 │ │ ├── english-contractions.70 │ │ ├── english-contractions.80 │ │ ├── english-contractions.95 │ │ ├── english-proper-names.35 │ │ ├── english-proper-names.40 │ │ ├── english-proper-names.50 │ │ ├── english-proper-names.60 │ │ ├── english-proper-names.70 │ │ ├── english-proper-names.80 │ │ ├── english-proper-names.95 │ │ ├── english-upper.10 │ │ ├── english-upper.35 │ │ ├── english-upper.40 │ │ ├── english-upper.50 │ │ ├── english-upper.60 │ │ ├── english-upper.70 │ │ ├── english-upper.80 │ │ ├── english-upper.95 │ │ ├── english-words.10 │ │ ├── english-words.20 │ │ ├── english-words.35 │ │ ├── english-words.40 │ │ ├── english-words.50 │ │ ├── english-words.55 │ │ ├── english-words.60 │ │ ├── english-words.70 │ │ ├── english-words.80 │ │ ├── english-words.95 │ │ ├── special-hacker.50 │ │ ├── special-roman-numerals.35 │ │ ├── variant_1-abbreviations.55 │ │ ├── variant_1-contractions.50 │ │ ├── variant_1-proper-names.35 │ │ ├── variant_1-upper.35 │ │ ├── variant_1-upper.40 │ │ ├── variant_1-upper.50 │ │ ├── variant_1-upper.60 │ │ ├── variant_1-upper.70 │ │ ├── variant_1-upper.80 │ │ ├── variant_1-upper.95 │ │ ├── variant_1-words.10 │ │ ├── variant_1-words.20 │ │ ├── variant_1-words.35 │ │ ├── variant_1-words.40 │ │ ├── variant_1-words.50 │ │ ├── variant_1-words.55 │ │ ├── variant_1-words.60 │ │ ├── variant_1-words.70 │ │ ├── variant_1-words.80 │ │ ├── variant_1-words.95 │ │ ├── variant_2-abbreviations.70 │ │ ├── variant_2-abbreviations.80 │ │ ├── variant_2-abbreviations.95 │ │ ├── variant_2-contractions.50 │ │ ├── variant_2-contractions.60 │ │ ├── variant_2-contractions.70 │ │ ├── variant_2-upper.35 │ │ ├── variant_2-upper.40 │ │ ├── variant_2-upper.50 │ │ ├── variant_2-upper.60 │ │ ├── variant_2-upper.70 │ │ ├── variant_2-upper.80 │ │ ├── variant_2-upper.95 │ │ ├── variant_2-words.10 │ │ ├── variant_2-words.20 │ │ ├── variant_2-words.35 │ │ ├── variant_2-words.40 │ │ ├── variant_2-words.50 │ │ ├── variant_2-words.55 │ │ ├── variant_2-words.60 │ │ ├── variant_2-words.70 │ │ ├── variant_2-words.80 │ │ ├── variant_2-words.95 │ │ ├── variant_3-abbreviations.40 │ │ ├── variant_3-abbreviations.95 │ │ ├── variant_3-words.10 │ │ ├── variant_3-words.20 │ │ ├── variant_3-words.35 │ │ ├── variant_3-words.40 │ │ ├── variant_3-words.50 │ │ ├── variant_3-words.55 │ │ ├── variant_3-words.60 │ │ ├── variant_3-words.70 │ │ ├── variant_3-words.80 │ │ └── variant_3-words.95 │ │ └── word_jumble.py ├── Recover_Rotated_Sorted_Array.py ├── Rotated_Mirror_Number.py ├── Search_a_2D_Matrix.py ├── Search_a_2D_Matrix_II.py ├── Search_a_Range_in_BST.py ├── Shortest_Path.py ├── Shuffle.py ├── Sort_by_Stack.py ├── Tree_Helper │ ├── __init__.py │ └── tree_helper.py ├── isOneEditDistance.py └── meizuo.md ├── Jedi └── old_jedi.md ├── LICENSE ├── Ninja ├── Concept_Implement │ ├── Binary_Search.py │ ├── Cache.py │ ├── Closures.md │ ├── ConsistentHashing.py │ ├── HashTable.py │ ├── MapReduce.py │ ├── OOD.py │ └── Trie.py ├── Leetcode Order by Frequency.xlsx ├── Leetcode │ ├── 100_Same_Tree.py │ ├── 101_Symmetric_Tree.py │ ├── 102_Binary_Tree_Level_Order_Traversal.py │ ├── 103_Binary_Tree_Zigzag_Level_Order_Traversal.py │ ├── 104_Maximum_Depth_of_Binary_Tree.py │ ├── 105_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.py │ ├── 106_Construct_Binary_Tree_from_Inorder_and_Postorder_Traversal.py │ ├── 107_Binary_Tree_Level_Order_Traversal_II.py │ ├── 108_Convert_Sorted_Array_to_Binary_Search_Tree.py │ ├── 109_Convert_Sorted_List_to_Binary_Search_Tree.py │ ├── 10_Regular_Expression_Matching.py │ ├── 110_Balanced_Binary_Tree.py │ ├── 111_Minimum_Depth_of_Binary_Tree.py │ ├── 112_Path_Sum.py │ ├── 113_Path_Sum_II.py │ ├── 114_Flatten_Binary_Tree_to_Linked_List.py │ ├── 115_Distinct_Subsequences.py │ ├── 116_Populating_Next_Right_Pointers_in_Each_Node.py │ ├── 117_Populating_Next_Right_Pointers_in_Each_Node_II.py │ ├── 118_Pascals_Triangle.py │ ├── 119_Pascals_Triangle_II.py │ ├── 11_Container_With_Most_Water.py │ ├── 120_Triangle.py │ ├── 121_Best_Time_to_Buy_and_Sell_Stock.py │ ├── 122_Best_Time_to_Buy_and_Sell_Stock_II.py │ ├── 123_Best_Time_to_Buy_and_Sell_Stock_III.py │ ├── 124_Binary_Tree_Maximum_Path_Sum.py │ ├── 125_Valid_Palindrome.py │ ├── 126_Word_Ladder_II.py │ ├── 127_Word_Ladder.py │ ├── 128_Longest_Consecutive_Sequence.py │ ├── 129_Sum_Root_to_Leaf_Numbers.py │ ├── 12_Integer_to_Roman.py │ ├── 130_Surrounded_Regions.py │ ├── 131_Palindrome_Partitioning.py │ ├── 132_Palindrome_Partitioning_II.py │ ├── 133_Clone_Graph.py │ ├── 134_Gas_Station.py │ ├── 135_Candy.py │ ├── 136_Single_Number.py │ ├── 137_Single_Number_II.py │ ├── 138_Copy_List_with_Random_Pointer.py │ ├── 139_Word_Break.py │ ├── 13_Roman_to_Integer.py │ ├── 140_Word_Break_II.py │ ├── 141_Linked_List_Cycle.py │ ├── 142_Linked_List_Cycle_II.py │ ├── 143_Reorder_List.py │ ├── 144_Binary_Tree_Preorder_Traversal.py │ ├── 145_Binary_Tree_Postorder_Traversal.py │ ├── 146_LRU_Cache.py │ ├── 147_Insertion_Sort_List.py │ ├── 148_Sort_List.py │ ├── 149_Max_Points_on_a_Line.py │ ├── 14_Longest_Common_Prefix.py │ ├── 150_Evaluate_Reverse_Polish_Notation.py │ ├── 151_Reverse_Words_in_a_String.py │ ├── 152_Maximum_Product_Subarray.py │ ├── 15_3Sum.py │ ├── 160_Intersection_of_Two_Linked_Lists.py │ ├── 16_3Sum_Closest.py │ ├── 17_Letter_Combinations_of_a_Phone_Number.py │ ├── 18_4Sum.py │ ├── 19_Remove_Nth_Node_From_End_of_List.py │ ├── 1_Two_Sum.py │ ├── 200_Number_of_Islands.py │ ├── 203_Remove_Linked_List_Elements.py │ ├── 206_Reverse_Linked_List.py │ ├── 20_Valid_Parentheses.py │ ├── 21_Merge_Two_Sorted_Lists.py │ ├── 22_Generate_Parentheses.py │ ├── 237_Delete_Node_in_a_Linked_List.py │ ├── 23_Merge_k_Sorted_Lists.py │ ├── 24_Swap_Nodes_in_Pairs.py │ ├── 25_Reverse_Nodes_in_k-Group.py │ ├── 26_Remove_Duplicates_from_Sorted_Array.py │ ├── 27_Remove_Element.py │ ├── 286_Walls_and_Gates.py │ ├── 28_Implement_strStr.py │ ├── 29_Divide_Two_Integers.py │ ├── 2_Add_Two_Numbers.py │ ├── 30_Substring_with_Concatenation_of_All_Words.py │ ├── 31_Next_Permutation.py │ ├── 325_Maximum_Size_Subarray_Sum_Equals_k.py │ ├── 328_Odd_Even_Linked_List.py │ ├── 32_Longest_Valid_Parentheses.py │ ├── 33_Search_in_Rotated_Sorted_Array.py │ ├── 34_Find_First_and_Last_Position_of_Element_in_Sorted_Array.py │ ├── 35_Search_Insert_Position.py │ ├── 369_Plus_One_Linked_List.py │ ├── 36_Valid_Sudoku.py │ ├── 37_Sudoku_Solver.py │ ├── 38_Count_and_Say.py │ ├── 399_Evaluate_Division.py │ ├── 39_Combination_Sum.py │ ├── 3_Longest_Substring_Without_Repeating_Characters.py │ ├── 40_Combination_Sum_II.py │ ├── 41_First_Missing_Positive.py │ ├── 42_Trapping_Rain_Water.py │ ├── 43_Multiply_Strings.py │ ├── 44_Wildcard_Matching.py │ ├── 45_Jump_Game_II.py │ ├── 46_Permutations.py │ ├── 47_Permutations_II.py │ ├── 482_License_Key_Formatting.py │ ├── 489_Robot_Room_Cleaner.py │ ├── 48_Rotate_Image.py │ ├── 49_Group_Anagrams.py │ ├── 4_Median_of_Two_Sorted_Arrays.py │ ├── 50_Powx-n.py │ ├── 51_N-Queens.py │ ├── 52_N-Queens_II.py │ ├── 53_Maximum_Subarray.py │ ├── 54_Spiral_Matrix.py │ ├── 55_Jump_Game.py │ ├── 56_Merge_Intervals.py │ ├── 57_Insert_Interval.py │ ├── 58_Length_of_Last_Word.py │ ├── 59_Spiral_Matrix_II.py │ ├── 5_Longest_Palindromic_Substring.py │ ├── 60_Permutation_Sequence.py │ ├── 61_Rotate_List.py │ ├── 62_Unique_Paths.py │ ├── 63_Unique_Paths_II.py │ ├── 64_Minimum_Path_Sum.py │ ├── 65_Valid_Number.py │ ├── 66_Plus_One.py │ ├── 67_Add_Binary.py │ ├── 68_Text_Justification.py │ ├── 69_Sqrtx.py │ ├── 6_ZigZag_Conversion.py │ ├── 70_Climbing_Stairs.py │ ├── 71_Simplify_Path.py │ ├── 72_Edit_Distance.py │ ├── 73_Set_Matrix_Zeroes.py │ ├── 74_Search_a_2D_Matrix.py │ ├── 75_Sort_Colors.py │ ├── 76_Minimum_Window_Substring.py │ ├── 77_Combinations.py │ ├── 78_Subsets.py │ ├── 79_Word_Search.py │ ├── 7_Reverse_Integer.py │ ├── 80_Remove_Duplicates_from_Sorted_Array_II.py │ ├── 81_Search_in_Rotated_Sorted_Array_II.py │ ├── 82_Remove_Duplicates_from_Sorted_List_II.py │ ├── 83_Remove_Duplicates_from_Sorted_List.py │ ├── 843_Guess_the_Word.py │ ├── 84_Largest_Rectangle_in_Histogram.py │ ├── 85_Maximal_Rectangle.py │ ├── 86_Partition_List.py │ ├── 87_Scramble_String.py │ ├── 88_Merge_Sorted_Array.py │ ├── 890_Find_and_Replace_Pattern.py │ ├── 89_Gray_Code.py │ ├── 8_String_to_Integer_atoi.py │ ├── 90_Subsets_II.py │ ├── 91_Decode_Ways.py │ ├── 92_Reverse_Linked_List_II.py │ ├── 93_Restore_IP_Addresses.py │ ├── 94_Binary_Tree_Inorder_Traversal.py │ ├── 95_Unique_Binary_Search_Trees_II.py │ ├── 96_Unique_Binary_Search_Trees.py │ ├── 97_Interleaving_String.py │ ├── 98_Validate_Binary_Search_Tree.py │ ├── 99_Recover_Binary_Search_Tree.py │ ├── 9_Palindrome_Number.py │ └── __init__.py ├── WhiteBook │ ├── array_str.py │ ├── bst.py │ ├── bt.py │ ├── node.py │ ├── search_n_sort.py │ ├── stack_q.py │ └── tree_node.py ├── basic_concepts.py ├── coding_index.md ├── frequency.md ├── leetcode.py ├── question_names.py ├── rename_script.py └── zz_coding_index.md ├── Pirate ├── knowledge.md ├── push_vs_pull.md └── system_design.md ├── README.md ├── img ├── Facebook_Architecture.pdf ├── Facebook_Chat.pdf ├── Facebook_News_Feed.pdf ├── arch-anganguera.png ├── consistent_hashing.jpg ├── flattenList.png ├── img_fulljoin.gif ├── img_innerjoin.gif ├── img_leftjoin.gif ├── img_rightjoin.gif ├── perfpatrol.png └── queues.png ├── solutions.md └── tool.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/.gitignore -------------------------------------------------------------------------------- /Archive/tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Archive/tips.md -------------------------------------------------------------------------------- /Interviews/Absolute_Minimum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Absolute_Minimum.py -------------------------------------------------------------------------------- /Interviews/Alternating_Positive_N_Negative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Alternating_Positive_N_Negative.py -------------------------------------------------------------------------------- /Interviews/BFS_DFS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/BFS_DFS.py -------------------------------------------------------------------------------- /Interviews/Binary_Tree_Level_K_Nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Binary_Tree_Level_K_Nodes.py -------------------------------------------------------------------------------- /Interviews/Blocking_Queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Blocking_Queue.py -------------------------------------------------------------------------------- /Interviews/Coin_Change.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Coin_Change.py -------------------------------------------------------------------------------- /Interviews/Consecutive_Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Consecutive_Subarray.py -------------------------------------------------------------------------------- /Interviews/Construct_Max_Tree.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Interviews/Count_zeros_in_Factorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Count_zeros_in_Factorial.py -------------------------------------------------------------------------------- /Interviews/Delete_a_Node_in_BST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Delete_a_Node_in_BST.py -------------------------------------------------------------------------------- /Interviews/Find_a_Peak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Find_a_Peak.py -------------------------------------------------------------------------------- /Interviews/Find_first_K_Ocurrence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Find_first_K_Ocurrence.py -------------------------------------------------------------------------------- /Interviews/FizzBuzz_N_Encode_Decode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/FizzBuzz_N_Encode_Decode.md -------------------------------------------------------------------------------- /Interviews/Flatten_a_Multilevel_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Flatten_a_Multilevel_Linked_List.py -------------------------------------------------------------------------------- /Interviews/Flattening_a_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Flattening_a_Linked_List.py -------------------------------------------------------------------------------- /Interviews/Largest_None_Close_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Largest_None_Close_Sum.py -------------------------------------------------------------------------------- /Interviews/Longest_Common_Subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Longest_Common_Subsequence.py -------------------------------------------------------------------------------- /Interviews/Longest_Common_Substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Longest_Common_Substring.py -------------------------------------------------------------------------------- /Interviews/Longest_Increasing_Subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Longest_Increasing_Subsequence.py -------------------------------------------------------------------------------- /Interviews/Lowest_Common_Ancestor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Lowest_Common_Ancestor.py -------------------------------------------------------------------------------- /Interviews/Majority_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Majority_Number.py -------------------------------------------------------------------------------- /Interviews/Min_Heap_N_Random_Num.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Min_Heap_N_Random_Num.md -------------------------------------------------------------------------------- /Interviews/Min_Num_to_Composite_Words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Min_Num_to_Composite_Words.py -------------------------------------------------------------------------------- /Interviews/Min_Stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Min_Stack.py -------------------------------------------------------------------------------- /Interviews/Nested_Integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Nested_Integer.py -------------------------------------------------------------------------------- /Interviews/Operations_Calculation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Operations_Calculation.py -------------------------------------------------------------------------------- /Interviews/Print_Matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Print_Matrix.py -------------------------------------------------------------------------------- /Interviews/Print_Numbers_With_Five.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Print_Numbers_With_Five.py -------------------------------------------------------------------------------- /Interviews/Queue_by_Two_Stacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Queue_by_Two_Stacks.py -------------------------------------------------------------------------------- /Interviews/Real_Life/Amazon_Phone_Interview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Amazon_Phone_Interview.md -------------------------------------------------------------------------------- /Interviews/Real_Life/FiveStars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/FiveStars.py -------------------------------------------------------------------------------- /Interviews/Real_Life/Interana.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Interana.md -------------------------------------------------------------------------------- /Interviews/Real_Life/Linkedin_First_Phone_Interview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Linkedin_First_Phone_Interview.md -------------------------------------------------------------------------------- /Interviews/Real_Life/Phone_Interview_Pinterest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Phone_Interview_Pinterest.md -------------------------------------------------------------------------------- /Interviews/Real_Life/Quantcast/Quantcast_Coding_Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Quantcast/Quantcast_Coding_Test.py -------------------------------------------------------------------------------- /Interviews/Real_Life/Quantcast/test_case.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Quantcast/test_case.txt -------------------------------------------------------------------------------- /Interviews/Real_Life/Second_Round_Interview_with_Linkedin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Second_Round_Interview_with_Linkedin.py -------------------------------------------------------------------------------- /Interviews/Real_Life/TV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/TV.py -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/README.md -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-abbreviations.70: -------------------------------------------------------------------------------- 1 | bor 2 | eq 3 | ger 4 | therap 5 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-abbreviations.95: -------------------------------------------------------------------------------- 1 | gynecol 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-proper-names.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-proper-names.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-proper-names.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-proper-names.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-proper-names.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-proper-names.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.60: -------------------------------------------------------------------------------- 1 | Christianize 2 | Honorable 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/american-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-abbreviations.55: -------------------------------------------------------------------------------- 1 | prev 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-abbreviations.80: -------------------------------------------------------------------------------- 1 | sae 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-abbreviations.95: -------------------------------------------------------------------------------- 1 | Ire's 2 | gynaecol 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-proper-names.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-proper-names.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-proper-names.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-proper-names.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-proper-names.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-proper-names.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.60: -------------------------------------------------------------------------------- 1 | Christianise 2 | Honourable 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-abbreviations.55: -------------------------------------------------------------------------------- 1 | hm 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-proper-names.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-proper-names.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_1-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-abbreviations.80: -------------------------------------------------------------------------------- 1 | mixt 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-abbreviations.95: -------------------------------------------------------------------------------- 1 | Bev 2 | Bev's 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-contractions.60: -------------------------------------------------------------------------------- 1 | Qur'an 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-contractions.70: -------------------------------------------------------------------------------- 1 | howe'er 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.35: -------------------------------------------------------------------------------- 1 | Moslems 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_variant_2-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-abbreviations.55: -------------------------------------------------------------------------------- 1 | prev 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-abbreviations.80: -------------------------------------------------------------------------------- 1 | sae 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-abbreviations.95: -------------------------------------------------------------------------------- 1 | Ire's 2 | gynaecol 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-proper-names.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-proper-names.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-proper-names.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-proper-names.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.60: -------------------------------------------------------------------------------- 1 | Christianize 2 | Honourable 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/british_z-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-abbreviations.55: -------------------------------------------------------------------------------- 1 | prev 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-abbreviations.80: -------------------------------------------------------------------------------- 1 | sae 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-abbreviations.95: -------------------------------------------------------------------------------- 1 | Ire's 2 | gynaecol 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-proper-names.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-proper-names.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-proper-names.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-proper-names.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-proper-names.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-proper-names.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.60: -------------------------------------------------------------------------------- 1 | Christianize 2 | Honourable 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-abbreviations.55: -------------------------------------------------------------------------------- 1 | hm 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_1-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-abbreviations.80: -------------------------------------------------------------------------------- 1 | mixt 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-abbreviations.95: -------------------------------------------------------------------------------- 1 | Bev 2 | Bev's 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-contractions.60: -------------------------------------------------------------------------------- 1 | Qur'an 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-contractions.70: -------------------------------------------------------------------------------- 1 | howe'er 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.35: -------------------------------------------------------------------------------- 1 | Moslems 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/canadian_variant_2-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.10: -------------------------------------------------------------------------------- 1 | Mr 2 | Mrs 3 | cum 4 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.20: -------------------------------------------------------------------------------- 1 | pend 2 | sec 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-abbreviations.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.35: -------------------------------------------------------------------------------- 1 | I'm 2 | ain't 3 | ma'am 4 | o'clock 5 | we're 6 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-contractions.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.35: -------------------------------------------------------------------------------- 1 | Englisher 2 | Latiner 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-proper-names.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/english-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/special-hacker.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/special-hacker.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/special-roman-numerals.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/special-roman-numerals.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-abbreviations.55: -------------------------------------------------------------------------------- 1 | hm 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-proper-names.35: -------------------------------------------------------------------------------- 1 | okayed 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_1-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-abbreviations.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-abbreviations.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-abbreviations.80: -------------------------------------------------------------------------------- 1 | mixt 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-abbreviations.95: -------------------------------------------------------------------------------- 1 | Bev 2 | Bev's 3 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-contractions.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-contractions.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-contractions.60: -------------------------------------------------------------------------------- 1 | Qur'an 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-contractions.70: -------------------------------------------------------------------------------- 1 | howe'er 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.35: -------------------------------------------------------------------------------- 1 | Moslems 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-upper.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_2-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-abbreviations.40: -------------------------------------------------------------------------------- 1 | Messrs 2 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-abbreviations.95: -------------------------------------------------------------------------------- 1 | Jnr 2 | Jnr's 3 | Revd 4 | -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.10 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.20 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.35 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.40 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.50 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.55 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.60 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.70: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.70 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.80 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/dict/variant_3-words.95 -------------------------------------------------------------------------------- /Interviews/Real_Life/Twice_Word_Jumble/word_jumble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Real_Life/Twice_Word_Jumble/word_jumble.py -------------------------------------------------------------------------------- /Interviews/Recover_Rotated_Sorted_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Recover_Rotated_Sorted_Array.py -------------------------------------------------------------------------------- /Interviews/Rotated_Mirror_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Rotated_Mirror_Number.py -------------------------------------------------------------------------------- /Interviews/Search_a_2D_Matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Search_a_2D_Matrix.py -------------------------------------------------------------------------------- /Interviews/Search_a_2D_Matrix_II.py: -------------------------------------------------------------------------------- 1 | """ 2 | Same to the 2D Matrix I, but both row and columns are sorted 3 | """ -------------------------------------------------------------------------------- /Interviews/Search_a_Range_in_BST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Search_a_Range_in_BST.py -------------------------------------------------------------------------------- /Interviews/Shortest_Path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Shortest_Path.py -------------------------------------------------------------------------------- /Interviews/Shuffle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Shuffle.py -------------------------------------------------------------------------------- /Interviews/Sort_by_Stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Sort_by_Stack.py -------------------------------------------------------------------------------- /Interviews/Tree_Helper/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Interviews/Tree_Helper/tree_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/Tree_Helper/tree_helper.py -------------------------------------------------------------------------------- /Interviews/isOneEditDistance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/isOneEditDistance.py -------------------------------------------------------------------------------- /Interviews/meizuo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Interviews/meizuo.md -------------------------------------------------------------------------------- /Jedi/old_jedi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Jedi/old_jedi.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/LICENSE -------------------------------------------------------------------------------- /Ninja/Concept_Implement/Binary_Search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/Binary_Search.py -------------------------------------------------------------------------------- /Ninja/Concept_Implement/Cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/Cache.py -------------------------------------------------------------------------------- /Ninja/Concept_Implement/Closures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/Closures.md -------------------------------------------------------------------------------- /Ninja/Concept_Implement/ConsistentHashing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/ConsistentHashing.py -------------------------------------------------------------------------------- /Ninja/Concept_Implement/HashTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/HashTable.py -------------------------------------------------------------------------------- /Ninja/Concept_Implement/MapReduce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/MapReduce.py -------------------------------------------------------------------------------- /Ninja/Concept_Implement/OOD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/OOD.py -------------------------------------------------------------------------------- /Ninja/Concept_Implement/Trie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Concept_Implement/Trie.py -------------------------------------------------------------------------------- /Ninja/Leetcode Order by Frequency.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode Order by Frequency.xlsx -------------------------------------------------------------------------------- /Ninja/Leetcode/100_Same_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/100_Same_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/101_Symmetric_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/101_Symmetric_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/102_Binary_Tree_Level_Order_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/102_Binary_Tree_Level_Order_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/103_Binary_Tree_Zigzag_Level_Order_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/103_Binary_Tree_Zigzag_Level_Order_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/104_Maximum_Depth_of_Binary_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/104_Maximum_Depth_of_Binary_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/105_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/105_Construct_Binary_Tree_from_Preorder_and_Inorder_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/106_Construct_Binary_Tree_from_Inorder_and_Postorder_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/106_Construct_Binary_Tree_from_Inorder_and_Postorder_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/107_Binary_Tree_Level_Order_Traversal_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/107_Binary_Tree_Level_Order_Traversal_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/108_Convert_Sorted_Array_to_Binary_Search_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/108_Convert_Sorted_Array_to_Binary_Search_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/109_Convert_Sorted_List_to_Binary_Search_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/109_Convert_Sorted_List_to_Binary_Search_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/10_Regular_Expression_Matching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/10_Regular_Expression_Matching.py -------------------------------------------------------------------------------- /Ninja/Leetcode/110_Balanced_Binary_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/110_Balanced_Binary_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/111_Minimum_Depth_of_Binary_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/111_Minimum_Depth_of_Binary_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/112_Path_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/112_Path_Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/113_Path_Sum_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/113_Path_Sum_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/114_Flatten_Binary_Tree_to_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/114_Flatten_Binary_Tree_to_Linked_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/115_Distinct_Subsequences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/115_Distinct_Subsequences.py -------------------------------------------------------------------------------- /Ninja/Leetcode/116_Populating_Next_Right_Pointers_in_Each_Node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/116_Populating_Next_Right_Pointers_in_Each_Node.py -------------------------------------------------------------------------------- /Ninja/Leetcode/117_Populating_Next_Right_Pointers_in_Each_Node_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/117_Populating_Next_Right_Pointers_in_Each_Node_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/118_Pascals_Triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/118_Pascals_Triangle.py -------------------------------------------------------------------------------- /Ninja/Leetcode/119_Pascals_Triangle_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/119_Pascals_Triangle_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/11_Container_With_Most_Water.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/11_Container_With_Most_Water.py -------------------------------------------------------------------------------- /Ninja/Leetcode/120_Triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/120_Triangle.py -------------------------------------------------------------------------------- /Ninja/Leetcode/121_Best_Time_to_Buy_and_Sell_Stock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/121_Best_Time_to_Buy_and_Sell_Stock.py -------------------------------------------------------------------------------- /Ninja/Leetcode/122_Best_Time_to_Buy_and_Sell_Stock_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/122_Best_Time_to_Buy_and_Sell_Stock_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/123_Best_Time_to_Buy_and_Sell_Stock_III.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/123_Best_Time_to_Buy_and_Sell_Stock_III.py -------------------------------------------------------------------------------- /Ninja/Leetcode/124_Binary_Tree_Maximum_Path_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/124_Binary_Tree_Maximum_Path_Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/125_Valid_Palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/125_Valid_Palindrome.py -------------------------------------------------------------------------------- /Ninja/Leetcode/126_Word_Ladder_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/126_Word_Ladder_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/127_Word_Ladder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/127_Word_Ladder.py -------------------------------------------------------------------------------- /Ninja/Leetcode/128_Longest_Consecutive_Sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/128_Longest_Consecutive_Sequence.py -------------------------------------------------------------------------------- /Ninja/Leetcode/129_Sum_Root_to_Leaf_Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/129_Sum_Root_to_Leaf_Numbers.py -------------------------------------------------------------------------------- /Ninja/Leetcode/12_Integer_to_Roman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/12_Integer_to_Roman.py -------------------------------------------------------------------------------- /Ninja/Leetcode/130_Surrounded_Regions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/130_Surrounded_Regions.py -------------------------------------------------------------------------------- /Ninja/Leetcode/131_Palindrome_Partitioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/131_Palindrome_Partitioning.py -------------------------------------------------------------------------------- /Ninja/Leetcode/132_Palindrome_Partitioning_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/132_Palindrome_Partitioning_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/133_Clone_Graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/133_Clone_Graph.py -------------------------------------------------------------------------------- /Ninja/Leetcode/134_Gas_Station.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/134_Gas_Station.py -------------------------------------------------------------------------------- /Ninja/Leetcode/135_Candy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/135_Candy.py -------------------------------------------------------------------------------- /Ninja/Leetcode/136_Single_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/136_Single_Number.py -------------------------------------------------------------------------------- /Ninja/Leetcode/137_Single_Number_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/137_Single_Number_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/138_Copy_List_with_Random_Pointer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/138_Copy_List_with_Random_Pointer.py -------------------------------------------------------------------------------- /Ninja/Leetcode/139_Word_Break.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/139_Word_Break.py -------------------------------------------------------------------------------- /Ninja/Leetcode/13_Roman_to_Integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/13_Roman_to_Integer.py -------------------------------------------------------------------------------- /Ninja/Leetcode/140_Word_Break_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/140_Word_Break_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/141_Linked_List_Cycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/141_Linked_List_Cycle.py -------------------------------------------------------------------------------- /Ninja/Leetcode/142_Linked_List_Cycle_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/142_Linked_List_Cycle_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/143_Reorder_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/143_Reorder_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/144_Binary_Tree_Preorder_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/144_Binary_Tree_Preorder_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/145_Binary_Tree_Postorder_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/145_Binary_Tree_Postorder_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/146_LRU_Cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/146_LRU_Cache.py -------------------------------------------------------------------------------- /Ninja/Leetcode/147_Insertion_Sort_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/147_Insertion_Sort_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/148_Sort_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/148_Sort_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/149_Max_Points_on_a_Line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/149_Max_Points_on_a_Line.py -------------------------------------------------------------------------------- /Ninja/Leetcode/14_Longest_Common_Prefix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/14_Longest_Common_Prefix.py -------------------------------------------------------------------------------- /Ninja/Leetcode/150_Evaluate_Reverse_Polish_Notation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/150_Evaluate_Reverse_Polish_Notation.py -------------------------------------------------------------------------------- /Ninja/Leetcode/151_Reverse_Words_in_a_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/151_Reverse_Words_in_a_String.py -------------------------------------------------------------------------------- /Ninja/Leetcode/152_Maximum_Product_Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/152_Maximum_Product_Subarray.py -------------------------------------------------------------------------------- /Ninja/Leetcode/15_3Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/15_3Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/160_Intersection_of_Two_Linked_Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/160_Intersection_of_Two_Linked_Lists.py -------------------------------------------------------------------------------- /Ninja/Leetcode/16_3Sum_Closest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/16_3Sum_Closest.py -------------------------------------------------------------------------------- /Ninja/Leetcode/17_Letter_Combinations_of_a_Phone_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/17_Letter_Combinations_of_a_Phone_Number.py -------------------------------------------------------------------------------- /Ninja/Leetcode/18_4Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/18_4Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/19_Remove_Nth_Node_From_End_of_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/19_Remove_Nth_Node_From_End_of_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/1_Two_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/1_Two_Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/200_Number_of_Islands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/200_Number_of_Islands.py -------------------------------------------------------------------------------- /Ninja/Leetcode/203_Remove_Linked_List_Elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/203_Remove_Linked_List_Elements.py -------------------------------------------------------------------------------- /Ninja/Leetcode/206_Reverse_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/206_Reverse_Linked_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/20_Valid_Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/20_Valid_Parentheses.py -------------------------------------------------------------------------------- /Ninja/Leetcode/21_Merge_Two_Sorted_Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/21_Merge_Two_Sorted_Lists.py -------------------------------------------------------------------------------- /Ninja/Leetcode/22_Generate_Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/22_Generate_Parentheses.py -------------------------------------------------------------------------------- /Ninja/Leetcode/237_Delete_Node_in_a_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/237_Delete_Node_in_a_Linked_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/23_Merge_k_Sorted_Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/23_Merge_k_Sorted_Lists.py -------------------------------------------------------------------------------- /Ninja/Leetcode/24_Swap_Nodes_in_Pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/24_Swap_Nodes_in_Pairs.py -------------------------------------------------------------------------------- /Ninja/Leetcode/25_Reverse_Nodes_in_k-Group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/25_Reverse_Nodes_in_k-Group.py -------------------------------------------------------------------------------- /Ninja/Leetcode/26_Remove_Duplicates_from_Sorted_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/26_Remove_Duplicates_from_Sorted_Array.py -------------------------------------------------------------------------------- /Ninja/Leetcode/27_Remove_Element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/27_Remove_Element.py -------------------------------------------------------------------------------- /Ninja/Leetcode/286_Walls_and_Gates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/286_Walls_and_Gates.py -------------------------------------------------------------------------------- /Ninja/Leetcode/28_Implement_strStr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/28_Implement_strStr.py -------------------------------------------------------------------------------- /Ninja/Leetcode/29_Divide_Two_Integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/29_Divide_Two_Integers.py -------------------------------------------------------------------------------- /Ninja/Leetcode/2_Add_Two_Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/2_Add_Two_Numbers.py -------------------------------------------------------------------------------- /Ninja/Leetcode/30_Substring_with_Concatenation_of_All_Words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/30_Substring_with_Concatenation_of_All_Words.py -------------------------------------------------------------------------------- /Ninja/Leetcode/31_Next_Permutation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/31_Next_Permutation.py -------------------------------------------------------------------------------- /Ninja/Leetcode/325_Maximum_Size_Subarray_Sum_Equals_k.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/325_Maximum_Size_Subarray_Sum_Equals_k.py -------------------------------------------------------------------------------- /Ninja/Leetcode/328_Odd_Even_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/328_Odd_Even_Linked_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/32_Longest_Valid_Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/32_Longest_Valid_Parentheses.py -------------------------------------------------------------------------------- /Ninja/Leetcode/33_Search_in_Rotated_Sorted_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/33_Search_in_Rotated_Sorted_Array.py -------------------------------------------------------------------------------- /Ninja/Leetcode/34_Find_First_and_Last_Position_of_Element_in_Sorted_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/34_Find_First_and_Last_Position_of_Element_in_Sorted_Array.py -------------------------------------------------------------------------------- /Ninja/Leetcode/35_Search_Insert_Position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/35_Search_Insert_Position.py -------------------------------------------------------------------------------- /Ninja/Leetcode/369_Plus_One_Linked_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/369_Plus_One_Linked_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/36_Valid_Sudoku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/36_Valid_Sudoku.py -------------------------------------------------------------------------------- /Ninja/Leetcode/37_Sudoku_Solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/37_Sudoku_Solver.py -------------------------------------------------------------------------------- /Ninja/Leetcode/38_Count_and_Say.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/38_Count_and_Say.py -------------------------------------------------------------------------------- /Ninja/Leetcode/399_Evaluate_Division.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/399_Evaluate_Division.py -------------------------------------------------------------------------------- /Ninja/Leetcode/39_Combination_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/39_Combination_Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/3_Longest_Substring_Without_Repeating_Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/3_Longest_Substring_Without_Repeating_Characters.py -------------------------------------------------------------------------------- /Ninja/Leetcode/40_Combination_Sum_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/40_Combination_Sum_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/41_First_Missing_Positive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/41_First_Missing_Positive.py -------------------------------------------------------------------------------- /Ninja/Leetcode/42_Trapping_Rain_Water.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/42_Trapping_Rain_Water.py -------------------------------------------------------------------------------- /Ninja/Leetcode/43_Multiply_Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/43_Multiply_Strings.py -------------------------------------------------------------------------------- /Ninja/Leetcode/44_Wildcard_Matching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/44_Wildcard_Matching.py -------------------------------------------------------------------------------- /Ninja/Leetcode/45_Jump_Game_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/45_Jump_Game_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/46_Permutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/46_Permutations.py -------------------------------------------------------------------------------- /Ninja/Leetcode/47_Permutations_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/47_Permutations_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/482_License_Key_Formatting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/482_License_Key_Formatting.py -------------------------------------------------------------------------------- /Ninja/Leetcode/489_Robot_Room_Cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/489_Robot_Room_Cleaner.py -------------------------------------------------------------------------------- /Ninja/Leetcode/48_Rotate_Image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/48_Rotate_Image.py -------------------------------------------------------------------------------- /Ninja/Leetcode/49_Group_Anagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/49_Group_Anagrams.py -------------------------------------------------------------------------------- /Ninja/Leetcode/4_Median_of_Two_Sorted_Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/4_Median_of_Two_Sorted_Arrays.py -------------------------------------------------------------------------------- /Ninja/Leetcode/50_Powx-n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/50_Powx-n.py -------------------------------------------------------------------------------- /Ninja/Leetcode/51_N-Queens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/51_N-Queens.py -------------------------------------------------------------------------------- /Ninja/Leetcode/52_N-Queens_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/52_N-Queens_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/53_Maximum_Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/53_Maximum_Subarray.py -------------------------------------------------------------------------------- /Ninja/Leetcode/54_Spiral_Matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/54_Spiral_Matrix.py -------------------------------------------------------------------------------- /Ninja/Leetcode/55_Jump_Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/55_Jump_Game.py -------------------------------------------------------------------------------- /Ninja/Leetcode/56_Merge_Intervals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/56_Merge_Intervals.py -------------------------------------------------------------------------------- /Ninja/Leetcode/57_Insert_Interval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/57_Insert_Interval.py -------------------------------------------------------------------------------- /Ninja/Leetcode/58_Length_of_Last_Word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/58_Length_of_Last_Word.py -------------------------------------------------------------------------------- /Ninja/Leetcode/59_Spiral_Matrix_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/59_Spiral_Matrix_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/5_Longest_Palindromic_Substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/5_Longest_Palindromic_Substring.py -------------------------------------------------------------------------------- /Ninja/Leetcode/60_Permutation_Sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/60_Permutation_Sequence.py -------------------------------------------------------------------------------- /Ninja/Leetcode/61_Rotate_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/61_Rotate_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/62_Unique_Paths.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/62_Unique_Paths.py -------------------------------------------------------------------------------- /Ninja/Leetcode/63_Unique_Paths_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/63_Unique_Paths_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/64_Minimum_Path_Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/64_Minimum_Path_Sum.py -------------------------------------------------------------------------------- /Ninja/Leetcode/65_Valid_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/65_Valid_Number.py -------------------------------------------------------------------------------- /Ninja/Leetcode/66_Plus_One.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/66_Plus_One.py -------------------------------------------------------------------------------- /Ninja/Leetcode/67_Add_Binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/67_Add_Binary.py -------------------------------------------------------------------------------- /Ninja/Leetcode/68_Text_Justification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/68_Text_Justification.py -------------------------------------------------------------------------------- /Ninja/Leetcode/69_Sqrtx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/69_Sqrtx.py -------------------------------------------------------------------------------- /Ninja/Leetcode/6_ZigZag_Conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/6_ZigZag_Conversion.py -------------------------------------------------------------------------------- /Ninja/Leetcode/70_Climbing_Stairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/70_Climbing_Stairs.py -------------------------------------------------------------------------------- /Ninja/Leetcode/71_Simplify_Path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/71_Simplify_Path.py -------------------------------------------------------------------------------- /Ninja/Leetcode/72_Edit_Distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/72_Edit_Distance.py -------------------------------------------------------------------------------- /Ninja/Leetcode/73_Set_Matrix_Zeroes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/73_Set_Matrix_Zeroes.py -------------------------------------------------------------------------------- /Ninja/Leetcode/74_Search_a_2D_Matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/74_Search_a_2D_Matrix.py -------------------------------------------------------------------------------- /Ninja/Leetcode/75_Sort_Colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/75_Sort_Colors.py -------------------------------------------------------------------------------- /Ninja/Leetcode/76_Minimum_Window_Substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/76_Minimum_Window_Substring.py -------------------------------------------------------------------------------- /Ninja/Leetcode/77_Combinations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/77_Combinations.py -------------------------------------------------------------------------------- /Ninja/Leetcode/78_Subsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/78_Subsets.py -------------------------------------------------------------------------------- /Ninja/Leetcode/79_Word_Search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/79_Word_Search.py -------------------------------------------------------------------------------- /Ninja/Leetcode/7_Reverse_Integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/7_Reverse_Integer.py -------------------------------------------------------------------------------- /Ninja/Leetcode/80_Remove_Duplicates_from_Sorted_Array_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/80_Remove_Duplicates_from_Sorted_Array_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/81_Search_in_Rotated_Sorted_Array_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/81_Search_in_Rotated_Sorted_Array_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/82_Remove_Duplicates_from_Sorted_List_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/82_Remove_Duplicates_from_Sorted_List_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/83_Remove_Duplicates_from_Sorted_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/83_Remove_Duplicates_from_Sorted_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/843_Guess_the_Word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/843_Guess_the_Word.py -------------------------------------------------------------------------------- /Ninja/Leetcode/84_Largest_Rectangle_in_Histogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/84_Largest_Rectangle_in_Histogram.py -------------------------------------------------------------------------------- /Ninja/Leetcode/85_Maximal_Rectangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/85_Maximal_Rectangle.py -------------------------------------------------------------------------------- /Ninja/Leetcode/86_Partition_List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/86_Partition_List.py -------------------------------------------------------------------------------- /Ninja/Leetcode/87_Scramble_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/87_Scramble_String.py -------------------------------------------------------------------------------- /Ninja/Leetcode/88_Merge_Sorted_Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/88_Merge_Sorted_Array.py -------------------------------------------------------------------------------- /Ninja/Leetcode/890_Find_and_Replace_Pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/890_Find_and_Replace_Pattern.py -------------------------------------------------------------------------------- /Ninja/Leetcode/89_Gray_Code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/89_Gray_Code.py -------------------------------------------------------------------------------- /Ninja/Leetcode/8_String_to_Integer_atoi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/8_String_to_Integer_atoi.py -------------------------------------------------------------------------------- /Ninja/Leetcode/90_Subsets_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/90_Subsets_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/91_Decode_Ways.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/91_Decode_Ways.py -------------------------------------------------------------------------------- /Ninja/Leetcode/92_Reverse_Linked_List_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/92_Reverse_Linked_List_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/93_Restore_IP_Addresses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/93_Restore_IP_Addresses.py -------------------------------------------------------------------------------- /Ninja/Leetcode/94_Binary_Tree_Inorder_Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/94_Binary_Tree_Inorder_Traversal.py -------------------------------------------------------------------------------- /Ninja/Leetcode/95_Unique_Binary_Search_Trees_II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/95_Unique_Binary_Search_Trees_II.py -------------------------------------------------------------------------------- /Ninja/Leetcode/96_Unique_Binary_Search_Trees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/96_Unique_Binary_Search_Trees.py -------------------------------------------------------------------------------- /Ninja/Leetcode/97_Interleaving_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/97_Interleaving_String.py -------------------------------------------------------------------------------- /Ninja/Leetcode/98_Validate_Binary_Search_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/98_Validate_Binary_Search_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/99_Recover_Binary_Search_Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/99_Recover_Binary_Search_Tree.py -------------------------------------------------------------------------------- /Ninja/Leetcode/9_Palindrome_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/Leetcode/9_Palindrome_Number.py -------------------------------------------------------------------------------- /Ninja/Leetcode/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ninja/WhiteBook/array_str.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/WhiteBook/array_str.py -------------------------------------------------------------------------------- /Ninja/WhiteBook/bst.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ninja/WhiteBook/bt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/WhiteBook/bt.py -------------------------------------------------------------------------------- /Ninja/WhiteBook/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/WhiteBook/node.py -------------------------------------------------------------------------------- /Ninja/WhiteBook/search_n_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/WhiteBook/search_n_sort.py -------------------------------------------------------------------------------- /Ninja/WhiteBook/stack_q.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/WhiteBook/stack_q.py -------------------------------------------------------------------------------- /Ninja/WhiteBook/tree_node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/WhiteBook/tree_node.py -------------------------------------------------------------------------------- /Ninja/basic_concepts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/basic_concepts.py -------------------------------------------------------------------------------- /Ninja/coding_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/coding_index.md -------------------------------------------------------------------------------- /Ninja/frequency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/frequency.md -------------------------------------------------------------------------------- /Ninja/leetcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/leetcode.py -------------------------------------------------------------------------------- /Ninja/question_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/question_names.py -------------------------------------------------------------------------------- /Ninja/rename_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/rename_script.py -------------------------------------------------------------------------------- /Ninja/zz_coding_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Ninja/zz_coding_index.md -------------------------------------------------------------------------------- /Pirate/knowledge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Pirate/knowledge.md -------------------------------------------------------------------------------- /Pirate/push_vs_pull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Pirate/push_vs_pull.md -------------------------------------------------------------------------------- /Pirate/system_design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/Pirate/system_design.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/README.md -------------------------------------------------------------------------------- /img/Facebook_Architecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/Facebook_Architecture.pdf -------------------------------------------------------------------------------- /img/Facebook_Chat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/Facebook_Chat.pdf -------------------------------------------------------------------------------- /img/Facebook_News_Feed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/Facebook_News_Feed.pdf -------------------------------------------------------------------------------- /img/arch-anganguera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/arch-anganguera.png -------------------------------------------------------------------------------- /img/consistent_hashing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/consistent_hashing.jpg -------------------------------------------------------------------------------- /img/flattenList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/flattenList.png -------------------------------------------------------------------------------- /img/img_fulljoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/img_fulljoin.gif -------------------------------------------------------------------------------- /img/img_innerjoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/img_innerjoin.gif -------------------------------------------------------------------------------- /img/img_leftjoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/img_leftjoin.gif -------------------------------------------------------------------------------- /img/img_rightjoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/img_rightjoin.gif -------------------------------------------------------------------------------- /img/perfpatrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/perfpatrol.png -------------------------------------------------------------------------------- /img/queues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/img/queues.png -------------------------------------------------------------------------------- /solutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/solutions.md -------------------------------------------------------------------------------- /tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y-ncao/Python-Study/HEAD/tool.py --------------------------------------------------------------------------------