The Wayback Machine - https://web.archive.org/web/20211128171605/https://github.com/topics/algorithms
Skip to content
#

algorithms

Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.

Here are 18,623 public repositories matching this topic...

FahimFBA
FahimFBA commented Nov 18, 2021

Hello, your project can be a great asset globally if you could add a translation to English. As a student of Computer Science and Engineering background, I am hyped for this project repository of yours, but, sadly, there is not any translated part in English. Therefore, I am unable to go through this.

Please let me know whether you have any plan of adding English translation or not in the upc

josecarlosweb
josecarlosweb commented Oct 15, 2021

What about create a design pattern directory with the most popular design patterns examples?
We can create some rules like: have to be an explanation about the design pattern, the structure and one real world example.
The directory can be:

(folder) Design Patterns
-- (folder) Abstract Factory
-- -- AbstractFactory.js
-- -- AbstractFactoryTest.js
-- -- REAME.md

I can send some :

johnsmorgan
johnsmorgan commented Nov 26, 2021

Describe your issue.

For large numbers of degrees of freedom (above around 330 on my machine), scipy.stats.chi.mean (or calculating the mean via scipy.chi.stats) returns NaN, triggering a RuntimeWarning. This appears to be due to scipy.special.gamma returning 'inf' and appears to be easily fixable by substituting scipy.special.gammaln as demonstrated below. For the cases where scipy.stats.chi

Wikipedia
Wikipedia