File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 "insertion" : " Insertion Sort" ,
3131 "selection" : " Selection Sort" ,
3232 "bubble" : " Bubble Sort" ,
33- "quick" : " Quicksort" ,
3433 "merge" : " Merge Sort" ,
35- "heap" : " Heapsort" ,
3634 "radix" : " Radix Sort" ,
35+ "quick" : " Quicksort" ,
36+ "heap" : " Heapsort" ,
3737 "shell" : " Shellsort"
3838 }
3939 },
4747 "dp" : {
4848 "name" : " Dynamic Programming" ,
4949 "list" : {
50- "fibonacci" : " Fibonacci sequence " ,
51- "knapsack_problem" : " Knapsack problem " ,
52- "longest_increasing_subsequence" : " Longest increasing subsequence " ,
53- "max_subarray" : " Maximum subarray " ,
54- "max_sum_path" : " Maximum sum path " ,
55- "sliding_window" : " Sliding window " ,
56- "integer_partition" : " Integer partition "
50+ "fibonacci" : " Fibonacci Sequence " ,
51+ "knapsack_problem" : " Knapsack Sroblem " ,
52+ "longest_increasing_subsequence" : " Longest Increasing Subsequence " ,
53+ "max_subarray" : " Maximum Subarray " ,
54+ "max_sum_path" : " Maximum Sum Path " ,
55+ "sliding_window" : " Sliding Window " ,
56+ "integer_partition" : " Integer Partition "
5757 }
5858 },
5959 "etc" : {
You can’t perform that action at this time.
0 commit comments