diff --git a/README.md b/README.md index a5296ce..c42c084 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file + * Matrix chain multiplication