You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript (and JavaScript) has the capability of using Generator functions, which can help us in generating sequences.
There already exists a category for Sequences, which was made for C# to make use of the existence of generator methods in C# (from what was told to me by one of the maintainers of the C# repository).
Since TypeScript also has generators, we could also add implementations for those sequences on the Website under this category. We could also add many more entries under this category, for there are many sequences whose implementations are non-trivial but not added there yet.
Examples
We could add this to increase coverage of the entries under the cateogry of Sequences, which would also look less confusing, for when someone may look at the website, it can be confusing so as to why there's only C# implementations under those sequences.
Possible workarounds
No response
The text was updated successfully, but these errors were encountered:
Agreed. Sequences should be implemented as generators (where possible) and get a subcategory in the maths folder.
Yes. Just one question, Sequences already exists as a category separate to that of Maths on the website, so if we put sequences as a sub-category to maths in our file structures, then would it not lead to duplicate entries? How shall we prevent that?
Motivation
TypeScript (and JavaScript) has the capability of using Generator functions, which can help us in generating sequences.
There already exists a category for
Sequences
, which was made forC#
to make use of the existence of generator methods in C# (from what was told to me by one of the maintainers of the C# repository).Since TypeScript also has generators, we could also add implementations for those sequences on the Website under this category. We could also add many more entries under this category, for there are many sequences whose implementations are non-trivial but not added there yet.
Examples
We could add this to increase coverage of the entries under the cateogry of
Sequences
, which would also look less confusing, for when someone may look at the website, it can be confusing so as to why there's only C# implementations under those sequences.Possible workarounds
No response
The text was updated successfully, but these errors were encountered: