Update DEVTools.md

This commit is contained in:
nbats 2024-07-23 05:26:03 -07:00 committed by GitHub
parent 4e1aad1e29
commit 07e009eb73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -877,6 +877,7 @@
* [The Algorithms](https://the-algorithms.com/) - Algorithms Index
* [CSES Problemset](https://cses.fi/problemset/) - Collection of Algorithmic Programming Problems
* [Memery Spy](https://memory-spy.wizardzines.com/) - Learn how Bytes Represent Variables
* [CraftingInterpreters](http://www.craftinginterpreters.com/) - Scripting Language Implementation Book / [GitHub](https://github.com/munificent/craftinginterpreters)
***