Skip to content

Commit 8415302

Browse files
Merge pull request amejiarosario#18 from amejiarosario/better-docs
Better docs
2 parents 4cc3705 + adc5962 commit 8415302

28 files changed

+432
-1826
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Adrian Mejia
3+
Copyright (c) 2019 Adrian Mejia
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 394 additions & 76 deletions
Large diffs are not rendered by default.

book/book-o.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ include::chapters/tree.adoc[]
8686
8787
8888
// (g)
89-
include::chapters/tree--binary-search-tree.adoc[]
89+
include::chapters/tree-binary-search-tree.adoc[]
9090
91-
include::chapters/tree--search.adoc[]
91+
include::chapters/tree-search.adoc[]
9292
93-
include::chapters/tree--self-balancing-rotations.adoc[]
93+
include::chapters/tree-self-balancing-rotations.adoc[]
9494
9595
:leveloffset: +1
9696
97-
include::chapters/tree--avl.adoc[]
97+
include::chapters/tree-avl.adoc[]
9898
9999
:leveloffset: -1
100100

book/chapters/cheatsheet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::graph.adoc[tag=table]
2323

2424
== Sorting Algorithms
2525

26-
include::sorting--summary.adoc[tag=table]
26+
include::sorting-summary.adoc[tag=table]
2727

2828
// https://algs4.cs.princeton.edu/cheatsheet/
2929
// http://bigocheatsheet.com/

book/chapters/divide-and-conquer.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
= Divide and Conquer
22

3-
include::divide-and-conquer--intro.adoc[]
3+
include::divide-and-conquer-intro.adoc[]
44

55
:leveloffset: +1
66

7-
include::divide-and-conquer--fibonacci.adoc[]
7+
include::divide-and-conquer-fibonacci.adoc[]
88

99
:leveloffset: -1

0 commit comments

Comments
 (0)