Skip to content

Commit ad027ea

Browse files
author
Isaac Ramirez
committed
- refactor docs, readme & samples
1 parent bf9a158 commit ad027ea

File tree

14 files changed

+91
-327
lines changed

14 files changed

+91
-327
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
Personal notes and JavaScript code for the book Algorithms (4th edition) by Robert Sedgewick & Kevin Wayne.
44

5-
## Chapters' Notes
6-
7-
* [Chapter 1. Fundamentals](/docs/chapter-1.notes.md)
8-
* [Chapter 2. Sorting](/docs/chapter-2.notes.md)
9-
* Chapter 3. Searching
10-
* Chapter 4. Graphs
11-
* Chapter 5. Strings
12-
* Chapter 6. Context
13-
145
## Standard Libraries for JavaScript
156

167
* [In](/src/libs/in/in.js)
@@ -25,7 +16,7 @@ Personal notes and JavaScript code for the book Algorithms (4th edition) by Robe
2516

2617
## Algorithms & Data Structures
2718

28-
_For a list similar to the book site see this [algorithms list](/docs/algorithms-list.md)._
19+
_For a list similar to the book site see this [algorithms list](/markdown/algorithms.md)._
2920

3021
### Chapter 1. Fundamentals
3122

docs/chapter-1.notes.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/chapter-2.notes.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/samples/ex-1.1.x.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/samples/templates.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/samples/test.client.js

Lines changed: 0 additions & 25 deletions
This file was deleted.
File renamed without changes.

markdown/exercise.template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### [Exercise x.x.x](/samples/ex-x.x.x.js)
2+
3+
:pencil2: **Answer**
4+
5+
> your answer here
6+
7+
:memo: **Example**
8+
9+
> your example here
10+
11+
:computer: **Output**
12+
13+
```sh
14+
# your output here
15+
```
16+
17+
:warning: **Note**
18+
19+
> your notes here
20+
21+
:bar_chart: **Drawing**
22+
23+
![exercise x.x.x preview](/static/img/octocat.png "Octocat")

0 commit comments

Comments
 (0)