文件名称:leetcode刷题模板python-algorithm-pattern-python:算法模式-python
文件大小:1.29MB
文件格式:ZIP
更新时间:2024-07-20 00:17:54
系统开源
leetcode刷题模板python Introduction 此项目fork ,原repo用go语言实现,这里准备用python实现,用python的小伙伴可以打卡 算法模板,科学的刷题方式,最快速的刷题路径,让刷题也变得好玩起来, 你值得拥有 :dog_face:~ 在线文档 在线文档 Gitbook: 心得体会 开始刷题时,确实是无从下手,因为从序号开始刷,刷到几道题就遇到 hard 的题型,会卡住很久,后面去评论区看别人怎么刷题,也去 Google 搜索最好的刷题方式,发现按题型刷题会舒服很多,基本一个类型的题目,一天能做很多,慢慢刷题也不再枯燥,做起来也很有意思。 问题1 按什么顺序刷及如何提高效率 》 LeetCode 标签分类 》 剑指 算法模板,里面的题目是按类型归类,都是一些常见的高频题,很有代表性,大部分都是可以用模板加一点变形做出来,刷完后对大部分题目有基本的认识。 然后, 刷一遍 LeetCode 标签分类,巩固一下一些基础知识点,总结这些知识点。 最后, 刷一遍 LeetCode 剑指,剑指是常见题目的源头,刷完后,应付常见的题目不在话下。 问题2 到底要刷多少题 其实这个取决
【文件预览】:
algorithm-pattern-python-master
----.gitignore(10B)
----images()
--------repo_practice.png(46KB)
--------heap.png(79KB)
--------stack.png(6KB)
--------dp_triangle.png(22KB)
--------readme_pattern_quiz.PNG(25KB)
--------title.png(36KB)
--------leetcode_explore.png(175KB)
--------cycled_linked_list.png(14KB)
--------fast_slow_linked_list.png(17KB)
--------readme_pattern_offer.PNG(82KB)
--------binary_search_template.png(36KB)
--------leetcode_jzoffer.png(110KB)
--------tree_type.png(26KB)
--------leetcode_record.png(42KB)
--------readme_pattern_type.PNG(74KB)
--------stack_rain.png(51KB)
--------dp_memory_search.png(37KB)
--------dp_dc.png(24KB)
--------leetcode_time.png(3KB)
--------backtrack.png(64KB)
--------stack_rain2.png(128KB)
----advanced_algorithm()
--------slide_window.md(6KB)
--------backtrack.md(6KB)
--------recursion.md(3KB)
--------binary_search_tree.md(4KB)
----src()
--------main.go(72B)
--------sort()
----practice_algorithm()
--------data_index.md(39B)
--------skiplist.md(34B)
--------bplus.md(31B)
----README.md(5KB)
----basic_algorithm()
--------dp.md(20KB)
--------sort.md(3KB)
--------binary_search.md(13KB)
----introduction()
--------python.md(1KB)
--------quickstart.md(5KB)
----data_structure()
--------stack_queue.md(13KB)
--------linked_list.md(16KB)
--------binary_op.md(4KB)
--------binary_tree.md(20KB)
----TODO.md(82B)
----.gitbook()
--------assets()
----SUMMARY.md(795B)