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 2ec7238

Browse files
fix broken table headers
1 parent 09933fc commit 2ec7238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎book/chapters/array.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ To sum up, the time complexity on an array is:
216216
(((Runtime, Linear)))
217217
(((Constant)))
218218
(((Runtime, Constant)))
219-
220219
(((Tables, Linear DS, JavaScript Array buit-in operations Complexities)))
220+
221221
.Array Operations timex complexity
222222
|===
223223
| Operation | Time Complexity | Usage

‎book/chapters/tree--search.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ include::{codedir}/data-structures/trees/binary-search-tree.js[tag=bfs,indent=0]
4646
As you see, the BFS uses a <<Queue>> data structure. We enqueue all the children of the current node and then dequeue them as we visit them.
4747
4848
Note the asterisk (`*`) in front of the function means that this function is a generator that yields values.
49-
5049
(((JavaScript Notes, Generators)))
5150
(((Generators)))
51+
5252
.JavaScript Generators
5353
****
5454

0 commit comments

Comments
(0)

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