From 5fee88e88e9ae51a53ebbca2320cb389febf1003 Mon Sep 17 00:00:00 2001 From: nvda Date: Tue, 14 Feb 2023 17:47:24 +0100 Subject: [PATCH] Update README.md refined --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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