Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bc53c80

Browse files
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

Lines changed: 18 additions & 0 deletions
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

Lines changed: 1 addition & 19 deletions
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[]

‎src/data-structures/arrays/README.adoc

Lines changed: 1 addition & 3 deletions
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[]

‎src/data-structures/graphs/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/graph.adoc[]
Lines changed: 1 addition & 3 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/map.adoc[]

‎src/data-structures/queues/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/queue.adoc[]

‎src/data-structures/sets/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/set.adoc[]

‎src/data-structures/stacks/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include::../../../book/chapters/stack.adoc[]

‎src/data-structures/trees/README.adoc

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /