From 204f82de6dbdf4c6542f46a7af1bb5ed99c07d3f Mon Sep 17 00:00:00 2001 From: Milad Irannejad Date: Thu, 26 Dec 2024 22:55:09 -0500 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac186c..ffa6348 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,11 @@ A collection of common data structures and algorithms for Go applications. - Directed Graph - Weighted Undirected Graph - Weighted Directed Graph - - Finite Automata + - Automata - DFA - NFA + - Grammars + - Context-Free Grammar - Sets (union, intersection, difference, powerset, partitions, etc.) ## Development