Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4aef4f1

Browse files
vil02appgurueu
authored andcommittedApr 4, 2024
docs: remove implementation sections
1 parent fe77013 commit 4aef4f1

File tree

103 files changed

+0
-905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+0
-905
lines changed
 

‎en/Basic Math/Average_Mean.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ If we properly consider significant digits: `sum / count = 23`
5757

5858
Return the value of 22.<u>857142</u> or `23`.
5959

60-
## Implementation
61-
62-
- [Python](https://github.com/TheAlgorithms/Python/blob/master/maths/average_mean.py)
63-
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/maths/average_mean.rb)
64-
6560
## Video URL
6661

6762
- [Mean on Khan Academy](https://www.khanacademy.org/math/ap-statistics/summarizing-quantitative-data-ap/measuring-center-quantitative/v/mean-median-and-mode)

‎en/Basic Math/Fibonacci_Numbers.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,6 @@ Calculate matrix^8
5555
### Step 5
5656
F(8)=21
5757

58-
## Implementation
59-
60-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/fibonacci.cpp)
61-
- [Elixir](https://github.com/TheAlgorithms/Elixir/blob/master/lib/dynamic_programming/fibonacci.ex)
62-
- [F#](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Math/Fibonacci.fs)
63-
- [Go](https://github.com/TheAlgorithms/Go/blob/master/dynamic/fibonacci.go)
64-
- [Haskell](https://github.com/TheAlgorithms/Haskell/blob/master/src/Maths/Fibonacci.hs)
65-
- [JavaScript](https://github.com/TheAlgorithms/Javascript/blob/master/Maths/Fibonacci.js)
66-
- [PHP](https://github.com/TheAlgorithms/PHP/blob/master/Maths/Fibonacci.php)
67-
- [Python](https://github.com/TheAlgorithms/Python/blob/master/maths/fibonacci.py)
68-
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/maths/fibonacci.rb)
69-
- [Rust](https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/fibonacci.rs)
70-
- [Scala](https://github.com/TheAlgorithms/Scala/blob/master/src/main/scala/Mathematics/Fibonacci.scala)
71-
- [Swift](https://github.com/TheAlgorithms/Swift/blob/master/recursion/fibonacci.swift)
72-
7358
## Video URL
7459

7560
- [Youtube](https://www.youtube.com/watch?v=EEb6JP3NXBI)

0 commit comments

Comments
 (0)
Please sign in to comment.