Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
msindev committed Sep 24, 2018
2 parents 68fad83 + faedd5a commit 8a5c62a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# Data-Structures-In-C
Implementation of Data Structures like Stacks, Queues, etc. using C programming language.

Expand All @@ -11,3 +12,18 @@ Programs Included -
### Infix to Prefix conversion using Stack
### Linked List ADT (TODO)
### Polynomial Evaluation through Linked List
=======
# Data-Structures-In-C
Implementation of Data Structures like Stacks, Queues, etc. using C programming language.

Programs Included -

### Stack ADT
### Queue ADT
### Circular Queue ADT
### Priority Queue (TODO)
### Infix to Postfix conversion using Stack
### Infix to Prefix conversion using Stack
### Linked List ADT (TODO)
### Polynomial Evaluation through Linked List (TODO)
>>>>>>> faedd5a7dbe1d068022702b0d2ff0381bd21d53e

0 comments on commit 8a5c62a

Please sign in to comment.