-
Notifications
You must be signed in to change notification settings - Fork 0
/
solutions.json
1 lines (1 loc) · 5.51 KB
/
solutions.json
1
[{"path":"./leetCode/11_container_with_most_water.py","title":"Container With Most Master","difficulty":"medium","number":11,"tags":["Array","Two Pointers","Greedy"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/121_best_time_to_buy_and_sell_stock.py","title":"Best Time To Buy And Sell Stock","difficulty":"easy","number":121,"tags":["Array","Dynamic Programming"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/12_integer_to_roman.py","title":"Integer To Roman","difficulty":"medium","number":12,"tags":["Hash Table","Math","String"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/136_single_number.py","title":"Single Number","difficulty":"easy","number":136,"tags":["Array","Bit Manipulation"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/13_roman_to_integer.py","title":"Roman To Integer","difficulty":"easy","number":13,"tags":["Hash Table","Math","String"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/14_longest_common_predix.py","title":"Longest Common Prefix","difficulty":"easy","number":14,"tags":["String"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/167_two_sum_ii.py","title":"Two Sum II - Input Array Is Sorted","difficulty":"medium","number":167,"tags":["Array","Two Pointers","Binary Search"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/169_majority_element.py","title":"Majority Element","difficulty":"easy","number":169,"tags":["Array","Hash Table","Divide And Conquer","Sorting","Counting"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/1_two_sum.py","title":"Two Sum","difficulty":"easy","number":1,"tags":["Array","Hash Table"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/20_valid_parentheses.py","title":"Valid Parentheses","difficulty":"easy","number":20,"tags":["String","Stack"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/21_merge_two_sorted_lists.py","title":"Merge Two Sorted Lists","difficulty":"easy","number":21,"tags":["Linked List","Recursion"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/22_generate_parentheses.py","title":"Generate Parentheses","difficulty":"medium","number":22,"tags":["String","Dynamic Programming","Backtracking"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/26_remove_duplicates_sorted_array.py","title":"Remove Duplicates From Sorted Array","difficulty":"easy","number":26,"tags":["Array","Two Pointers"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/2_add_two_numbers.py","title":"Add Two Numbers","difficulty":"medium","number":2,"tags":["Linked List","Math","Recursion"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/32_longest_valid_parentheses.py","title":"Longest Valid Parentheses","difficulty":"hard","number":32,"tags":["String","Dynamic Programming","Stack"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/35_search_insert_position.py","title":"Search Insert Position","difficulty":"easy","number":35,"tags":["Array","Binary Search"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/3_longest_substring_without_repeating_characters.py","title":"Longest Substring Without Repeating Characters","difficulty":"medium","number":3,"tags":["Hash Table","String","Sliding Window"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/48_rotate_image.py","title":"Rotate Image","difficulty":"medium","number":48,"tags":["Array","Math","Matrix"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/53_maximum_subarray.py","title":"Maximum Subarray","difficulty":"medium","number":53,"tags":["Array","Divide And Conquer","Dynamic Programming"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/54_spiral_matrix.py","title":"Spiral Matrix","difficulty":"medium","number":54,"tags":["Array","Matrix","Simulation"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/5_longest_palindromic_substring.py","title":"Longest Palindromic Substring","difficulty":"medium","number":5,"tags":["String","Dynamic Programming"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/74_search_2d_matrix.py","title":"Search A 2D Matrix","difficulty":"medium","number":74,"tags":["Array","Binary Search","Matrix"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/78_subsets.py","title":"Subsets","difficulty":"medium","number":78,"tags":["Array","Backtracking","Bit Manipulation"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/9_palindrome_number.py","title":"Palindrome Number","difficulty":"easy","number":9,"tags":["Math"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/graphs/133_clone_graph.py","title":"Clone Graph","difficulty":"medium","number":133,"tags":["Hash Table","Depth-First Search","Bread-First Search","Graph"],"solved":false,"provider":"LEETCODE"},{"path":"./leetCode/linked-list/148_sort_list.py","title":"Sort List","difficulty":"medium","number":148,"tags":["Linked List","Two Pointers","Divider And Conquer","Sorting","Merge Sort"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/linked-list/234_palindrome_linked_list.py","title":"Palindrome Linked List","difficulty":"easy","number":234,"tags":["Linked List","Two Pointers","Stack","Recursion"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/linked-list/23_merge_k_sorted_lists.py","title":"Merge K Sorted Lists","difficulty":"hard","number":23,"tags":["Linked List","Divide And Conquer","Heap (Priority Queue)","Merge Sort"],"solved":true,"provider":"LEETCODE"},{"path":"./leetCode/linked-list/876_middle_of_the_linked_list.py","title":"Middle Of The Linked List","difficulty":"easy","number":876,"tags":["Linked List","Two Pointers"],"solved":true,"provider":"LEETCODE"}]