LeetCode:leetcode练习

时间:2024-03-15 00:20:55
【文件属性】:

文件名称:LeetCode:leetcode练习

文件大小:779KB

文件格式:ZIP

更新时间:2024-03-15 00:20:55

C++

LeetCode Leetcode练习,其顺序为: ://www.changgy.com/leetcode-101 图样:贪婪 455分配Cookie(简单) 135糖果(硬) 移动零点(简单) 给定总和的最小子数组(简单) 最长的具有K个不同字符的子字符串(中) 水果入篮(中) 不重复子串(硬) 替换后具有相同字母的最长子字符串(硬) 替换后最长的子阵列(硬) 模式:两个指针/滑动窗口( ) 两个数组的交集(简单) 反向字符串(简单) 二和II(简单) 平方排序数组(简单) 与目标总和配对(简单) 删除重复项(简单) 三重和总和为零(中) 三重态总和接近目标(中) 三元组,总和较小(中等) 乘积小于目标(中)的子阵列 荷兰国旗问题(中) 模式:二进制搜索 LinkedList周期(简单) LinkedList周期的开始(中等) 快乐号


【文件预览】:
LeetCode-master
----.gitignore(24B)
----greedy()
--------605CanPlaceFlowers.cpp(2KB)
--------135.cpp(862B)
--------435.cpp(1KB)
--------56.cpp(958B)
--------455.cpp(687B)
----sort_tag()
--------349.cpp(739B)
--------1502.cpp(488B)
--------350.cpp(1KB)
--------1403.cpp(1KB)
--------1710.cpp(860B)
--------1122.cpp(1KB)
--------1640.cpp(804B)
--------242.cpp(1KB)
--------1636.cpp(1KB)
--------1370.cpp(1KB)
--------1030.cpp(861B)
--------976.cpp(470B)
--------922.cpp(1KB)
--------1356.cpp(633B)
----sort_algorithms()
--------max_heap.cpp(3KB)
--------heap_sort.cpp(2KB)
--------shell_sort.cpp(1KB)
--------insertion_sort.cpp(1015B)
--------a.out(47KB)
--------merge_sort.cpp(2KB)
--------selection_sort.cpp(817B)
--------bubble_sort.cpp(800B)
--------quick_sort.cpp(1KB)
----random_lc()
--------202.cpp(1KB)
----SlidingWindowProblems()
--------Readme.md(326B)
--------53MaximumSubarray.cpp(1013B)
--------643MaximumAverageSubarrayI.cpp(2KB)
----README.md(1KB)
----data_struct_lc()
--------hash_table()
--------priority_queue()
--------array()
--------stack_queue()
--------exercises()
--------linkedlist()
----data_structure()
--------max_heap.cpp(4KB)
--------hashtable.cpp(0B)
--------binary_heap.md(985B)
--------stack.cpp(40B)
--------heap2.png(259KB)
--------heapReview.md(1KB)
--------binary_heap.png(489KB)
--------linkedlist.cpp(2KB)
--------priority_queue.cpp(275B)
----ReversedProblems()
--------206ReverseLinkedList.cpp(1KB)
----TwoPointers()
--------167TwoSumII.cpp(1KB)
--------344ReverseString.cpp(680B)
--------844BackspaceStringCompare.cpp(230B)
--------Readme.md(198B)
--------283MoveZeroes.cpp(1KB)
--------350IntersectionOfTwoArraysII.cpp(2KB)
--------977SquaresOfASortedArray.cpp(670B)
--------26RemoveDuplicatesFromSortedArray.cpp(1KB)
--------349IntersectionOfTwoArrays.cpp(1KB)
----Fast&SlowPointers()
--------876MiddleOfTheLinkedList.cpp(886B)
--------26RemoveDuplicatesFromSortedArray.cpp(1KB)
----buddyString.cpp(1KB)

网友评论