-
Notifications
You must be signed in to change notification settings - Fork 40
/
revise.txt
72 lines (72 loc) · 2.52 KB
/
revise.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Level-2/find_equilibrium_index.c
Level-2/find_2_odd_occurring_numbers.c
Level-2/frequency_of_elements_without_space.c
Level-2/url_formatter.c
Level-2/is_any_permutation_palindrome.c
Level-2/are_two_strings_one_edit_away.c
Level-2/string_compression.c
Level-2/flip_a_bit_to_get_max_seq_of_ones.c
Level-2/swap_odd_even_bits.c
Level-2/is_happy_number.c
Level-2/is_linked_list_palindrome.py
Level-2/is_prime.go
Level-2/triplets_with_smaller_sum.c
Level-2/num_of_merges_to_make_palindrome.c
Level-2/max_diff_btwn_2_elements.c
Level-2/max_contiguous_subarray_len.c
Level-2/max_and_min_prod_of_subset.c
Level-2/max_product_of_indx_diff_and_min.c
Level-2/max_prod_of_increasing_triplet.c
Level-2/max_min_value_index_pair.c
Level-2/min_subarray_len_with_sum_greater_than_x.c
Level-2/num_of_rotations_to_maximize_sum.c
Level-2/RGB_merging_min_count.c
Level-2/count_strictly_increasing_subarrays.c
Level-2/find_repeating_elements.c
Level-2/inversion_of_3.c
Level-2/majority_element_in_array.c
Level-2/steps_to_get_given_array.c
Level-2/max_0s_in_array_after_subarray_flip_n2.c
Level-2/reverse_sentence.cc
Level-2/is_tree_symmetric.py
Level-2/find_tree_mirror.py
Level-2/left_right_views_of_tree.py
Level-2/top_view_binary_tree.py
Level-2/tree_inorder_traversal_iterative.py
Level-2/tree_preorder_traversal_iterative.py
Level-2/vertical_level_order_tree_traversal.py
Level-2/print_tree_level_by_level.py
Level-2/diameter_of_tree.py
Level-2/sort_array_of_0s_1s_and_2s.py
Level-3/tree_spiral_level_order.py
Level-3/quick_sort.py
Level-3/find_kth_smallest_num.py
Level-3/rank_k_element_in_2_sorted_array_log_k.c
Level-3/min_in_sorted_rotated_array.c
Level-3/rotate_matrix.c
Level-3/spiral_matrix.py
Level-3/print_matrix_in_spiral.py
Level-3/reverse_linked_list.py
Level-3/pairwise_swap_linked_list.py
Level-3/knights_shortest_path.py
Level-3/binary_tree_to_doubly_linked_list.py
Level-3/rabin_karp.py
Level-3/kth_smallest_from_bst.py
Level-3/lowest_common_ancestor_in_binary_tree.py
Level-3/tree_nodes_with_k_distance_from_leaf.py
Level-3/next_greater_element.py
Level-3/longest_common_subsequence.py
Level-3/sum_of_linked_list_same_order.py
Level-3/sorted_list_to_bst.py
Level-3/robot_in_a_grid.py
Level-3/magic_index_with_duplicates.c
Level-3/compute_all_permutations_unique_chars.py
Level-3/pair_of_parens.py
Level-3/boolean_evaluation_ways.py
Level-3/volume_of_histogram_optimized.py
Level-4/compute_all_permutations_non_unique_chars.py
Level-4/starting_of_loop_in_linked_list.py
Level-4/knapsack.c
Level-4/ways_to_represent_n_cents.c
Level-4/place_eight_queens.py
Level-4/stack_boxes.py