mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
chore: capitalize chapters
Signed-off-by: Matej Focko <xfocko@fi.muni.cz>
This commit is contained in:
parent
40d4765851
commit
7a0c33ca05
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
label: Introduction, linked list, queue and stack
|
label: Introduction, Linked List, Queue and Stack
|
||||||
position: 1
|
position: 1
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Algorithms and correctness
|
label: Algorithms and Correctness
|
||||||
position: 2
|
position: 2
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Asymptotic notation and time complexity
|
label: Asymptotic Notation and Time Complexity
|
||||||
position: 3
|
position: 3
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Sorting algorithms
|
label: Sorting Algorithms
|
||||||
position: 5
|
position: 5
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Heap and priority queue
|
label: Heap and Priority Queue
|
||||||
position: 6
|
position: 6
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Binary search trees
|
label: Binary Search Trees
|
||||||
position: 7
|
position: 7
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Red-black trees
|
label: Red-Black Trees
|
||||||
position: 8
|
position: 8
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: B-trees
|
label: B-Trees
|
||||||
position: 9
|
position: 9
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Paths in graphs
|
label: Paths in Graphs
|
||||||
position: 11
|
position: 11
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
label: Hash tables
|
label: Hash Tables
|
||||||
position: 12
|
position: 12
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
|
|
Loading…
Reference in a new issue