EmbLogic's Blog

Queue : using array (enque, deque, search, traverse)

1
2 RCS file: main.c,v
3 Working file: main.c
4 head: 1.8
5 branch:
6 locks: strict
7 access list:
8 symbolic names:
9 keyword substitution: kv
10 total revisions: 8;     selected revisions: 8
11 description:
12 Implementing queue operations using an array.
13 —————————-
14 revision 1.8
15 date: 2014/07/18 06:43:04;  author: root;  state: Exp;  lines: +1 -1
16 search() function successfully prints the index of multiple instances of a value.
17 search, enque, deque, traverse functions implemented and tested.
18 —————————-
19 revision 1.7
20 date: 2014/07/18 06:40:30;  author: root;  state: Exp;  lines: +11 -4
21 testing the search function.
22 testing failed.
23 —————————-
24 revision 1.6
25 date: 2014/07/18 06:31:08;  author: root;  state: Exp;  lines: +1 -1
26 Testing search function for multilple instances of a value in the queue.
27 Testing failed.
28 Output : not as expected.
29 —————————-
30 revision 1.5
31 date: 2014/07/18 06:28:11;  author: root;  state: Exp;  lines: +29 -2
32 Implemented the deque function successfully.
33 Tested ok with tried test cases.
34 —————————-
35 revision 1.4
36 date: 2014/07/18 05:56:19;  author: root;  state: Exp;  lines: +5 -3
“log_file” 54L, 1995C                                                                                                               1,0-1         Top

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>