From eb7c4c26dbbba980ce49fa6916006ed3d697f978 Mon Sep 17 00:00:00 2001 From: giuliano Date: Fri, 7 Jul 2023 07:55:16 +0200 Subject: [PATCH] Add references section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa2140a..796f675 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,7 @@ To debug with Visual Studio Code, set the following `console` field in the `laun ### Credits Much of the wizardry used to control the terminal was inspired by the well-written tutorial [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/) by [Paige Ruten](https://viewsourcecode.org/), which explains in depth the source code of [kilo](https://github.com/antirez/kilo), the infamous small text editor conceived by [Salvatore Sanfilippo aka antirez](http://invece.org/). + +### References + +- [Text Editor Data Structures](https://cdacamar.github.io/data%20structures/algorithms/benchmarking/text%20editors/c++/editor-data-structures/?utm_source=programmingdigest&utm_medium&utm_campaign=1663)