Skip to content

Commit bc53c80

Browse files
committed
docs: readme for each section
1 parent e732236 commit bc53c80

File tree

10 files changed

+27
-25
lines changed

10 files changed

+27
-25
lines changed

book/chapters/map.adoc

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<<<
2+
include::map-intro.adoc[]
3+
4+
:leveloffset: +1
5+
6+
// (g)
7+
<<<
8+
include::map-hashmap.adoc[]
9+
10+
// (g)
11+
<<<
12+
include::map-treemap.adoc[]
13+
14+
// (g)
15+
<<<
16+
include::map-hashmap-vs-treemap.adoc[]
17+
18+
:leveloffset: -1

book/chapters/part3.adoc

+1-19
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,7 @@ include::tree--avl.adoc[]
2828
:leveloffset: -1
2929

3030
// (g)
31-
// include::map.adoc[]
32-
<<<
33-
include::map-intro.adoc[]
34-
35-
:leveloffset: +1
36-
37-
// (g)
38-
<<<
39-
include::map-hashmap.adoc[]
40-
41-
// (g)
42-
<<<
43-
include::map-treemap.adoc[]
44-
45-
// (g)
46-
<<<
47-
include::map-hashmap-vs-treemap.adoc[]
48-
49-
:leveloffset: -1
31+
include::map.adoc[]
5032

5133
// (g)
5234
include::set.adoc[]
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
= Array
2-
3-
include::../../book/chapters/array.adoc[]
1+
include::../../../book/chapters/array.adoc[]
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/graph.adoc[]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
= Linked List
2-
3-
include::../../book/chapters/linked-list.adoc[]
1+
include::../../../book/chapters/linked-list.adoc[]

src/data-structures/maps/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/map.adoc[]
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/queue.adoc[]

src/data-structures/sets/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/set.adoc[]
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/stack.adoc[]

src/data-structures/trees/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/tree.adoc[]

0 commit comments

Comments
 (0)