We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f875f8 commit f5a749bCopy full SHA for f5a749b
avl.c
@@ -2,10 +2,10 @@
2
// Feel free to use the source code for any of your project and don't forget to share! :)
3
4
5
-// Kung feeling nimo naka tabang ko... Ok ra sa ako libre burger. haha xD
+// Kung feel nimo mang libre, OK ra sa ako. haha xD
6
7
#include <stdio.h>
8
-#include <math.h>
+#include <math.h> // for the abs() function. (Absolute value)
9
10
11
struct node {
documentation.md
@@ -1,5 +1,9 @@
1
+Screenshots
+===========
+
+
Documentation
-========
+=============
This is the documentation for the source code. I'll update it from time to time if I found bugs or things that
need to be discussed.
0 commit comments