Skip to content

Commit 1a5b80e

Browse files
vil02ZoomRmc
authored andcommitted
docs: add missing # (TheAlgorithms#50)
* docs: add missing `#` * docs: update DIRECTORY.md * docs: remove ` of a Circle` Co-authored-by: Zoom <[email protected]> * docs: update DIRECTORY.md --------- Co-authored-by: Zoom <[email protected]>
1 parent 19f2fb6 commit 1a5b80e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dynamic_programming/catalan_numbers.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Catalan Numbers
1+
## Catalan Numbers
22
#[
33
The Catalan numbers are a sequence of natural numbers that occur in the
44
most large set of combinatorial problems.

dynamic_programming/viterbi.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Viterbi
1+
## Viterbi
22
{.push raises: [].}
33

44
type

maths/arc_length.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Arc Length of a Circle
1+
## Arc Length
22
## https://en.wikipedia.org/wiki/Arc_length
33
import std/math
44
{.push raises: [].}

0 commit comments

Comments
 (0)