Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cheat-sheet

This cheat sheet contains templates for common data structures and algorithms in Python.
This comprehensive Python cheat sheet contains templates for the most common data structures and algorithms used in Python programming. It provides an easy-to-understand guide for beginners, as well as quick reference for experienced coders. It covers the essential elements of Python programming, including data structures, functions, classes, tuples, dictionaries, list comprehensions, and more. With this cheat sheet, you'll be able to quickly find and apply the Python code you need to solve complex programming problems.

## Table of Contents

Expand Down Expand Up @@ -52,4 +52,4 @@ This cheat sheet contains templates for common data structures and algorithms in
* [Longest common subsequence](https://github.com/ljeng/cheat-sheet/blob/master/dynamic_programming.md#dynamic_programminglcsx-y)
* [Longest palindromic subsequence](https://github.com/ljeng/cheat-sheet/blob/master/dynamic_programming.md#dynamic_programminglpss)
* Knapsack problem
* Matrix chain multiplication
* Matrix chain multiplication