Skip to content

Commit f8f6c01

Browse files
committed
Merge branch 'v2'
2 parents b3ba28d + b189215 commit f8f6c01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1095
-62454
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = tab
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

1.png

-76.3 KB
Binary file not shown.

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# PAGW - Plataforma de Aprendizagem de Grafos via Web
2-
3-
![](https://github.com/tiagohm/PAGW/blob/master/1.png?raw=true)
1+
PAGW

algoritmos/dfs.php

-27
This file was deleted.

algoritmos/grafo.php

-160
This file was deleted.

assets/css/theme.css

-142
This file was deleted.

assets/js/grafo/basico.js

-6
This file was deleted.

assets/js/grafo/common.js

-25
This file was deleted.

0 commit comments

Comments
 (0)