mathematics
Here are 5,369 public repositories matching this topic...
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 :
Star Patterns
bitmap/bit array
-
Updated
Oct 24, 2021 - Java
-
Updated
Sep 16, 2021
-
Updated
Oct 12, 2021 - C++
-
Updated
Oct 19, 2021 - TypeScript
-
Updated
Aug 23, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Oct 18, 2021 - TeX
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Oct 18, 2021 - PHP
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Sep 27, 2021 - Handlebars
-
Updated
Oct 19, 2021 - Python
- The rf204_extrangefit.py should be translated also to C++
- The rf204b_extendedLikelihood_rangedFit.C tutorial should also be translated to C++
- The [rf204b_extendedLikelihood_rangedFit.C](https://root.cern.ch/doc/master/rf204b__extendedLikelihood_
-
Updated
Oct 24, 2021
-
Updated
Aug 3, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2021 - Java
-
Updated
Apr 7, 2021 - JavaScript
IEEE 754 recommends (but does not require) a compound function, which is in the process of being standardized for C and C++; we should expose it in swift-numerics. The simplest, most literal translation of the operation into Swift would be:
extension RealFunctions {
/// (1+x)ⁿ
///
/// Returns NaN if x < -1.
static func compound(_ x: Self, _ n: Int) -> Self {
// notThis is a good starting point for new igraph contributors.
What is the feature or improvement you would like to see?
A graph generator for the generalized Petersen graph.
The construction for G(n,k) is as follows:
- Create a cycle graph on
nvertices. Name these vertices asu_0, ..., u_(n-1). - Create
nmore vertices,v_0, ..., v_(n-1)and connect eachu_ito its c
-
Updated
Oct 24, 2021 - Jupyter Notebook
-
Updated
Oct 25, 2021 - Python
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 12, 2021 - HTML
Improve this page
Add a description, image, and links to the mathematics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mathematics topic, visit your repo's landing page and select "manage topics."
In this file I have written a c++ code to find the reverse of a string without using functions.
Description of Change
Checklist