From 13ec5e2f637dc728e0018bb15e5711ff220c3796 Mon Sep 17 00:00:00 2001 From: TrenoxtKishore <163561392+TrenoxtKishore@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:34:58 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f3119b7..2bf0c024 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## C/C++: - [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C) +- [Knowing C++ STL](https://www.youtube.com/watch?v=RRVYpIET_RU&t=2458s) (This might be essentiial and helps in reducing Time Complexity) - [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory) - [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/) - [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)