From 3f02143f7fb2e2eecc7622501f3545a53960486c Mon Sep 17 00:00:00 2001 From: Aditya Bhargava Date: Fri, 18 Nov 2022 15:35:44 -0600 Subject: [PATCH] Expand contributions section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d541fb..7602c1c 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,4 @@ This repository contains every image in Grokking Algorithms in high resolution. - The examples in this book are written in Python, but I'd like examples in Ruby, JavaScript, C, and other languages too. Please add examples in other languages! - Pull request are the quickest way to contribute to this repository but unfortunately I am not as responsive to them as I'd like to be. I'll get to them but it might take a while! +- This repo is for easy to read examples. So even though I love well tested, optimized code, I won't be merging PRs related to tests or optimization, since those will increase cognitive load for readers.