From f476a3cd5789aef47d8eec653fa7b84500749143 Mon Sep 17 00:00:00 2001 From: UTKARSH SINGH <30974479+asterisk30@users.noreply.github.com> Date: Thu, 3 Oct 2019 21:32:55 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c1989c..62ff62c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Implementation of Data Structures like Stacks, Queues, etc. using C programming Programs Included - -### Stack ADT +### Stack ADT(Abstract Data Type) ### Queue ADT ### Circular Queue ADT ### Priority Queue (TODO) From d492f76d78b81139b21e909799397b90bbb4f1d1 Mon Sep 17 00:00:00 2001 From: UTKARSH SINGH <30974479+asterisk30@users.noreply.github.com> Date: Thu, 3 Oct 2019 21:34:21 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ff62c..4b24a2f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Implementation of Data Structures like Stacks, Queues, etc. using C programming Programs Included - ### Stack ADT(Abstract Data Type) -### Queue ADT +### Queue ADT(Abstract Data type) ### Circular Queue ADT ### Priority Queue (TODO) ### Infix to Postfix conversion using Stack