Skip to content

Commit f5a749b

Browse files
author
Raven G. Duran
committed
Fixed typos and added a screenshot
1 parent 7f875f8 commit f5a749b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

avl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Feel free to use the source code for any of your project and don't forget to share! :)
33

44

5-
// Kung feeling nimo naka tabang ko... Ok ra sa ako libre burger. haha xD
5+
// Kung feel nimo mang libre, OK ra sa ako. haha xD
66

77
#include <stdio.h>
8-
#include <math.h>
8+
#include <math.h> // for the abs() function. (Absolute value)
99

1010

1111
struct node {

documentation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
Screenshots
2+
===========
3+
![AVL Tree](http://i.imgur.com/wTLbV.png "Program Frame Screenshots")
4+
15
Documentation
2-
========
6+
=============
37

48
This is the documentation for the source code. I'll update it from time to time if I found bugs or things that
59
need to be discussed.

0 commit comments

Comments
 (0)