This repository contains my personal solutions to problems from LeetCode, written in Python and Go.
| # | Title | Link | File | Language |
|---|---|---|---|---|
| 1 | Two Sum | 🔗 | 001_two_sum.go | Go |
| 3 | Longest Substring Without Repeating Characters | 🔗 | 003_longest_substring_without_repeating_characters.go | Go |
| 6 | Zigzag Conversion | 🔗 | 006_zigzag_conversion.go | Go |
| 14 | Longest Common Prefix | 🔗 | 014_longest_common_prefix.go | Go |
| 15 | 3Sum | 🔗 | 015_3sum.go | Go |
| 21 | Merge Two Sorted Lists | 🔗 | 021_merge_two_sorted_lists.go | Go |
| 22 | Generate Parentheses | 🔗 | 022_generate_parentheses.go | Go |
| 26 | Remove Duplicates From Sorted Array | 🔗 | 026_remove_duplicates_from_sorted_array.go | Go |
| 27 | Remove Element | 🔗 | 027_remove_element.go | Go |
| 28 | Find The Index Of The First Occurrence In A String | 🔗 | 028_find_the_index_of_the_first_occurrence_in_a_string.go | Go |
| 30 | Substring With Concatenation Of All Words | 🔗 | 030_substring_with_concatenation_of_all_words.go | Go |
| 46 | Permutations | 🔗 | 046_permutations.go | Go |
| 61 | Rotate List | 🔗 | 061_rotate_list.go | Go |
| 68 | Text Justification | 🔗 | 068_text_justification.go | Go |
| 76 | Minimum Window Substring | 🔗 | 076_minimum_window_substring.go | Go |
| 80 | Remove Duplicates From Sorted Array Ii | 🔗 | 080_remove_duplicates_from_sorted_array_II.go | Go |
| 88 | Merge Sorted Array | 🔗 | 088_merge_sorted_array.py | Python |
| 98 | Validate Binary Search Tree | 🔗 | 098_validate_binary_search_tree.go | Go |
| 100 | Same Tree | 🔗 | 100_same_tree.go | Go |
| 102 | Binary Tree Level Order Traversal | 🔗 | 102_binary_tree_level_order_traversal.go | Go |
| 103 | Binary Tree Zigzag Level Order Traversal | 🔗 | 103_binary_tree_zigzag_level_order_traversal.go | Go |
| 108 | Convert Sorted Array To Binary Search Tree | 🔗 | 108_convert_sorted_array_to_binary_search_tree.go | Go |
| 117 | Populating Next Right Pointers In Each Node Ii | 🔗 | 117_populating_next_right_pointers_in_each_node_II.go | Go |
| 122 | Best Time To Buy And Sell Stock Ii | 🔗 | 122_best_time_to_buy_and_sell_stock_II.go | Go |
| 124 | Binary Tree Maximum Path Sum | 🔗 | 124_binary_tree_maximum_path_sum.go | Go |
| 125 | Valid Palindrome | 🔗 | 125_valid_palindrome.go | Go |
| 127 | Wordl Ladder | 🔗 | 127_wordl_ladder.go | Go |
| 128 | Longest Consecutive Sequence | 🔗 | 128_longest_consecutive_sequence.go | Go |
| 139 | Word Break | 🔗 | 139_word_break.go | Go |
| 148 | Sort List | 🔗 | 148_sort_list.go | Go |
| 149 | Max Points On A Line | 🔗 | 149_max_points_on_a_line.go | Go |
| 150 | Evaluate Reverse Polish Notation | 🔗 | 150_evaluate_reverse_polish_notation.py | Python |
| 153 | Find Minimum In Rotated Sorted Array | 🔗 | 153_find_minimum_in_rotated_sorted_array.go | Go |
| 167 | Two Sum Ii Input Array Is Sorted | 🔗 | 167_two_sum_II_input_array_is_sorted.go | Go |
| 188 | Best Time To Buy And Sell Stock Ii | 🔗 | 188_best_time_to_buy_and_sell_stock_II.go | Go |
| 191 | Number Of 1 Bits | 🔗 | 191_number_of_1_bits.go | Go |
| 200 | Number Of Islands | 🔗 | 200_number_of_islands.go | Go |
| 202 | Happy Number | 🔗 | 202_happy_number.go | Go |
| 205 | Isomorphic Strings | 🔗 | 205_isomorphic_strings.go | Go |
| 209 | Minimum Size Subarray Sum | 🔗 | 209_minimum_size_subarray_sum.go | Go |
| 222 | Count Complete Tree Nodes | 🔗 | 222_count_complete_tree_nodes.go | Go |
| 238 | Product Of Array Except Self | 🔗 | 238_product_of_array_except_self.go | Go |
| 274 | H Index | 🔗 | 274_h_index.go | Go |
| 289 | Game Of Life | 🔗 | 289_game_of_life.go | Go |
| 290 | Word Pattern | 🔗 | 290_word_pattern.go | Go |
| 303 | Substring With Concatenation Of All Words | 🔗 | 303_substring_with_concatenation_of_all_words.go | Go |
| 322 | Coin Change | 🔗 | 322_coin_change.go | Go |
| 380 | Insert Delete Getrandom O1 | 🔗 | 380_insert_delete_getRandom_O1.go | Go |
| 383 | Ransom Note | 🔗 | 383_ransom_note.go | Go |
| 392 | Is Subsequence | 🔗 | 392_is_subsequence.go | Go |
| 637 | Average Of Levels In Binary Tree | 🔗 | 637_average_of_levels_in_binary_tree.go | Go |
| 909 | Snakes And Ladders | 🔗 | 909_snakes_and_ladders.go | Go |