Skip to content

Commit ad07aab

Browse files
committed
📚 chore: Update functions and .gitignore
1 parent 828f478 commit ad07aab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ modules.order
5050
Module.symvers
5151
Mkfile.old
5252
dkms.conf
53+
54+
.vscode

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Code for Visualizer - [tree_visualization.c](tree_visualization.c)(Part of a Com
1010
Will be using the `graphics.h` *header file* in C.
1111

1212
#### *Functions*
13-
- `delay()` functio
13+
- `delay()` function.
1414
- `putpixel()` function.
1515
- `cleardevice()` function: [Reference](https://www.geeksforgeeks.org/cleardevice-function-c/)
1616
- `itoa()` function: [Reference](https://fresh2refresh.com/c-programming/c-type-casting/c-itoa-function/)
1717
- `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/)
1820

1921
#### *Algorithms*
2022
- DDA Line Drawing Algorithm

0 commit comments

Comments
 (0)