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 6989419

Browse files
author
Nikos M
committed
update
1 parent e2a1bc9 commit 6989419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ __Arithmetic Operations__
134134

135135
* __Exploiting Mathematical Theorems/Relations__ : Some times a computation can be performed in an equivalent but more efficient way by using some mathematical theorem, transformation, symmetry <sup> [50] </sup> or knowledge (eg. Gauss method of solving Systems of Linear equations <sup> [54] </sup>, Fast Fourier Transforms <sup> [53] </sup>, Fermat's Little Theorem <sup> [55] </sup>, Taylor-Mclaurin Series Expasions, Trigonometric Identities <sup> [56] </sup>, etc..). This can go a long way. It is good to refresh your mathematical knowledge every now and then.
136136

137-
* __Using Efficient Data Structures__ : Data structures are the counterpart of algorithms (in the space domain), each efficient algorithm needs an associated efficient data structure for the specific task. In many cases using an appropriate data structure (representation) can make all the difference (eg. database designers and search engine developers know this very well) <sup> [27], [28], [49] </sup>
137+
* __Using Efficient Data Structures__ : Data structures are the counterpart of algorithms (in the space domain), each efficient algorithm needs an associated efficient data structure for the specific task. In many cases using an appropriate data structure (representation) can make all the difference (eg. database designers and search engine developers know this very well) <sup> [27], [28], [49], [58] </sup>
138138

139139

140140

@@ -387,6 +387,7 @@ Database Access can be expensive, this means it is usually better to fetch the n
387387
* https://en.wikipedia.org/wiki/Fermat%27s_little_theorem
388388
* https://en.wikipedia.org/wiki/Trigonometric_identities
389389
* http://arxiv.org/abs/1102.1523v1
390+
* https://arxiv.org/abs/cs/0011047
390391

391392
[1]: http://en.wikipedia.org/wiki/Code_optimization
392393
[2]: http://en.wikipedia.org/wiki/Don%27t_repeat_yourself
@@ -445,3 +446,4 @@ Database Access can be expensive, this means it is usually better to fetch the n
445446
[55]: https://en.wikipedia.org/wiki/Fermat%27s_little_theorem
446447
[56]: https://en.wikipedia.org/wiki/Trigonometric_identities
447448
[57]: http://arxiv.org/abs/1102.1523v1
449+
[58]: https://arxiv.org/abs/cs/0011047

0 commit comments

Comments
(0)

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