Skip to content

Commit dd4878c

Browse files
update README.md
1 parent 73a70ee commit dd4878c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# CD
2+
CD mini project
3+
4+
1.
5+
```
6+
yacc -t -g --report=all -d main.y
7+
```
8+
9+
2.
10+
```
11+
lex main.l
12+
```
13+
14+
3.
15+
```
16+
gcc *.c -ll
17+
```
18+
19+
# Canonical Itemsets
20+
![output](https://github.com/prajwalsuvarna/CD/assets/97435165/f51eb204-0496-4e35-9349-2cdfa9077513)
21+

0 commit comments

Comments
 (0)