File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ modules.order
50
50
Module.symvers
51
51
Mkfile.old
52
52
dkms.conf
53
+
54
+ .vscode
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ Code for Visualizer - [tree_visualization.c](tree_visualization.c)(Part of a Com
10
10
Will be using the ` graphics.h ` * header file* in C.
11
11
12
12
#### * Functions*
13
- - ` delay() ` functio
13
+ - ` delay() ` function.
14
14
- ` putpixel() ` function.
15
15
- ` cleardevice() ` function: [ Reference] ( https://www.geeksforgeeks.org/cleardevice-function-c/ )
16
16
- ` itoa() ` function: [ Reference] ( https://fresh2refresh.com/c-programming/c-type-casting/c-itoa-function/ )
17
17
- ` outtextxy() ` function: [ Reference] ( https://www.geeksforgeeks.org/outtextxy-function-c/ )
18
+ - ` circle() ` function: [ Reference] ( https://www.geeksforgeeks.org/draw-circle-c-graphics/ )
19
+ - ` floodfill() ` function: [ Reference] ( https://www.geeksforgeeks.org/setfillstyle-floodfill-c/ )
18
20
19
21
#### * Algorithms*
20
22
- DDA Line Drawing Algorithm
You can’t perform that action at this time.
0 commit comments