From 88e8cfff5e61f1856c678f46ea57cb09efdfa002 Mon Sep 17 00:00:00 2001 From: Nayan Sawyer <33187059+GShadow5@users.noreply.github.com> Date: Thu, 13 Nov 2025 20:43:51 -0500 Subject: [PATCH] add note about purpose in readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 2f7643a..80ad9cc 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,12 @@ This repository is my personal reference for data structures and algorithms. It contains implementations of standard data structures and algorithms in a variety of programming languages, along with explanations, examples, and analysis. +This isn't a study aid, it's a cheat sheet for quick reference during interviews and while working on projects. The point of this project is to create an all in one reference with the assumption that the reader has already seen all these data structures and algorithms, and just wants to refresh their memory. + +That said, I'm making it as a way for *me* to study data structures and algorithms, so it will aid my studying quite a bit :) + +This might end up as a reference book/blog posts in the future. I might also do another one on system design and architecture targeted at a more senior audience. + ## Table of Contents - [Languages](#languages)